I am getting a total of 30 hits from an Json api request about hotels availabilities.
since the api don't let me filter a price range in the request, i need to filter all "id" who the "price" is beteween a range of price that i will get from a form in my web.
for exaple: i need to get all "id" where the price it is between (100 to 500)
this is a part of each data for each hotel i get from the api request, the price showing for the api is the minimum price/night for each availavility. so i think i can work with it.
"id": "1144",
"externalId": "Hotel Name",
"productGroupId": 0,
"title": "Hotel Name",
"summary": "",
"excerpt": "",
"price": 408.13,
"location": {
"countryCode": "DO",
"latitude": 64.923542,
"longitude": -19.51171899999997,
"zoomLevel": 6,
here is the api doc: https://docs.google.com/document/d/1tkLLqeAvVtRrDpsM1uJZJvhHg3EfsMw1z_SN8Lbe2Rs/pub#h.yfrwayadzeqj