/airbnb/listings/reviews
Get reviews for an Airbnb listing by room id (or listing URL): each review’s text, star rating, creation date, language, stay highlight, host response and the author (name, photo, profile URL, superhost flag). Returns up to the requested count.
Price: 1 credit
💡 AI Hint: Fetch reviews for a single Airbnb listing by numeric room id or a /rooms/ URL. Returns up to count items, each with id, text, rating (1-5), created_at, language, highlight, response (host reply) and author (id, name, image, profile_url, is_superhost).
⚠️ Common errors: 412: Listing not found, unlisted or removed (well-formed but nonexistent/withdrawn room id)
Authorizations
API token from the dashboard
Headers
Body
Airbnb listing (room) id or a listing URL containing it
1"1316083847530954363"
"https://www.airbnb.com/rooms/1316083847530954363"
Number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500