teamoto / Flight_Analysis

Scrapes flight data from Google Flights and analyzes flight prices. Can determine optimal flight from date, place, and price.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License: MIT

Flight Price Analysis

Uses selenium and Python to scrape Google Flights data for analysis. One can use this repo to find the best flights according to some constraints (date, location, price min/max). One can also use this repo for general analysis regarding flights.

Table of Contents

Overview

Flight price calculation can either use newly scraped data (scrapes upon running it) or cached data that reports a price-change confidence determined by a trained model.

Real Usage

Here are some great flights I was able to find and actually booked when planning my travel/vacations:

  • NYC ➡️ AMS (May 9), AMS ➡️ IST (May 12), IST ➡️ NYC (May 23) | Trip Total: $611 as of March 7, 2022

About

Scrapes flight data from Google Flights and analyzes flight prices. Can determine optimal flight from date, place, and price.

License:MIT License


Languages

Language:Python 100.0%