Google Flights API

The Google Flights Scraper API allows you to easily scrape Google Flights by simply sending an HTTP request.

circle-check

Interacting with the Google Flights scraper is quite straightforward. As opposed to the Google Search API, which can take a lot of parameters and allows more flexibility in customizing the response, the Google Flights API has fewer options, but the data it returns is still as rich and accurate.

Scrape Google Flights Results

Google Flights API Integration Examples

We will use following URL as an example for this request:

Ready to Use Google Flights Scraping Scripts:

Google Flights Specific Parameters

#1: Query Parameter

Parameter
Type
Description

q Required

string

The keywords that you are searching for on Google (the query).

#2: Device and Geolocation Parameters

Parameter
Type
Description

device

string

The device used for your Google Flights search. Can be set to desktop, mobile or tablet.

hl

string

The language you want to use for your Google Flights search. List of supported languagesarrow-up-right

gl

string

The country you want to use for your Google Flights search. List of supported countriesarrow-up-right

curr

string

Parameter defines the currency of returned prices.

chevron-rightResponse Examplehashtag

Last updated