Travel
Timeout logo

Timeout API

timeout.com

Time Out - city guides for things to do, restaurants, hotels, and articles.

Actions
9
Category
Travel
Login
Not required
Output
JSON

Call the Timeout API

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

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_timeout_com_article_detail_ssr",
    "params": {
      "city_slug": "paris",
      "locale": "en",
      "article_slug": "disneyland-paris-top-tips"
    }
  }'

9 actions on timeout.com

Read

  • Article Details

    act_timeout_com_article_detail_ssrread1 credit / call

    Returns an article's title, headline, and full body content.

    city_slug
    string · required
    locale
    string · required
    article_slug
    string · required
  • City Guide

    act_timeout_com_city_guide_ssrread1 credit / call

    Returns a city's guide with featured articles and editorial highlights.

    city_slug
    string · required
    locale
    string · required
  • Feature Article Details

    act_timeout_com_feature_article_detail_ssrread1 credit / call

    Returns a feature article's headline, body sections, and metadata.

    city_slug
    string · required
    locale
    string · required
    article_slug
    string · required
  • Homepage Feed

    act_timeout_com_homepage_ssrread1 credit / call

    Returns homepage featured articles, sections, and destination links.

  • Hotel Rates Comparison

    act_timeout_com_hotel_rates_comparisonread1 credit / call

    Returns hotel rate offers and booking partner links for a property.

    alias
    string · required
  • Hotel Search Results

    act_timeout_com_hotel_search_results_ssrread2 credits / call

    Returns hotel listings with names, prices, and availability for a destination and dates.

    aid
    string · required
    booking_city_id
    string · required
    checkin_date
    date · required
    checkout_date
    date · required
    currency
    string · required
    locale
    string · required
  • Recommended Content

    act_timeout_com_related_content_recommendationsread2 credits / call

    Returns recommended articles with titles, URLs, locations, and authors.

    recommender_url
    string · required
  • Related Articles

    act_timeout_com_related_content_recircread2 credits / call

    Returns related articles with titles, URLs, categories, and images for a page.

    content_page_id
    string · required
    size
    string · required
    filters
    string · required
    sorters
    string · required
  • Things To Do Listing

    act_timeout_com_things_to_do_listing_ssrread1 credit / call

    Returns a city's things to do and attractions with titles and links.

    city_slug
    string · required
    locale
    string · required

Timeout API questions

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