--- title: 'Skyscanner' description: '' --- # Skyscanner undefined | Detail | Value | |---|---| | Category | Travel | | Base URL | `https://partners.api.skyscanner.net/apiservices/v3` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `skyscanner` | ## Using Skyscanner in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Skyscanner** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_live_search_0) | Live Search | | [GET ](./get_indicative_search_1) | Indicative Search | | [GET ](./get_markets_2) | Markets | | [GET ](./get_locales_3) | Locales | | [GET ](./get_currencies_4) | Currencies | | [GET ](./get_autosuggest_5) | Autosuggest | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.