SkillAgentSearch skills...

ExpediaCrawler

script to get flight offers from expedia for multiple trips

Install / Use

/learn @Shadi/ExpediaCrawler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Expedia Crawler

Simple script to get best offers from expedia given codes for departure and destination cities, departure and return dates, and other dates on the future based on these dates

date format: mm/dd/yyyy

use 3 letter code for cities, if you are not sure what the code for a city is you can can find it here: http://www.iata.org/publications/Pages/code-search.aspx choose location name and enter the city

Example:

if you want to travel from New York(NYC) to San Francisco(SFO) from 03/15/2017 to 03/25/2017 but want to also see offers from 2 dates in advance(03/02 and 03/03):

if you also want to append the output to a csv file then use the optional parameter --file

python3 crawl NYC SFO 03/15/2017 03/25/2017 --add=2 --file=~/results.csv

Requirements:

python 3: https://www.python.org/downloads/

firefox: https://www.mozilla.org/en-US/firefox/new/

geckodriver you can get it using the script here https://gist.github.com/tristandostaler/2f8b28f2bf503db4422a5549e8fed538

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated25d ago
Forks2

Languages

Python

Security Score

95/100

Audited on Mar 6, 2026

No findings