Travel
Skiplagged logo

Skiplagged API

skiplagged.com

Skiplagged - cheap flight and hotel search with routes, fares, and itineraries.

Actions
6
Category
Travel
Login
Not required
Output
JSON

Call the Skiplagged API

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

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_skiplagged_flexible_date_pricing",
    "params": {
      "origin_slug": "north-america",
      "destination_airport": "PVU",
      "departure_date": "2026-06-19",
      "return_date": "2026-06-21"
    }
  }'

6 actions on skiplagged.com

Read

  • Flexible Date Pricing

    act_skiplagged_flexible_date_pricingread2 credits / call

    Returns a flexible-date fare calendar for an origin-destination pair.

    origin_slug
    string · required
    destination_airport
    string · required
    departure_date
    date · required
    return_date
    date · required
  • Flight Destination Listing

    act_skiplagged_flight_destination_listingread2 credits / call

    Returns destination deals with airport and city details for a date range.

    from
    string · required
    departure_date
    date · required
    return_date
    date · required
  • Flight Search Results

    act_skiplagged_flight_search_resultsread2 credits / call

    Returns flight itineraries and pricing for a route and dates.

    from
    string · required
    to
    string · required
    departure_date
    date · required
    return_date
    date · required
    poll
    string · required
  • Hotel Search Results

    act_skiplagged_hotel_search_resultsread2 credits / call

    Returns hotel listings near an airport for given check-in and check-out dates.

    airport_code
    string · required
    checkin_date
    date · required
    checkout_date
    date · required
  • Itinerary Details

    act_skiplagged_itinerary_detail_initread1 credit / call

    Returns full flight itinerary details including legs, airlines, times, and pricing.

    itinerary_tiny
    string · required
  • Location Autocomplete

    act_skiplagged_location_autocompleteread1 credit / call

    Returns location autocomplete suggestions for airports, cities, and regions.

    origin_slug
    string · required

Skiplagged API questions

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