Google Flights API

Google Flights API for Pricing, Free Testing, and Flight Search

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

Pricing, docs, and testing

Answer the Google Flights API buying questions first

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.

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.

Free testing and playground

Create a free account, open the playground with the Google Flights one-way endpoint selected, and run live test calls before wiring production code.

Flight search API coverage

Use one-way search, round-trip search, date range search, booking details, airports, and airlines endpoints for travel apps and internal fare tools.

Date range and price tracking

Query flexible date ranges to find cheaper travel windows, then save repeated route searches in your app to power price tracking and fare alerts.

What you can build

Structured data for real applications. Here are some ideas.

Fare Comparison

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.

Flexible Date Search

Help travelers find the cheapest dates to fly with date range searches. Show price calendars and highlight low-fare days across a full month.

Airport & Airline Directory

Use the free airports and airlines endpoints to populate dropdowns, validate IATA codes, and build search UIs without any API key required.

Price Monitoring

Track flight prices over time for specific routes. Alert users when prices drop below their target or when booking windows open for seasonal travel.

Available endpoints

Everything you need in one API.

Try it now

One API call. Structured JSON response.

Request preview
Request
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"
Response
{
  "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
  }
}

Key features

One-way, round-trip & flexible date searches
Real-time pricing from Google Flights
Filter by airline, cabin class, stops & time
Price insights & historical price trends
Free airports & airlines reference endpoints
Baggage fees & fare class comparison

Frequently asked questions

What does the Google Flights API cost?

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.

Can I test the Google Flights API for free?

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.

Which flight search API endpoints are available?

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.

Does the API support date range search and price tracking?

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.

Where is the Google Flights API documentation?

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.

Ready to get started?

Sign up and get 500 free credits. No credit card required.