Google Flights avatar

Google Flights

Try for free

3 days trial then $12.00/month - No credit card required now

View all Actors
Google Flights

Google Flights

canadesk/google-flights
Try for free

3 days trial then $12.00/month - No credit card required now

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

You can access the Google Flights programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "departureIATA": "LAX",
3  "arrivalIATA": [
4    "LAS",
5    "Munich"
6  ],
7  "airlines": "ALL",
8  "currency": "USD",
9  "proxy": {
10    "useApifyProxy": true,
11    "apifyProxyGroups": [
12      "RESIDENTIAL"
13    ]
14  }
15}' |
16apify 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

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 7 monthly users
  • 2 stars
  • 87.9% runs succeeded
  • Created in Jan 2024
  • Modified 17 days ago