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.
Actor - Easyjet Scraper
Easyjet scraper
Since Easyjet doesn't provide a good API, this actor should help you to retrieve data from it.
The Easyjet data scraper supports the following features:
- Scrape round trip - you can scrape a complete round trip with departure and return dates.
- Scrape one-way trip - you can scrape a one-way trip by just providing the departure date
- Scrape with multiple people options - You can scrape Easyjet with Adults, Teens, Children, and Infants options
Bugs, fixes, updates, and changelog
This scraper is under active development. If you have any feature requests you can create an issue from here.
Input Parameters
The input of this scraper should be JSON-containing. Possible fields are:
-
mode
: (Required) (String) Mode for the actor. It can be eitherROUND
for Round trip orONEWAY
for One-way trips. -
arrival
: (Required) (String) 3-letter arrival airport code. Ex: VIE. -
departure
: (Required) (String) 3-letter departure airport code. Ex: VIE. -
departureDate
: (Required) (String) Date for departure. Should be in the format ofYYYY-MM-DD
. Ex: 2021-02-21. -
returnDate
: (Optional) (String) Date for return. It is required for Round trips. Should be in the format ofYYYY-MM-DD
. Ex: 2021-02-21. -
adults
: (Required) (Number) Number of adults that will be included on the flight. The minimum number is 1. -
infants
: (Optional) (Number) Number of teens (Under 2 years old) that will be included on the flight. -
children
: (Optional) (Number) Number of children (2-11 years old) that will be included on the flight. -
maxItems
: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results. -
proxy
: (Required) (Proxy Object) Proxy configuration.
This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.
Compute Unit Consumption
The actor is optimized to run in a very fast manner and scrape the flights in the most performant way. Therefore, it forefronts all flight result requests. If the actor doesn't block very often it'll scrape 10 flights in 3 seconds with ~0.005-0.01 compute units.
Easyjet Scraper Input example
1{ 2 "adults": 1, 3 "arrival": "AMS", 4 "departure": "LPL", 5 "departureDate": "2023-01-06", 6 "mode": "ROUND", 7 "proxy": { 8 "useApifyProxy": true 9 }, 10 "returnDate": "2023-02-08" 11}
Easyjet Scraper Output example
https://api.apify.com/v2/datasets/oKobkcRCgfeIuiNKE/items?clean=true&format=json
Contact
Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.