VOOZH about

URL: https://apify.com/epctex/easyjet-scraper

⇱ easyJet Scraper Β· Apify


Pricing

$10.00/month + usage

Go to Apify Store

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.

Pricing

$10.00/month + usage

Rating

5.0

(8)

Developer

πŸ‘ epctex

epctex

Maintained by Community

Actor stats

11

Bookmarked

83

Total users

0

Monthly active users

9 hours ago

Last modified

Categories

Share

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 either ROUND for Round trip or ONEWAY 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 of YYYY-MM-DD. Ex: 2021-02-21.

  • returnDate: (Optional) (String) Date for return. It is required for Round trips. Should be in the format of YYYY-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

{
"adults":1,
"arrival":"AMS",
"departure":"LPL",
"departureDate":"2023-01-06",
"mode":"ROUND",
"proxy":{
"useApifyProxy":true
},
"returnDate":"2023-02-08"
}

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? business@epctex.com is at your service.

You might also like

CouponFollow Coupon Listing Scraper

ecomscrape/couponfollow-coupon-listing-scraper

Extract coupon codes, store details, and discount information from CouponFollow.com with this powerful scraper. Access real-time deals from 4,000+ merchants automatically.

ecomscrape

61

Acquire.com Unmask Leads (URL, email, socials)

igolaizola/acquire-unmask-leads

Unmask anonymous Acquire.com listings and identify the real startup behind each one. Get ranked candidates with company URLs, emails, phones, social profiles, descriptions, confidence scores, and reasoning for startup sourcing, acquisition deal sourcing, and outreach. Not affiliated with Acquire.com

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

35

Chrono24 Watch Scraper CHEAP

ahmed_jasarevic/chrono24-scraper

Scrape watch listings from Chrono24 by search query or brand. Extract prices, locations, images, and more.

πŸ‘ User avatar

Ahmed Jasarevic

23

Kwai Scraper

natanielsantos/kwai-scraper

This tool enables you to extract video data from Kwai. Use it to scrape post data, like URLs, numbers of followers, likes, video, engagement data and more. Download data as a HTML, JSON, CSV, Excel, or XML doc.

πŸ‘ User avatar

Nataniel Santos

97

5.0

Skip Trace PRO β€” Verified Phones & Emails, Clean Output

intelscrape/skip-trace-pro

Skip trace any person by name, address, or phone. Returns CLEAN flat records with the best phone & email surfaced, MX-verified emails, classified phone types, match confidence, and multi-source fallback so you actually get results.

LinkedIn Posts Scraper

maximedupre/linkedin-posts-scraper

Scrape LinkedIn posts from profiles, companies, post URLs, feed updates, and search targets. Export text, authors, media, comments, reactors, reaction counts, repost context, and optional author profiles.

πŸ‘ User avatar

Maxime DuprΓ©

26

Acquire.com Scraper

igolaizola/acquire-scraper

Scrape Acquire.com startup listings, including price, ARR, revenue, growth and metrics. Supports URLs, public categories and authenticated search for deal sourcing, M&A, investors and OSINT. Export structured data to JSON/CSV for analysis. Not affiliated with Acquire.com

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

44

4.2

Ryanair Scraper

epctex/ryanair-scraper

Scrape flights from Ryanair. Crawl and extract flights, prices, availability, and more. Creates a Ryanair API to let you scrape based on round trip, one-way trip, and passenger management (adults, teens, children, infants) options.

JustDial Extractorβ€” Justdial Scraper for Leads & Contacts

iskander/just-dial-extractor-scraper

JustDial extractor JustDial number extractor fast and reliable

πŸ‘ User avatar

Iskandar Souissi

219

Lowe's Scraper

natanielsantos/lowe-s-scraper

Scrape product data from lowes.com with this no-code tool. You can use it to extract name, price, images, rating, description, categories etc. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

πŸ‘ User avatar

Nataniel Santos

200

Related articles

How to scrape Google Flights with Python
Read more