Airbnb Reviews Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
18 minutes ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Listing ID | Unique identifier for the property | 12345678 |
| Review Text | The written content of the guest review | The stay was wonderful and the view was amazing. |
| Review Rating | Numeric star rating given by the guest | 5 |
| Review Date | Date the review was posted | 2023-10-15 |
| Review Language | Language code of the review | en |
| Reviewer Name | First name of the guest | Sarah |
| Reviewer ID | Unique identifier for the guest | 9876543 |
| Reviewer Photo | URL to the guest profile image | https://a0.muscache.com/im/users/1.jpg |
| Reviewer Location | Stated location of the guest | London, United Kingdom |
| Host Name | Name of the property host | John |
| Host ID | Unique identifier for the host | 5544332 |
| Host Photo | URL to the host profile image | https://a0.muscache.com/im/users/2.jpg |
| Host Profile URL | Link to the host profile page | https://www.airbnb.com/users/show/5544332 |
| Host Is Superhost | Boolean indicating superhost status | true |
| Host Response | The written reply from the host | Thanks for staying with us, Sarah! |
| Host Response Date | Date the host replied | 2023-10-16 |
| Review Highlight | Specific positive attribute mentioned | Great location |
| Collection Tag | Category tag for the review | Cleanliness |
| Review Photos | Array 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.
