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.
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!