airbnb.com API: get_listing_reviews
airbnb.com via Parse · travel
Retrieves guest reviews for a specific listing with offset-based pagination. Each review includes rating, comment text, language, creation date, reviewer profile, and an optional host response. Sorted by recency or relevance. The offset advances by limit on each page; has_more indicates whether additional pages exist. Search and retrieve detailed information about Airbnb listings including availability, reviews, and pricing Fulfilled by Parse from airbnb.com.
- airbnb-com
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ebfc2570-a5db-4d9b-9105-c3439a6586fb/get_listing_reviews
- Interface artifact
- sha256:49441d4db649460309b1423a0cfc7fae818727948d13bf5ea1b1eec5bee774ac
- Manifest digest
- sha256:6cf84b08fc6ed521d178059d53f4f6be87e24e0aec7a93b7e78191b7b90bac98
Request fields
- sort (string): Sort order for reviews
- limit (integer): Number of reviews to return per page: Allowed values: 24
- offset (integer): Offset for pagination
- currency (string): Currency code
- listing_id (string, required): Airbnb listing ID (from search_listings results[*].listing_id or get_wishlist results[*].listing_id)
Example queries
- {"limit":"24","listing_id":"1355400877925563818"}