You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this command: api.get_reviews(18298916, offset=20, limit=20) This command is perfect for accommodations, but when I add the ID of an experience it doesn't return anything.
I guess the reason this GitHub code is designed for hosting, rather than experiences. I think modifying it is easy, but I can't find it in the GitHub code where the hosting links are referenced.
Can you help me? Thank you!
The text was updated successfully, but these errors were encountered:
I'm trying to scrape Airbnb reviews. But not of the accommodations, but my intention is to scratch the reviews of the experiences section.
We can see how the accommodations and experiences differ in the link:
Accommodation: https://www.airbnb.mx/rooms/18298916
Experience: https://www.airbnb.mx/experiences/181572
I use this command:
api.get_reviews(18298916, offset=20, limit=20)
This command is perfect for accommodations, but when I add the ID of an experience it doesn't return anything.I guess the reason this GitHub code is designed for hosting, rather than experiences. I think modifying it is easy, but I can't find it in the GitHub code where the hosting links are referenced.
Can you help me? Thank you!
The text was updated successfully, but these errors were encountered: