Closed hemangsk closed 5 years ago
Hey!
At the moment the package doesn't support searching for listings in a given location.
I've done some research and it seems that there at least two way to do that with a mobile app:
Which one is more useful?
Hi nderkach, +1 for coordinates 👍
I've pushed an update which allows you to search by both coordinates and with a query.
For example:
from airbnb import Api
api = Api()
api.get_homes(gps_lat=55.6123352, gps_lng=37.7117917)
Thank you so much 🎉 :) 🙏
Hey!
Thanks for the really awesome package. I've a minor doubt regarding the usage, we want to set the location and then get listings for that particular location. As far as I understand, the package sends user_id to fetch the listings presently. Could you please suggest a way which I can get listings for any given set of Lat-Long, instead of sending user_id which will only get listings for the current location.
Thanks a ton!