easyJet Scraper
3 days trial then $10.00/month - No credit card required now
easyJet Scraper
3 days trial then $10.00/month - No credit card required now
Scrape flights from easyJet. Crawl and extract flights, prices, availability, and more. Creates an easyJet API to let you scrape based on round-trip, one-way trip, and passenger management (adults, teens, children, infants) options.
You can access the easyJet Scraper 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 "mode": "ROUND",
3 "arrival": "SAW",
4 "departure": "LPL",
5 "departureDate": "2023-10-10",
6 "returnDate": "2023-10-14",
7 "adults": 1,
8 "proxy": {
9 "useApifyProxy": true
10 }
11}' |
12apify call epctex/easyjet-scraper --silent --output-dataset
easyJet Scraper API through CLI
The Apify CLI is the official tool that allows you to use easyJet Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: