# Skyscanner Listing ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/skyscanner/listing` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/skyscanner-listing | ## Description Unlock Skyscanner's flight data with our API for real-time travel insights and enhanced customer experience. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/skyscanner/listing' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "flights": [ { "price": 35.99, "airline": "Ryanair", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-08T12:00:00", "flightNumber": "FR1234", "departureTime": "2023-05-08T06:00:00" }, { "price": 75.5, "airline": "Air France", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-08T15:00:00", "flightNumber": "AF567", "departureTime": "2023-05-08T09:00:00" }, { "price": 120, "airline": "Lufthansa", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-08T18:00:00", "flightNumber": "LH8910", "departureTime": "2023-05-08T12:00:00" } ], "returnFlights": [ { "price": 110, "airline": "Lufthansa", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-15T12:00:00", "flightNumber": "LH8911", "departureTime": "2023-05-15T06:00:00" }, { "price": 70, "airline": "Air France", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-15T15:00:00", "flightNumber": "AF568", "departureTime": "2023-05-15T09:00:00" }, { "price": 30, "airline": "Ryanair", "currency": "EUR", "duration": "6h 0m", "arrivalTime": "2023-05-15T18:00:00", "flightNumber": "FR1235", "departureTime": "2023-05-15T12:00:00" } ] } ``` ## Documentation ## Overview Unlock Skyscanner's flight data with our API for real-time travel insights and enhanced customer experience. ## Quickstart ``` GET https://api.piloterr.com/v2/skyscanner/listing?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Skyscanner Listing data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Skyscanner without maintaining scrapers - Power internal dashboards and workflow automations with live Skyscanner data