[New]  Fast Airbnb Scraper avatar

[New] Fast Airbnb Scraper

Try for free

Pay $2.00 for 1,000 Results

View all Actors
[New]  Fast Airbnb Scraper

[New] Fast Airbnb Scraper

tri_angle/new-fast-airbnb-scraper
Try for free

Pay $2.00 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 demo
EV

Cannot scrape reviews to a specific url location

Closed

everguest opened this issue
2 months ago

Hi,

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

tri_angle avatar

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&currency=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-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/ff763e5b-ca30-4cb4-85b4-d2d634d63812.jpeg",
23      "captions": []
24    },
25    {
26      "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/b0c82b9b-d401-4962-9861-2eadbfa2a7cf.jpeg",
27      "captions": [
28        "1 bed",
29        "1 bedroom"
30      ]
31    },
32    {
33      "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/4c092d25-efb3-4c77-99b7-87b507b44120.jpeg",
34      "captions": [
35        "1 bath"
36      ]
37    },
38    {
39      "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/722055fa-4a87-4953-ac68-926a37e068f1.jpeg",
40      "captions": [
41        "Wifi",
42        "Kitchen",
43        "Self check-in",
44        "Washer"
45      ]
46    },
47    {
48      "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/95452cfb-2249-443a-b1dc-5f2f2b9bebc6.jpeg",
49      "captions": [
50        "Rated 5 out of 5 for cleanliness"
51      ]
52    },
53    {
54      "url": "https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTIwMDA2NjE0Mjc5ODE0Mjc2MA%3D%3D/original/c61aae86-d32b-47b0-b058-f4369775b12b.jpeg",
55      "captions": []
56    }
57  ],
58  "badges": [
59    "Guest favorite"
60  ],
61  "pricing": {
62    "label": "$71 per night, originally $95",
63    "originalPrice": "$95",
64    "price": "$71",
65    "qualifier": "night"
66  }
67}
tri_angle avatar

The json above is for this listing

tri_angle avatar

Hi there, we worked on improving our Airbnb Actors, if you feel like testing them:

  1. Airbnb Scraper: https://apify.com/tri_angle/airbnb-scraper
  2. [New] Fast Airbnb Scraper: https://apify.com/tri_angle/new-fast-airbnb-scraper
  3. Airbnb Rooms URLs Scraper: https://apify.com/tri_angle/airbnb-rooms-urls-scraper
  4. Airbnb Reviews Scraper - coming soon

Looking forward to your feedback! :)

Developer
Maintained by Apify
Actor metrics
  • 50 monthly users
  • 5 stars
  • 100.0% runs succeeded
  • 5.2 days response time
  • Created in Jun 2024
  • Modified 12 days ago