Google Flights avatar
Google Flights

Pricing

$12.00/month + usage

Go to Store
Google Flights

Google Flights

Developed by

Canadesk Support

Canadesk Support

Maintained by Community

Find the cheapest deals with Google Flight. It's fast and costs little!

1.0 (1)

Pricing

$12.00/month + usage

5

Total users

137

Monthly users

16

Runs succeeded

76%

Issue response

1.4 days

Last modified

2 months ago

You can access the Google Flights programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "departureIATA": "LAX",
< "arrivalIATA": [
< "LAS",
< "MUC"
< ],
< "airlines": "ALL",
< "currency": "USD",
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call canadesk/google-flights --silent --output-dataset

Google Flights API through CLI

The Apify CLI is the official tool that allows you to use Google Flights locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: