Airbnb: Get Listing Reviews
Airbnb via Parse · travel
Fetch guest reviews for a listing sorted by quality. Returns review text, numeric rating, author first name (when available), and the total review count for the listing. Pagination is offset-based: advance offset by limit for the next page. Search Airbnb rentals by location and filters, view detailed property information including amenities and house rules, check availability calendars, and read guest reviews. Fulfilled by Parse from airbnb.pt.
- airbnb
- airbnb-pt
- parse
- platform-key
- real-estate
- reviews-ratings
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a19880b2-0c85-4abb-bbbb-517e6e17a4f6/get_listing_reviews
- Interface artifact
- sha256:833259f24cdb823bb6940e4a830543777757164fd2165909966698c92ca81416
- Manifest digest
- sha256:bd8647d90eb51116600a71ba1046e33dacbfe64da7110955f80019b5ac23fdfe
Request fields
- limit (integer): Number of reviews to return per page: Allowed values: 5, 10, 24
- offset (integer): Pagination offset for reviews: Allowed values: 0
- listing_id (string, required): The Airbnb listing ID (numeric string, obtainable from search_rentals results)
Example queries
- {"limit":"5","offset":"0","listing_id":"1415233876995002398"}