Airbnb Reviews Scraper avatar

Airbnb Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Reviews Scraper

Airbnb Reviews Scraper

Extract guest reviews from Airbnb property listing pages including text, ratings, and host responses. Powered by Airbnb Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

18 minutes ago

Last modified

Share

This actor extracts Reviews from Airbnb property listing pages. It captures the full text of guest feedback, star ratings, and host responses from the reviews modal of any listing.


Want more from Airbnb?

This actor covers Reviews only. The full Airbnb Scraper browser extension also includes Listings, Details, Dates, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Airbnb Scraper extension


Data Fields

Field NameDescriptionExample
Listing IDUnique identifier for the property12345678
Review TextThe written content of the guest reviewThe stay was wonderful and the view was amazing.
Review RatingNumeric star rating given by the guest5
Review DateDate the review was posted2023-10-15
Review LanguageLanguage code of the reviewen
Reviewer NameFirst name of the guestSarah
Reviewer IDUnique identifier for the guest9876543
Reviewer PhotoURL to the guest profile imagehttps://a0.muscache.com/im/users/1.jpg
Reviewer LocationStated location of the guestLondon, United Kingdom
Host NameName of the property hostJohn
Host IDUnique identifier for the host5544332
Host PhotoURL to the host profile imagehttps://a0.muscache.com/im/users/2.jpg
Host Profile URLLink to the host profile pagehttps://www.airbnb.com/users/show/5544332
Host Is SuperhostBoolean indicating superhost statustrue
Host ResponseThe written reply from the hostThanks for staying with us, Sarah!
Host Response DateDate the host replied2023-10-16
Review HighlightSpecific positive attribute mentionedGreat location
Collection TagCategory tag for the reviewCleanliness
Review PhotosArray of images uploaded by the guest["https://a0.muscache.com/im/pictures/1.jpg"]

Input

  • urls: Array of Airbnb property listing URLs. The actor will extract reviews from the reviews section of these pages.
  • maxItems: Maximum number of reviews to extract per listing. Default is 100.

Example Input

{
"urls": ["https://www.airbnb.com/rooms/12345678"],
"maxItems": 50
}

Example Output

[
{
"listingId": "12345678",
"reviewText": "Amazing apartment in the heart of the city.",
"reviewRating": 5,
"reviewDate": "2023-11-01",
"reviewLanguage": "en",
"reviewerName": "Alice",
"reviewerId": "112233",
"reviewerPhoto": "https://a0.muscache.com/im/users/112233.jpg",
"reviewerLocation": "New York, NY",
"hostName": "Robert",
"hostId": "445566",
"hostPhoto": "https://a0.muscache.com/im/users/445566.jpg",
"hostProfileUrl": "https://www.airbnb.com/users/show/445566",
"hostIsSuperhost": true,
"hostResponse": "Glad you enjoyed it, Alice!",
"hostResponseDate": "2023-11-02",
"reviewHighlight": "Sparkling clean",
"collectionTag": "Accuracy",
"reviewPhotos": []
},
{
"listingId": "12345678",
"reviewText": "The host was very responsive and helpful.",
"reviewRating": 4,
"reviewDate": "2023-10-20",
"reviewLanguage": "en",
"reviewerName": "Mark",
"reviewerId": "778899",
"reviewerPhoto": "https://a0.muscache.com/im/users/778899.jpg",
"reviewerLocation": "Berlin, Germany",
"hostName": "Robert",
"hostId": "445566",
"hostPhoto": "https://a0.muscache.com/im/users/445566.jpg",
"hostProfileUrl": "https://www.airbnb.com/users/show/445566",
"hostIsSuperhost": true,
"hostResponse": null,
"hostResponseDate": null,
"reviewHighlight": "Excellent communication",
"collectionTag": "Communication",
"reviewPhotos": ["https://a0.muscache.com/im/pictures/review_1.jpg"]
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.