ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Airbnb

Airbnb Reviews API

Get Airbnb review BODIES for a listing - the full comment text, per-review rating, language, exact timestamp and display date, and the reviewer's id, name, photo and location - as JSON, paged with limit and offset at up to 50 per call. Costs 1 credit per request.

POST/api/v1/airbnb/reviews

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
listing_idstringrequired

Airbnb listing id or a full /rooms/ URL, 1-500 characters.

Example: 19497035

currencystringdefault:USD

ISO 4217 currency, 3 letters. Leave it out and Airbnb prices off the proxy exit, so two identical requests can disagree.

limitintegerdefault:30

Reviews to return, 1-50. SEND IT EXPLICITLY: upstream falls back to a fixed 7 rows when no limit is given.

offsetintegerdefault:0

Reviews to skip before this page, 0 or more. Add limit to it for the next page.

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.airbnb.reviews("19497035", limit=30, offset=0)
print(results)

Response

"listing_id": "19497035",
"url": "https://www.airbnb.com/rooms/19497035",
"count": 732,
"rating": null,
"returned": 30,
},
"response_time": 2551,
"credits_used": 1,
"credits_remaining": 4820
}
PreviousAirbnb ListingNextZillow Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy