Wire it up. See the schema.
- 100 free requests on signup
- Every endpoint included
- No credit card required
- Same schema as paid
A quick demo might save your team weeks of engineering work.
Resources
Free Tools
Pull guest reviews, overall and category sub-ratings, reviewer profiles, and per-provider comments from Agoda as clean JSON.
curl "https://api.stayapi.com/v1/agoda/hotel/reviews/319457" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "page=1" \ -d "sorting=7"
curl "https://api.stayapi.com/v1/agoda/hotel/reviews/319457/comments" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "provider_id=3038" \ -d "page=1" \ -d "sorting=7"
curl "https://api.stayapi.com/v1/agoda/hotel/url-to-id" \ -G \ -H "x-api-key: $STAYAPI_KEY" \ -d "url=https://www.agoda.com/oulu-hotelli-apartments/hotel/all/oulu-fi.html"
{
"success": true,
"hotel_id": 319457,
"hotel_name": "Omena Hotel Jyvaskyla",
"reviews": [
{
"review_id": "1013949992",
"rating": 10.0,
"title": "Thanks a lot for Omena Call Support",
"comment": "Omena Call Support helped me get my check-in link and access code.",
"reviewer": {
"name": "Shintaro",
"country": "Japan",
"group_type": "Group"
},
"date": "August 22, 2025",
"stay_date": "August 2025",
"room_type": "Double Room",
"language": "en",
"sub_ratings": {
"cleanliness": 9.0,
"location": 9.5,
"service": 8.0,
"value_for_money": 8.5,
"comfort": 9.0
}
}
],
"pagination": {
"current_page": 1,
"page_size": 20,
"total_count": 1459,
"total_pages": 73
},
"review_score": {
"overall": 7.9,
"score_text": "Very good",
"review_count": 1459
}
}
{
"success": true,
"hotel_id": 319457,
"reviews": [
{
"review_id": "607467196",
"rating": 8.0,
"title": "Very good",
"pros": "Enough space in room, clean and silent.",
"cons": "Shower is annoying, the whole toilet floor is wet after a shower.",
"reviewer": {
"name": "Eerik",
"group_type": "Business traveler"
},
"date": "January 16, 2023",
"language": "en"
}
],
"pagination": {
"current_page": 1,
"page_size": 20,
"total_count": 565,
"total_pages": 113
}
}
{
"hotel_id": 356812,
"url": "https://www.agoda.com/oulu-hotelli-apartments/hotel/all/oulu-fi.html"
}
Trusted by hospitality teams at
Agoda has no public data API for the guest reviews and ratings that revenue and product teams actually read. The usual answer is a scraping stack: headless browsers, rotating proxies, and a parser that breaks every time the page changes. Agoda is also reviews-led on our side, so this page is an honest Agoda reviews API, not a pretend full property feed.
StayAPI is that layer, run for you. You send a hotel_id or an Agoda URL and get structured JSON back: review text, the overall score, category sub-ratings, reviewer country and group type, and comments filtered by review provider. The same shape on every call.
x-api-key in, JSON out. Reviews, sub-ratings, and per-provider comments behind one base URL. No SDK to install.
Fetching, parsing, proxy rotation, and source uptime are ours. You consume normalized review JSON and never touch a headless browser.
Resolve any Agoda hotel URL to its numeric hotel_id, or skip the step and pull reviews straight from the URL.
Each returns normalized JSON in the same shape. Click any endpoint for parameters, an example response, and a live playground.
The same endpoints, pointed at different jobs. These are the ones we see most.
Stream new Agoda reviews into your dashboard sorted most-recent-first, dedupe against other sources, and run sentiment or topic clustering on the text.
Track the overall score and category sub-ratings (cleanliness, location, service, value) over time to see where a property is gaining or slipping.
Combine Agoda reviews with the same fields from other channels to build one cross-OTA reputation view per property instead of a per-site spreadsheet.
Feed structured Agoda reviews into an LLM tool call so your agent answers guest-sentiment questions from live review text, not stale embeddings.
Flat monthly plans, every endpoint included on every plan. 1 request = 1 credit. No per-endpoint multipliers, no surprise overages.
Wire it up. See the schema.
Kick the tires in production.
Small prod workloads and growing apps.
Daily pulls in production.
Above 100k / month, annual terms, white-glove onboarding.
Every plan ships every endpoint. Same uptime, same schema, same response time.
Don't see your question? Email us at info@stayapi.com.
Agoda runs partner and affiliate programs, but there is no open, self-serve data API for pulling guest reviews and ratings. StayAPI gives you Agoda review data over plain REST with a key you get in 30 seconds.
Call /v1/agoda/hotel/reviews/{hotel_id} with an Agoda hotel_id. You get paginated review text, the overall score, category sub-ratings, reviewer country and group type, and dates as JSON. No ID on hand? Use /v1/agoda/hotel/reviews-from-url with the hotel URL. See the reviews endpoint docs.
Call /v1/agoda/hotel/url-to-id with any Agoda hotel URL and it returns the numeric hotel_id. The ID never changes for a hotel, so cache it once and reuse it for review calls. See the URL to ID docs.
Yes. /v1/agoda/hotel/reviews/{hotel_id}/comments takes a provider_id so you can pull reviews from a single source, for example Agoda's own reviews, and compare sentiment across providers. See the review comments docs.
You get 100 free requests on signup, every endpoint included, no credit card. After that it is flat monthly plans starting at $49. One request equals one credit, with no per-endpoint multipliers.
Both end with live Agoda data in your stack. The fast path is on the left.
100 free requests after sign up. Fastest way to see if the schema fits.
Start free15 minutes. Volume + endpoint mix. Walk out with a quote.
Book a demo