Agoda logo Agoda API

The Agoda API for live room prices and reviews.

Pull dated room availability, tax-inclusive prices, cancellation terms, guest reviews, and per-provider comments from Agoda as clean JSON.

REQUEST GET
USE CASE Live room rates for one Agoda hotel and stay.
curl "https://api.stayapi.com/v1/agoda/hotel/prices" \
  -G \
  -H "x-api-key: $STAYAPI_KEY" \
  -d "hotel_id=10884" \
  -d "check_in=2026-09-15" \
  -d "check_out=2026-09-17" \
  -d "adults=2" \
  -d "rooms=1" \
  -d "currency=USD"
RESPONSE 200 OK
2.41s
{
  "success": true,
  "hotel_id": 10884,
  "currency": "USD",
  "available": true,
  "sold_out": false,
  "lowest_price": {
    "exclusive": 600.84,
    "taxes_and_fees": 124.36,
    "total": 725.2
  },
  "room_types": [
    {
      "room_id": 3122086,
      "name": "Banyan Pool Villa",
      "rates": [
        {
          "rate_plan_id": 1019134,
          "available_rooms": 4,
          "breakfast_included": true,
          "free_cancellation": false,
          "stay_price": {
            "exclusive": 600.84,
            "taxes_and_fees": 124.36,
            "total": 725.2
          }
        }
      ]
    }
  ]
}
99.9% uptime ~3s avg response Live, not cached

Trusted by hospitality teams at

Overview

What the Agoda API gives you.

Agoda's partner APIs are not an open self-serve data surface. Building directly against the public site means maintaining date-sensitive room pricing and review extraction yourself.

StayAPI is that layer, run for you. Send a hotel_id and stay dates for live room rates, tax-inclusive totals, breakfast and cancellation terms, or fetch structured review text and sub-ratings. If you only have a URL, resolve it once and reuse the stable ID.

01

One key, rates and reviews in JSON.

x-api-key in, JSON out. Live room rates, availability, reviews, sub-ratings, and per-provider comments behind one base URL.

02

We run the hard part.

Fetching, parsing, proxy rotation, and source uptime are ours. You consume normalized review JSON and never touch a headless browser.

03

No ID? Pass a URL.

Resolve any Agoda hotel URL to its numeric hotel_id, or skip the step and pull reviews straight from the URL.

Use cases

What teams build on the Agoda API.

The same endpoints, pointed at different jobs. These are the ones we see most.

01

Live price comparison.

Check current Agoda inventory for a property and compare the cheapest all-inclusive whole-stay total with other hotel channels.

02

Review monitoring.

Stream new Agoda reviews into your dashboard sorted most-recent-first, dedupe against other sources, and run sentiment or topic clustering on the text.

03

Rating and sentiment benchmarking.

Track the overall score and category sub-ratings (cleanliness, location, service, value) over time to see where a property is gaining or slipping.

04

Reputation across OTAs.

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.

05

Review context for AI agents.

Feed structured Agoda reviews into an LLM tool call so your agent answers guest-sentiment questions from live review text, not stale embeddings.

Also over MCP

Agoda data, inside your AI agent.

The same endpoints are exposed as MCP tools. Connect Claude, Cursor, or Claude Code, ask in plain English, and the agent calls the tool and answers from live Agoda data.

Pricing

50 free requests on signup.
Pick a plan when you need more.

Flat monthly plans, every endpoint included on every plan. 1 request = 1 credit. No per-endpoint multipliers, no surprise overages.

01 Free

Wire it up. See the schema.

$0 to start
  • 50 free requests on signup
  • Every endpoint included
  • No credit card required
  • Same schema as paid
Start free
02 Basic

Kick the tires in production.

$49 per month
  • 1,500 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Email support
Start Basic
50% off
04 Scale

Daily pulls in production.

$900 $450 per month
  • 100,000 requests / month
  • Every endpoint included
  • Per-endpoint usage dashboard
  • Priority email support
Start scaling
05 Custom

Above 100k / month, annual terms, white-glove onboarding.

Let's talk
  • 1M+ requests / month
  • Volume rate on the call
  • Per-endpoint usage dashboard
  • Priority email + Slack support
Book a scoping call

Every plan ships every endpoint. Same uptime, same schema, same response time.

Questions

What people ask about the Agoda API.

Don't see your question? Email us at info@stayapi.com.

Does Agoda have a public API?

Agoda runs partner and affiliate programs, but there is no open, self-serve API for its full live room and review data. StayAPI provides both over plain REST with one API key.

How do I get live Agoda hotel prices?

Call /v1/agoda/hotel/prices with a numeric hotel_id, check-in and check-out dates. The response includes live inventory, the lowest all-inclusive stay total, taxes and fees, and room-level cancellation and breakfast terms. See the hotel prices docs.

How do I get Agoda reviews?

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.

How do I get an Agoda hotel ID?

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.

Can I compare Agoda reviews by source?

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.

Is the Agoda API free?

You get 50 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.

Two ways to start.

Both end with live Agoda data in your stack. The fast path is on the left.

01 · the fast path

Try it free

50 free requests after sign up. Fastest way to see if the schema fits.

Start free
  • Live API key in 30 seconds
  • No credit card required
  • Same schema as paid
02 · the scoped path

Book a scoping call

15 minutes. Volume + endpoint mix. Walk out with a quote.

Book a demo
  • Quote on the call, not after
  • Engineering, not sales
  • No deck, no slides