Questions tagged [google-flights]

5 questions
8
votes
3 answers

How can I decode/recreate Google Flights Search URLs?

The Problem On Google Flights, search information is encoded in a URL parameter, presumably so users can share flight searches with each other easily. The URL format looks like…
3
votes
1 answer

Google Flights/QPX Query Without Destination

I followed this post to send flight requests using Google Flights/QPX API and it all works provided # of passengers, an origin airport, a destination airport and departure date. I want to retrieve all possible destinations given # of passengers, an…
xited
  • 877
  • 1
  • 10
  • 19
1
vote
0 answers

How can I find google flights URL query parameters?

I have been trying to scrape google flights: I am using selenium python to automate google flights(https://www.google.com/travel/flights). But selenium is slow and sometimes it's hard to automate a button or slide the price range. Luckily I found…
1
vote
0 answers

How to decipher the Google Flights results' URL?

I am trying to get the cheapest flights to multiple destinations using Google Flights. I use the following code for one destination but I need to loop through multiple airports: from selenium import webdriver url =…
0
votes
0 answers

How to scrape flight costs from google flights into a spreadsheet?

I am planning a trip within Europe in a couple of months and know I want to visit certain cities. In order to keep costs down, I want to make a spread sheet that lists flight prices from each city. Example: picture of goal This sheet lists the…
max
  • 21
  • 4