Google Flights API pricing
Start with 500 free credits every month. Paid usage is credit-based across Google Flights endpoints, so flight search and booking detail requests follow the same Scrappa pricing model.
Use Scrappa as a Google Flights API for one-way flight search, round-trip search, flexible date range search, booking details, airport data, and airline data. Test with free monthly credits, review the documentation, and build price tracking workflows with structured JSON.
500 free credits/month · No credit card required
API coverage
Pricing, docs, and testing
Developers searching for a Google Flights API usually need to know whether they can test it free, what it costs, which flight search endpoints exist, and whether flexible-date or price-tracking workflows are supported.
Start with 500 free credits every month. Paid usage is credit-based across Google Flights endpoints, so flight search and booking detail requests follow the same Scrappa pricing model.
Create a free account, open the playground with the Google Flights one-way endpoint selected, and run live test calls before wiring production code.
Use one-way search, round-trip search, date range search, booking details, airports, and airlines endpoints for travel apps and internal fare tools.
Query flexible date ranges to find cheaper travel windows, then save repeated route searches in your app to power price tracking and fare alerts.
Structured data for real applications. Here are some ideas.
Build fare comparison tools that show real-time prices across airlines for any route. Filter by cabin class, stops, and departure time to find the best deals.
Help travelers find the cheapest dates to fly with date range searches. Show price calendars and highlight low-fare days across a full month.
Use the free airports and airlines endpoints to populate dropdowns, validate IATA codes, and build search UIs without any API key required.
Track flight prices over time for specific routes. Alert users when prices drop below their target or when booking windows open for seasonal travel.
Everything you need in one API.
/api/flights/one-way
Search one-way flights with airline, cabin class, and stop filters
/api/flights/round-trip
Search round-trip flights with combined outbound and return pricing
/api/flights/date-range
Find cheapest flight dates across a flexible date range
/api/flights/booking-details
Get price insights, fare options, and baggage info for a flight
/api/flights/airports
Free list of major airports with IATA codes and locations
/api/flights/airlines
Free list of supported airlines with IATA codes
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/flights/one-way?origin=JFK&destination=LAX&departure_date=2026-09-15" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"flights": [
{
"price": 187,
"currency": "USD",
"total_duration_minutes": 330,
"legs": [
{
"departure_airport": "JFK",
"arrival_airport": "LAX",
"departure_time": "2026-09-15T08:00",
"arrival_time": "2026-09-15T11:30",
"duration_minutes": 330,
"airline": "AA",
"airline_name": "American Airlines",
"flight_number": "AA 1",
"stops": 0
}
]
}
],
"search_metadata": {
"origin": "JFK",
"destination": "LAX",
"departure_date": "2026-09-15",
"response_time_ms": 1240
}
}
Google Flights API pricing on Scrappa starts with 500 free credits each month and no credit card required. Paid usage is credit-based, so one-way search, round-trip search, date range search, and booking detail requests use the same Scrappa credit model.
Yes. Create a Scrappa account to get free monthly credits, open the Google Flights API documentation or playground, and run live test requests for flight search, flexible date ranges, airport data, and airline data before buying credits.
The Google Flights API supports one-way flight search, round-trip flight search, date range search, booking details, airports list, and airlines list endpoints with structured JSON responses.
Yes. Use the date range endpoint to compare fares across flexible travel windows, then store repeated route searches in your own system to build flight price tracker API workflows and price-drop alerts.
Scrappa documents each Google Flights endpoint with parameters, runnable examples, playground links, and response fields for one-way search, round-trip search, date range search, booking details, airports, and airlines.
Sign up and get 500 free credits. No credit card required.