
AirAsia Scraper
Deprecated
Pricing
$15.00/month + usage

AirAsia Scraper
Deprecated
Scrape flights from AirAsia. Crawl and extract flights, prices, availability, and more. Creates a AirAsia API to let you scrape based on round trip, one way trip, and passenger management (adults, children, infants) options.
0.0 (0)
Pricing
$15.00/month + usage
1
Total users
4
Monthly users
1
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://www.nationsonline.org/oneworld/IATA_Codes/airport_code_list.htm
Departure date
departureDate
stringRequired
Date for departure. Should be in the format of DD/MM/YYYY. Ex: 24/12/2023
Return Date
returnDate
stringOptional
Date for return. It is required for Round trips. Should be in the format of DD/MM/YYYY. Ex: 24/12/2023
Destination
destination
stringRequired
3 letter airport code for destination. You can check the codes from here: https://www.nationsonline.org/oneworld/IATA_Codes/airport_code_list.htm
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
Infants
infants
integerOptional
Number of infants (Under 2 years old) that will be included on the flight
Default value of this property is 0
Currency
currency
EnumRequired
Value options:
"AUD": string"CNY": string"EUR": string"GBP": string"HKD": string"JPY": string"MYR": string"NZD": string"PHP": string"SGD": string"THB": string"BDT": string"BND": string"INR": string"IDR": string"KRW": string"MOP": string"TWD": string"VND": string"LKR": string"USD": string
Default value of this property is "EUR"