What problem does it solve?
Manually finding and comparing flight prices for multiple dates and destinations is time-consuming. This Skill automates the scraping of live pricing data to quickly generate price matrices when APIs are unavailable or expensive.
Core Features & Use Cases
- Automated Price Scapping: Use Selenium and Python scripts to scrape live flight prices.
- Flight Matrix Generation: Output the best prices found for each date combination into a CSV file.
- Use Case: Need to compare prices for multiple dates and passenger counts between airports. Instead of manual searches, this skill can automatically fetch and organize this information in a user-friendly CSV format.
Quick Start
Generate a price matrix for flights using this skill. You'll need to specify the origin and destination airport codes, start and end dates, number of passengers, and other optional parameters. For example: python3 scrape_flights.py --origin SLC --dest CDG --start 2026-07-16 --end 2026-07-31 --pax 5