rapidapi

Featured

Google Flights Live and Booking.com Live search via RapidAPI. Secondary source for cash flight prices and hotel availability when SerpAPI needs a second opinion.

API & Backend 659 stars 68 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RapidAPI Skill Search Google Flights and Booking.com via RapidAPI scrapers. Secondary source for cash flight prices and hotel/vacation rental pricing. **Sources:** - [Google Flights Live API on RapidAPI](https://rapidapi.com/apiheya/api/google-flights-live-api) - [Booking.com Live API on RapidAPI](https://rapidapi.com/apiheya/api/booking-live-api) ## Authentication `RAPIDAPI_KEY` is set in `.env`. All requests use `x-rapidapi-key` header. ## Google Flights Live API Real-time Google Flights scraping. Use when SerpAPI results seem stale or you want a second price opinion. ### Search One-Way ```bash curl -s -X POST "https://google-flights-live-api.p.rapidapi.com/api/v1/searchFlights" \ -H "x-rapidapi-key: $RAPIDAPI_KEY" \ -H "x-rapidapi-host: google-flights-live-api.p.rapidapi.com" \ -H "Content-Type: application/json" \ -d '{ "origin": "SFO", "destination": "NRT", "date": "2026-08-10", "adults": 2, "cabinClass": "economy", "currency": "USD" }' | jq '.' ``` ### Search Round Trip ```bash curl -s -X POST "https://google-flights-live-api.p.rapidapi.com/api/v1/searchFlights" \ -H "x-rapidapi-key: $RAPIDAPI_KEY" \ -H "x-rapidapi-host: google-flights-live-api.p.rapidapi.com" \ -H "Content-Type: application/json" \ -d '{ "origin": "SFO", "destination": "NRT", "date": "2026-08-10", "returnDate": "2026-08-26", "adults": 2, "cabinClass": "economy", "currency": "USD" }' | jq '.' ``` ### Parameters | Param...

Details

Author
borski
Repository
borski/travel-hacking-toolkit
Created
5 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Featured

serpapi

Google Flights cash prices, Google Hotels, and Google Travel Explore via SerpAPI. Use for award-vs-cash comparison, hotel search, and destination discovery.

659 Updated 4 days ago
borski
API & Backend Listed

travel-data-api

Reference and routing layer for the independent real-time Google Flights and Booking.com data APIs on RapidAPI, plus the hosted MCP servers for flights and hotels and the Apify actors - auth headers, both hosts, every endpoint, every request parameter, exact response field names, empty-result and non-200 handling, MCP tool mapping, fan-out caps, and per-request billing. Use when the user asks about rapidapi google flights, google-flights-live-api, booking-live-api, flightpowers, google-flights-mcp, google-flights-lulu, the Apify flights or booking actor, a flight price, airfare, or flight search API, a hotel price or hotel availability API, curl or client code, the request body or response schema, an API key, x-rapidapi-key or x-rapidapi-host, how to install the MCP server with claude mcp add, why a call returns an empty [] array or a non-200, whether one key covers both APIs, what a call costs, what an X-Search-Status of degraded means, or the parameters sort_type, use_fallback, strict, use_ext_proxy, proxy_

4 Updated 1 weeks ago
mtnrabi
AI & Automation Featured

ignav

Fast REST API flight search via ignav.com. Cash prices, booking links, market selection for price arbitrage. Include in every flight search alongside Duffel and other sources.

659 Updated 4 days ago
borski