Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull reviews from Airbnb experiences instead of accommodations #31

Open
DavidPerea opened this issue May 12, 2022 · 0 comments
Open

Pull reviews from Airbnb experiences instead of accommodations #31

DavidPerea opened this issue May 12, 2022 · 0 comments

Comments

@DavidPerea
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant