ScavioScavio
ProductPricingDocs
Sign InGet Started
Quick StartAPI & SDKsEcosystem

Google

Google Flights

Search Google Flights for a route and date — price, airline, duration, stops, legs, and price insights — as JSON.

POST/api/v2/google/flights

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
departure_idstringrequired

Origin IATA code (comma-separated allowed).

Example: JFK

arrival_idstringrequired

Destination IATA code.

Example: LAX

outbound_datestringrequired

Departure date, YYYY-MM-DD.

Example: 2026-08-01

typeenum<int>

1 round trip, 2 one way, 3 multi-city.

return_datestring

Return date, YYYY-MM-DD (required when type=1).

adultsnumber

Adult passengers (1-9).

childrennumber

Children (0-9).

infants_in_seatnumber

Infants in seat (0-4).

infants_on_lapnumber

Infants on lap (0-4).

travel_classenum<int>

1 economy, 2 premium, 3 business, 4 first.

stopsenum<int>

0 any, 1 nonstop, 2 <=1 stop, 3 <=2 stops.

sort_byenum<int>

1 top, 2 price, 3 departure, 4 arrival, 5 duration, 6 emissions.

include_airlinesstring

Comma-separated airline codes to include.

exclude_airlinesstring

Comma-separated airline codes to exclude.

hlstring

UI language.

Example: en

glstring

Country perspective.

Example: us

currencystring

Currency code.

Example: USD

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
results = client.google.flights("JFK", "LAX", "2026-08-01")
print(results)

Response

"engine": "google_flights",
"type": 2,
"departure_id": "JFK",
"arrival_id": "LAX",
"outbound_date": "2026-08-01",
"adults": 1,
"currency": "USD",
"gl": "us",
"hl": "en"
},
],
],
"lowest_price": 209,
"price_level": "high",
},
"credits_used": 1,
"credits_remaining": 49
}
PreviousGoogle Shopping Stores APINextGoogle Hotels API
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy