Skyscanner Places & Explore avatar

Skyscanner Places & Explore

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Skyscanner Places & Explore

Skyscanner Places & Explore

Resolve Skyscanner PlaceIds and IATA codes to canonical travel entities (entity id, type, country). Reliable, token-only, no proxy.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Resolve any Skyscanner PlaceId or IATA code to its canonical travel entity — numeric entity id, entity type (City / Airport / Country), country code and localized names. Clean, reliable travel geocoding with zero setup, no proxy, no anti-bot handling.

How it works

You supply exact IATA codes or Skyscanner PlaceIds (JFK, LOND, NYCA, LHR). The actor resolves each one through Skyscanner's entity service using only an anonymous token. This path is not anti-bot gated, so it runs fast and consistently from any IP — no proxy required. IATA is a global standard, so codes are easy to source.

Who it's for

  • Travel app & flight-tool developers needing Skyscanner-compatible place codes.
  • Data teams building airport/city reference datasets with coordinates.
  • Anyone integrating Skyscanner who needs to turn user text into PlaceIds/entity ids.

What you get (output fields)

FieldDescription
queryThe input PlaceId/IATA this row resolves
placeIdSkyscanner PlaceId / IATA code (e.g. LOND)
nameCanonical localized place name
entityIdNumeric canonical travel entity id
entityTypeEntity type (City / Airport / Country)
entityCountryCodeISO country code

Use cases

  • Reference data — build an airport/city entity table.
  • Pipeline prep — turn IATA codes into the entity ids other Skyscanner tools expect.
  • Validation — confirm a PlaceId/IATA resolves to the expected entity.

Input

FieldTypeRequiredDescription
placeIdsarrayyesSkyscanner PlaceIds or IATA codes to resolve
includeExploreboolnoSave the Explore inspiration feed to the KV store (default false)
market / locale / currencystringnoLocalization (default US / en-US / USD)

Example input

{
"placeIds": ["LOND", "JFK", "NYCA", "PARI", "LHR"]
}

Example output row

{
"query": "LOND",
"placeId": "LOND",
"name": "London",
"entityId": "27544008",
"entityType": "City",
"entityCountryCode": "GB"
}

Scheduling & webhooks

Run on a schedule to keep a place/airport reference dataset fresh, or trigger via webhook from your own systems.

Reliability

This actor uses Skyscanner's public place and entity services with an anonymous token — no proxy or anti-bot handling required, so runs are fast and consistent.

FAQ

Does it return flight prices? No — this actor resolves places to entities. For live fares, use a dedicated flight-price scraper (requires an unblocker).

Does it accept free-text city names? No — supply exact IATA codes or Skyscanner PlaceIds. IATA codes are a global standard and easy to look up.

Is scraping legal? You are responsible for complying with Skyscanner's terms and applicable law. Only publicly available place data is accessed.