Agoda Working API
------------------------ `You're in the right place. Just give it a try!` ------------------------ - Realtime-Data exactly like you see on www.agoda.com. - Fastest Agoda API. - Find any hotel, vacation rental, or flight. - Custom endpoint, concurrent requests, priority support. - If you need help using this API for your projects, contact at: `[email protected]`
Agoda Working API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property Details | ||
| GET |
/details/byid /details/byid |
Full hotel / property detail for any Agoda `propertyId` â returns name, address, star rating, guest review score, photo gallery, amenities, room types, latitude / longitude,… |
| GET |
/details/byurl /details/byurl |
Full property detail by Agoda hotel URL. Accepts the canonical hotel page URL — either with the id embedded (`-h/hotel/...`) or a clean slug URL (we fetch the page once and… |
| Search Listings | ||
| GET |
/search/byurl /search/byurl |
Hotel list from an Agoda search URL. Supports: - `https://www.agoda.com/search?city=&checkIn=YYYY-MM-DD&checkOut=...&adults=...&rooms=...` — uses the `city` id directly -… |
| GET |
/search/bycoordinates /search/bycoordinates |
Latitude / longitude → hotel list. Reverse-geocodes the coordinates (OpenStreetMap Nominatim) to the nearest city, resolves the city name to an Agoda `cityId` via autocomplete,… |
| GET |
/search/bylocation /search/bylocation |
Free-text location → hotel list. Resolves `location` via Agoda's autocomplete to the best-matching `cityId`, then runs a citySearch for the requested check-in window. Each row… |
| Property Insights | ||
| GET |
/property/rooms /property/rooms |
Room rates + availability for a single Agoda property over the requested check-in window. Returns `masterRooms[]` — each master room includes pricing, photos, bed configuration,… |
| GET |
/property/reviews /property/reviews |
Paginated guest review list for an Agoda property — returns each review's text, score, traveler type, stay date, language, and provider (Agoda + major OTA partners). Use… |
| GET |
/property/price-grid /property/price-grid |
Calendar price trend for an Agoda property — one nightly price per check-in date across the requested window (typically 30–60 days). Useful for rendering a date picker /… |
| Flights | ||
| GET |
/flights/search /flights/search |
One-way or round-trip flight search via Agoda Flights (`flights.agoda.com`). Returns the list of itineraries matching the route + date, each with price, total duration, airline… |
| GET |
/flights/details /flights/details |
Full itinerary detail for a single flight result — booking-grade fare breakdown, baggage policy, fare rules, full segment timing, and aircraft type. Two ways to call: 1.… |
| Utility | ||
| GET |
/autocomplete /autocomplete |
Universal location & property typeahead. Returns Agoda destinations (city / region / neighborhood / point-of-interest) plus individual properties matching the query â each hit… |
Agoda Working API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $60 / month | 25 / second |
|
| MEGA Recommended | $250 / month | 50 / second |
|