| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Get a free API key → — free tier, no credit card.
Booking.com has no self-serve public API — Connectivity and Partner access is gated to approved partners. StayingAPI returns live Booking.com hotel search, availability, and pricing (this is hotel data, not appointment booking) in the same schema as Airbnb, Vrbo, and Google Hotels, with cross-OTA price-compare built in.
This repository is a resource hub for the modern Booking.com API: REST endpoints, working code samples in six languages, and recipes you can copy in under five minutes. It is not a maintained SDK (the official typed client is @stayingapi/sdk) — it is a curated set of examples and references that match the machine contract at openapi.json. Every response is the same unified schema across Airbnb, Booking.com, Vrbo and Google Hotels, so one integration covers them all.
99.9% uptime SLA · Failed calls cost 0 credits · Native MCP for AI agents · One unified schema
Search live Booking.com stays with one HTTPS call — a bearer token, no SDK, no partner approval.
curl -s "https://api.stayingapi.com/v1/search" \
-G --data-urlencode "location=Split, HR" \
--data-urlencode "platforms=booking" \
--data-urlencode "limit=5" \
-H "Authorization: Bearer $STAYINGAPI_KEY" \
| jq '.data[] | {platform, name, price}'You get back the unified { "data": [...], "meta": {...} } envelope. Sign up for a free key, set STAYINGAPI_KEY, and the request runs as-is. Prefer to try before signing up? A stay_test_ sandbox key returns deterministic fixtures at zero cost.
The Booking.com data surface maps to these REST endpoints — each one HTTPS call, returning the unified schema, billed only on success:
Full machine contract: openapi.json. Per-endpoint references: endpoints/.
Ready to try? Get a free StayingAPI key →.
Six languages, each in its own folder under examples/. Every snippet is one screen, uses the language's standard library or a single zero-friction dependency, and resolves to the same unified envelope.
Ready-made automations built on Booking.com data — importable n8n workflows and portable AI-agent skills. See recipes/ and the full travel-workflows repo, or browse them rendered at https://stayingapi.com/workflows.
Every call bills against a credit balance. Failed, empty and blocked calls are never billed, and stay_test_ sandbox calls are always free. The exact, current per-endpoint costs live on the pricing page and in the machine-readable openapi.json — this repo stays number-free so it never drifts.
This is the Booking.com (the OTA) hotel-data API — live hotel and short-term-rental search, availability, and pricing from Booking.com. It is not a generic appointment- or reservation-"booking" API (like a calendar or scheduling tool). If you searched "booking api" looking for Booking.com data, you’re in the right place.
Booking.com offers Connectivity and Partner APIs, but they are gated to approved partners (property owners, channel managers, affiliates) and not a self-serve developer API. StayingAPI is the self-serve alternative: 100 free credits, no credit card, and a key in your dashboard immediately — no partner application required.
Sign up for StayingAPI, get a Bearer key, and call GET /v1/search with platforms=booking. You get normalized Booking.com hotel data — search, availability, price, ratings, amenities — without the Connectivity/Partner approval queue, and in the same schema as Airbnb, Vrbo, and Google.
Yes. Data is fetched live and cached briefly for speed (search ~30 min, availability ~6 h, price ~1 h). Each response tells you whether it was cached, and you pass real check-in/check-out dates to get live availability and price — not a static dump.
Part of the StayingAPI open resource set — one unified accommodation-data API across Airbnb, Booking.com, Vrbo and Google Hotels, with a REST API, a native MCP server, and importable workflows.
Website: https://stayingapi.com · Docs: https://stayingapi.com/docs · Status: https://status.stayingapi.com
Get your free key — no card → https://stayingapi.com/signup · Docs · Pricing · Status
Built with StayingAPI — trusted, ToS-clean, real-time accommodation data across Airbnb, Booking.com, Vrbo and Google Hotels, normalized to one schema. REST + a native MCP server.
StayingAPI is an independent service and is not affiliated with or endorsed by Booking.com. Platform names are trademarks of their respective owners.
| Back | FazBrowse Home | New Git URL |