AirBnB
Limitations:
- We use the title at the bottom of the listing as the profile title. For the screenshot below, the profile will have a title that says "Home in Burnley · ★5.0 · 2 bedrooms · 3 beds · 1 bath"
- Only the average rating metadata including the cleanliness, accuracy, check-in, communication, location, and value at the profile level is being scraped.
- Review responses are being parsed.
Supported URL formats:
- Rooms - https://www.airbnb.com/rooms/
- Experiences - https://www.airbnb.com/experiences/
Supported Metadata:
- For profile - name, average rating, address, latitude, and longitude
Example:
{\"name\":\"Home in Burnley · ★5.0 · 2 bedrooms · 3 beds · 1 bath\",\"address\":\"Burnley, Lancashire, United Kingdom\",\"country\":\"United Kingdom\",\"city\":\"Burnley\",\"region\":\" Lancashire\",\"latitude\":\"53.79042\",\"longitude\":\"-2.25627\",\"ratings_by_category\":{\"cleanliness\":5.0,\"accuracy\":5.0,\"communication\":5.0,\"location\":4.67,\"checkIn\":5.0,\"value\":5.0},\"personCapacity\":6,\"roomType\":\"Entire home/apt\"}
Meanwhile, here's a sample JSON using the reviews endpoint for reference:
{ "success": true, "status": 200, "job_id": 658165369, "source_url": "https://www.airbnb.com/rooms/38690722", "source_name": "airbnb", "place_id": null, "external_identifier": null, "meta_data": "{\"name\":\"Home in Burnley · ★5.0 · 2 bedrooms · 3 beds · 1 bath\",\"address\":\"Burnley, Lancashire, United Kingdom\",\"country\":\"United Kingdom\",\"city\":\"Burnley\",\"region\":\" Lancashire\",\"latitude\":\"53.79042\",\"longitude\":\"-2.25627\",\"ratings_by_category\":{\"cleanliness\":5.0,\"accuracy\":5.0,\"communication\":5.0,\"location\":4.67,\"checkIn\":5.0,\"value\":5.0},\"personCapacity\":6,\"roomType\":\"Entire home/apt\"}", "unique_id": "U3RheUxpc3Rpbmc6Mzg2OTA3MjI=", "review_count": 3, "average_rating": 5.0, "last_crawl": "2024-03-15", "crawl_status": "complete", "percentage_complete": 100, "result_count": 3, "credits_used": 7, "from_date": null, "blocks": null, "reviews": [ { "id": 20340445852, "name": "Dave", "date": "2019-10-28", "rating_value": 5.0, "review_text": "The house is clean and tidy. The TV is very good. There is a well equipped kitchen. The water is hot. The heating system is easy to operate. The back garden is a good size. There is a useful guide book at the property. The area is quiet.", "url": null, "profile_picture": "https://a0.muscache.com/im/Portrait/Avatars/messaging/b3e03835-ade9-4eb7-a0bb-2466ab9a534d.jpg?im_policy=medq_w_text&im_t=D&im_w=240&im_f=airbnb-cereal-medium.ttf&im_c=ffffff", "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": "en", "unique_id": "555888723", "meta_data": "{\"datashake_review_uuid\":\"75d32def-0610-3006-bc30-c8e13a0ce746\"}" }, { "id": 20340445856, "name": "Charlie", "date": "2019-10-17", "rating_value": 5.0, "review_text": "Would recommend", "url": null, "profile_picture": "https://a0.muscache.com/im/pictures/user/88e50c8c-b40d-416d-a9ca-e183a9a5c7e7.jpg", "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": "en", "unique_id": "548333853", "meta_data": "{\"datashake_review_uuid\":\"f0294a78-72d6-391c-a863-92ae6226a837\"}" }, { "id": 20340445860, "name": "Russell", "date": "2019-09-23", "rating_value": 5.0, "review_text": "From the moment I walked in it felt like a warming home.It is nice and spacious with a nice garden and fully working kitchen.Justina made me feel very welcome and I would definitely stay again.Thanks Justina for your wonderful hospitalityRussell", "url": null, "profile_picture": "https://a0.muscache.com/im/pictures/user/701e7056-143a-4041-ac43-30d0823ba9bb.jpg", "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": "en", "unique_id": "534851327", "meta_data": "{\"datashake_review_uuid\":\"33522cf0-7de6-3c65-9f77-000c79fbce52\"}" } ] }