[New] Fast Airbnb Scraper
Pay $0.50 for 1,000 Results
[New] Fast Airbnb Scraper
Pay $0.50 for 1,000 Results
Scrape destinations on Airbnb. Extract places and their prices, ratings, reviews counts, images and other details. Download scraped data in various formats including HTML, JSON and Excel.
Do you want to learn more about this Actor?
Get a demoHi,
We would like to scrape reviews of a specific location url like that: https://www.airbnb.com/rooms/1008614949774366620 with this scraper. In the information section there is an example of a specific case:
{ "simple": true, "includeReviews": true, "maxReviews": 10, "calendarMonths": 0, "addMoreHostInfo": true, "currency": "USD", "proxyConfiguration": { "useApifyProxy": true }, "maxConcurrency": 50, "limitPoints": 100, "timeoutMs": 60000, "debugLog": false, "minPrice": 20, "maxPrice": 200, "checkIn": "2022-08-09", "startUrls": [ { "url": "https://www.airbnb.com/rooms/1008614949774366620" } ], "maxListings": 200 }
When we try to run the scraper with the example data the output says there is no any startUrls or locationQuery provided. Could you please look after this issue? Moreover, we used another scraper (tri_angle/airbnb-scraper) to scrape reviews but recently it became deprecated, because there will be a replacement. Can I ask you is this scraper the replacement of the old one?
Thanks in advance
Hi there, sorry for the confusion, it is still work in progress. This scraper doesn't support URL input but only search queries, the readme is unfortunately wrong (will be updated soon). It also doesn't scrape reviews, there will be another scraper for the reviews and it will be easy to integrate it. It also isn't the replacement of the tri_angle/airbnb-scraper (a new version of the tri_angle/airbnb-scraper will be released within a week and it will support URL input).
The idea behind the tri_angle/new-fast-airbnb-scraper is that it scrapes only the listings (e.g. for "London" search query), it doesn't open the detail page for each accommodation, so it is faster and cheaper than getting all the details. The current output looks like this (for query "Prague" without adding the checkin/out date).
1{ 2 "url": "https://www.airbnb.com/rooms/1200066142798142760?locale=en-US¤cy=USD", 3 "id": "1200066142798142760", 4 "name": "Lovely Apartment with Balcony in a Fantastic Area!", 5 "title": "Apartment in Prague", 6 "titleLocale": "en", 7 "subtitle": "Professional Host", 8 "date": "Aug 25 – 30", 9 "roomType": "entire_home", 10 "coordinates": { 11 "latitude": 50.0798165, 12 "longitude": 14.4544517 13 }, 14 "rating": { 15 "label": "5.0 out of 5 average rating, 7 reviews", 16 "localizedLabel": "5.0 (7)", 17 "average": 5, 18 "reviewsCount": 7 19 }, 20 "images": [ 21 { 22 "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6M... [trimmed]
The json above is for this listing
Hi there, we worked on improving our Airbnb Actors, if you feel like testing them:
- Airbnb Scraper: https://apify.com/tri_angle/airbnb-scraper
- [New] Fast Airbnb Scraper: https://apify.com/tri_angle/new-fast-airbnb-scraper
- Airbnb Rooms URLs Scraper: https://apify.com/tri_angle/airbnb-rooms-urls-scraper
- Airbnb Reviews Scraper - coming soon
Looking forward to your feedback! :)
Actor Metrics
27 monthly users
-
6 stars
>99% runs succeeded
1.1 days response time
Created in Jun 2024
Modified 3 days ago