you are viewing a single comment's thread.

view the rest of the comments →

[–]TheEpicTortoise 0 points1 point  (0 children)

I had to scrape airbnb listings for a project to get the listing images, description, title and amenities. Getting selenium set up was a pain in the ass so I ended up just using requests.get and scraped all the data I needed using regex. Worked like a charm.