
WizzAir Scraper
Deprecated
Pricing
$25.00/month + usage

WizzAir Scraper
Deprecated
Scrape flights from WizzAir. Crawl and extract flights, prices, availability, and more. Creates a WizzAir API to let you scrape based on one way trip, and passenger management (adults, children, infants) options.
0.0 (0)
Pricing
$25.00/month + usage
1
Total users
9
Monthly users
1
Runs succeeded
20%
Last modified
2 years ago
Mode
mode
EnumRequired
Mode for the actor. It can be either ROUND for Round trip or ONEWAY for One way trips
Value options:
"ONEWAY": string
Default value of this property is "ONEWAY"
Origin
origin
stringRequired
3 letter airport code for origin. You can check the codes from here: https://be.wizzair.com/17.7.0/Api/asset/map?languageCode=en-gb
Departure date
departureDate
stringRequired
Date for departure. Should be in the format of YYYY-MM-DD. Ex: 2021-02-21
Return Date
returnDate
stringOptional
Date for return. It is required for Round trips. Should be in the format of YYYY-MM-DD. Ex: 2021-02-21
Destination
destination
stringRequired
3 letter airport code for destination. You can check the codes from here: https://be.wizzair.com/17.7.0/Api/asset/map?languageCode=en-gb
Adults
adults
integerRequired
Number of adults that will be included on the flight
Default value of this property is 1
Children
children
integerOptional
Number of children (2-11 years old) that will be included on the fligh
Default value of this property is 0