Airbnb Reviews Scraper avatar

Airbnb Reviews Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Airbnb Reviews Scraper

Airbnb Reviews Scraper

Collect every review from Airbnb properties with automatic pagination, detailed category ratings, overall star distribution, and host response tracking.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Collect every customer review from Airbnb property listings, including reviewer names, star scores, written feedback, dates, helpfulness metrics, and host reply messages.

What you can do with this scraper

  • All-review extraction for Airbnb listings — scrape every guest review from a single listing URL
  • Capture host interactions — collect responses from property hosts for sentiment analysis
  • Unlimited review pagination — supports deep crawling across all available review pages
  • Enhanced review metadata — extracts reviewer profiles, timestamps, language, votes, and category ratings
  • Listing performance metrics — retrieves star breakdowns and scores for cleanliness, check-in, communication, and more

Who is this for?

  • Airbnb property owners — evaluate listing performance and guest sentiment against local competitors
  • Vacation rental managers — collect and organize reviews from multiple properties in a single export
  • Research professionals — examine hospitality trends, guest expectations, and review sentiment patterns
  • Travel journalists and bloggers — use guest feedback to create data-driven travel content and recommendations

Example input

{
"productUrls": [
"https://www.airbnb.com/rooms/1104883308160967951"
],
"maxReviewsPerListing": 1
}

Example output

{
"listingUrl": "https://www.airbnb.com/rooms/1104883308160967951",
"listingTitle": "Parisian getaway in the heart of Montmartre!",
"overallRating": 4.97,
"totalReviewCount": 95,
"starDistribution": {
"5_star": 97,
"4_star": 3,
"3_star": 0,
"2_star": 0,
"1_star": 0
},
"categoryRatings": {
"cleanliness": 5,
"accuracy": 5,
"checkIn": 5,
"communication": 5,
"location": 4.9,
"value": 4.9
},
"reviewIndex": 6,
"authorName": "Bob-Shevawn",
"authorInfo": "Franklin, Tennessee",
"authorAvatar": "https://a0.muscache.com/im/pictures/user/User/original/62904214-beb7-4f2f-af9e-e3493491f8d6.jpeg?im_w=720",
"rating": 5,
"date": "March 2026",
"stayType": "Stayed a few nights",
"reviewText": "Yuna was a great place to stay in Montmartre! It was updated and clean. The bed was on the firm side but comfortable. The staff was extremely helpful and friendly. The luggage storage for before and after the trip was super easy to use. I highly recommend this place if you go to Paris.",
"hostResponse": "Hello,\nThank you very much for your wonderful review. We are delighted to hear that you enjoyed your stay at Yuna Montmartre and appreciated the cleanliness, the comfort of the apartment, and the friendliness of our team.\nWe’re also glad that the luggage storage was convenient for you before and after your stay. Your recommendation truly means a lot to us.\nWe hope to have the pleasure of welcoming you again on your next visit to Paris.\nBest regards,\nManon - Yuna Team"
}