Live flight & hotel prices for developers and agents
Your own travel agent, scan deals 24/7
Real-time Google Flights and Booking.com prices, wired into your code or your LLM. Three things people do with them:
- 1Scan for dealsOne MCP call takes a date range and a list of airports and comes back with every fare, each one carrying Google’s own low, typical or high verdict.
- 2Put live search in your appREST endpoints on api.flightpowers.com, flat JSON, and a working booking link on every result you hand back to a user.
- 3Run a 24/7 AI travel agentIt scans your routes every morning on the $10 plan. Sign in with Google, connect the server to Claude or ChatGPT.
proxy_country prices the same hotel room as a guest booking from another market, so you can sample one property across countries on a schedule.[ { "price_range_in_relation_to_other_periods": "low", "price_insights_low": 25, "price_insights_high": 85, "from_airport": "Los Angeles (LAX)", "to_airport": "San Francisco (SFO)", "departure_date": "2026-10-21", "price": "$19", "price_as_number": 19, "duration": "1 hr 35 min", "duration_seconds": 5700, "buy_link": "https://www.google.com/travel/flights?tfs=GjwSCjIwMjYtMTAtMjEiIAoDTEFYEgoyMDI2LTEwLTIxGgNTRk8qAkY5MgQ0NTkzagUSA0xBWHIFEgNTRk9CAQFIAZgBAg&curr=usd", "airline": "Frontier", "stops": 0, "stops_info": [], "departure_description": "7:03 PM on Wed, Oct 21", "arrival_description": "8:38 PM on Wed, Oct 21" }]the same request with your key
curl -X POST "https://google-flights-live-api.p.rapidapi.com/api/google_flights/oneway/v1" \
-H "Content-Type: application/json" \
-H "x-rapidapi-host: google-flights-live-api.p.rapidapi.com" \
-H "x-rapidapi-key: $RAPIDAPI_KEY" \
-d '{
"from_airport": "LAX",
"to_airport": "SFO",
"departure_date": "2026-10-21",
"currency": "usd"
}'Free tier on RapidAPI verifies your key. Get a key →
Live data from
Google FlightsBooking.comqueried in real time on every request.Getting Started
Get your API key in under 2 minutes
Step-by-step guides to getting your RapidAPI key and making your first request. Free tier available, no credit card required.
Integrations
Works where you already build
One key, the same live data, twelve doors.
Integrations we build and support. All marks belong to their owners; no partnership or endorsement implied.
The APIs
Two APIs, priced separately
Flights and hotels are separate products with separate plans. Within each, every plan gets every endpoint; you only choose volume and rate limit.
Google Flights Live API
Live flight pricing with booking links.
- BASIC$010 req
- PRO$10/mo2,500 req
- ULTRA$25/mo10,000 req
- MEGA$50/mo50,000 req
Booking.com Live API
Live rates, room-level pricing, and per-country quotes.
- POST /search · 24 filters
- POST /hotel_by_name · no property IDs
- POST /hotel · every room in one property
- proxy_country · on every endpoint
- BASIC$010 req
- PRO$10/mo2,000 req
- ULTRA$20/mo6,500 req
- MEGA$50/mo25,000 req
Plans read from the live listings; the listing is authoritative.
Production-ready performance
Google Flights Live API: 9.9/10 popularity, 99% service level, ~1.1s avg response · Booking Live API: 9.7/10 popularity, 94% service level
RapidAPI marketplace metrics, captured 2026-09-07
Questions, answered plainly
- How quickly can I start building?
- Free tier signup takes under 2 minutes on RapidAPI - no credit card required. You get your API key instantly and can make your first request within 5 minutes. Test with 10 requests/month free to verify integration, then upgrade when ready. Step-by-step guides: How to get a Google Flights API key and How to get a Booking.com API key. MCP servers work the same way: paste a config, restart your AI client, done.
- Is there a free tier?
- Yes. BASIC is $0 on RapidAPI, no card, 10 requests per month with a hard cap. Enough to verify your key and see the response shape. The live demo above runs real requests on our key if you want a quick look first. If you want your own assistant to try it, the free ad-supported MCP server needs no key and no signup at all.
- Do flights and hotels share one plan?
- No. They are separate APIs on RapidAPI with separate plans, prices, and rate limits. One RapidAPI account key works for both once you subscribe to each listing.
- How is this different from scraping Google Flights myself?
- A scraper you maintain breaks on markup changes. This API retries unreadable pages and provides clean JSON. You also avoid the legal and infrastructure complexity of running your own scraping operation.
- Can my AI agent use this without me writing HTTP code?
- Yes. Hosted MCP servers for Claude, Cursor, and any MCP client; open-source skills for Claude Code and OpenClaw; and an n8n community node. All first-party, all on the same live data.
- What kind of support do you offer?
- All plans include documentation, code examples, and email support. Response times are typically within 24 hours. For enterprise needs requiring SLAs or custom integrations, contact us through RapidAPI messaging.
Get live flight and hotel data
Live Google Flights and Booking.com data as clean JSON. Free tier on RapidAPI, no card to try.
Free tier: 10 requests/month. No card to try.