Kayak API
kayak.com
Kayak - travel search for flights, hotels, car rentals, and price alerts.
- Actions
- 9
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Kayak API
Submit a task, then poll the job until it settles. This example runs act_kayak_budget_travel_deals.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_kayak_budget_travel_deals",
"params": {}
}'9 actions on kayak.com
Read
Flight Price Calendar
act_kayak_flight_price_calendarread2 credits / callReturns daily average round-trip flight prices for a route across a date range.
- origin
- string · required
- destination
- string · required
Homepage Destinations
act_kayak_homepage_frontdoor_ssrread1 credit / callReturns homepage destination tiles with flights, hotels, and car-rental links.
Personalized Flight Destinations
act_kayak_personalized_flight_destinationsread1 credit / callReturns recommended flight destinations with prices and airports for an origin.
- origin_airport
- string · required
Popular Flight Routes
act_kayak_flights_frontdoor_ssrread1 credit / callReturns popular flight routes with origins, destinations, and starting prices.
Write
Write actions change state on kayak.com and run as the account you connect.
Budget Travel Deals
act_kayak_budget_travel_dealswrite2 credits / callReturns budget travel deals with destinations, prices, dates, and flight summaries.
Car Rental Search Defaults
act_kayak_car_rental_frontdoor_statewrite2 credits / callReturns car rental search defaults with pickup location, dates, and page metadata.
Destination Airport Autocomplete
act_kayak_airport_autocomplete_destinationwrite2 credits / callReturns destination airport and city matches with IATA codes and coordinates.
- destination_query
- string · required
Hotel Search Defaults
act_kayak_hotel_frontdoor_statewrite2 credits / callReturns hotel search defaults with origin and page metadata.
Origin Airport Autocomplete
act_kayak_airport_autocomplete_originwrite2 credits / callReturns origin airport and city matches with IATA codes and coordinates.
- origin_query
- string · required
Kayak API questions
- Is there an API for Kayak?
- Kayak does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for kayak.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Kayak data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when kayak.com changes its markup, Anakin updates the action.
- Do I need a Kayak account?
- No. Every Kayak action listed here runs anonymously — no account and no credentials required.
- What does the Kayak API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.