nderkach / airbnb-python

A Python wrapper around the Airbnb API (unofficial)
Do What The F*ck You Want To Public License
186 stars 66 forks source link

Would be great to adjust the parameters dictionary (ie set guest to 8) #20

Open tcardim opened 3 years ago

tcardim commented 3 years ago

If someone is using the API for comparing what an apartment that can take up to 8 people charges, this feature would allow them to search for a more specific population to make better conclusions on price/occupancy.

Particularly considering the API will only return 306 listings as a maximum, narrowing down the search would be super helpful.

A few other examples are number of bedrooms, bathrooms, amenities, etc. Love the API. If there was a way around the limit of 306 it would be absolutely perfect. I get it though, airbnb only shows 306 properties for a search so there's not much to do. However, if you add the filtering capability to filter further, by cycling through a few different filter options, one might be able to pull more than 306 for a particular location.

aspiringguru commented 3 years ago

I've just started looking at this api. was hoping to find a data dictionary of the json returned from the api

anyone done a roadmap?