Travel
Skyscanner logo

Skyscanner API

skyscanner.co.in

Skyscanner - flight search, price comparison, destinations, and fare calendars.

Actions
7
Category
Travel
Login
Not required
Output
JSON

Call the Skyscanner API

Submit a task, then poll the job until it settles. This example runs sc_explore_everywhere.

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": "sc_explore_everywhere",
    "params": {
      "origin": "LOND"
    }
  }'

7 actions on skyscanner.co.in

Read

  • Cheapest Dates

    sc_explore_everywhereread1 credit / call

    Returns the cheapest price to fly anywhere on each day from an origin.

    origin
    string · required
    currency
    string
    market
    string
    locale
    string
  • Flight Destination Autosuggest

    act_skyscanner_flight_autosuggest_destinationread1 credit / call

    Returns matching airports, cities, and regions for a destination query.

    destination_query
    string · required
  • Flight Home Page

    act_skyscanner_flight_home_ssrread1 credit / call

    Returns home page metadata including locale, market, and currency.

  • Flight Origin Autosuggest

    act_skyscanner_flight_autosuggest_originread1 credit / call

    Returns matching airports, cities, and regions for an origin query.

    origin_query
    string · required
  • Flight Search

    sc_search_flightsread2 credits / call

    Search flights between two places on Skyscanner and return itineraries with prices, legs, carriers, segments and stops.

    origin_entity_id
    string · required
    destination_entity_id
    string · required
    outbound_date
    string · required
    return_date
    string
    adults
    integer
    cabin_class
    string
    children_ages
    array
    sort
    string
    currency
    string
    market
    string
    locale
    string
  • Flights Tab Page

    act_skyscanner_flights_tab_ssrread1 credit / call

    Returns flights tab page content for the flight search experience.

  • Location Search

    sc_location_searchread1 credit / call

    Returns place IDs and IATA codes for city, airport, or country names.

    query
    string · required
    market
    string
    locale
    string

Skyscanner API questions

Is there an API for Skyscanner?
Skyscanner does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for skyscanner.co.in. 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 Skyscanner 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 skyscanner.co.in changes its markup, Anakin updates the action.
Do I need a Skyscanner account?
No. Every Skyscanner action listed here runs anonymously — no account and no credentials required.
What does the Skyscanner 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

All Travel sites