Food Dining
TheFork (Italy) logo

TheFork (Italy) API

thefork.it

TheFork Italy - restaurant search, listings, menus, availability, and reviews.

Actions
2
Category
Food Dining
Login
Not required
Output
JSON

Call the TheFork (Italy) API

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

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_thefork_it_location_and_cuisine_filters",
    "params": {
      "google_place_id": "ChIJu46S-ZZhLxMROG5lkwZ3D7k"
    }
  }'

2 actions on thefork.it

Write

Write actions change state on thefork.it and run as the account you connect.

  • Location and Cuisine Filters

    act_thefork_it_location_and_cuisine_filterswrite2 credits / call

    Returns location details and available cuisine filters for an area.

    google_place_id
    string · required
    restaurant_tag_ids
    array
  • Restaurant Detail and Menu

    act_thefork_it_restaurant_detail_menu_map_bundlewrite2 credits / call

    Returns restaurant detail with address, full menu, prices, and awards.

    restaurant_id
    string · required
    tracking_id
    string

TheFork (Italy) API questions

Is there an API for TheFork (Italy)?
TheFork (Italy) does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for thefork.it. 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 TheFork (Italy) 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 thefork.it changes its markup, Anakin updates the action.
Do I need a TheFork (Italy) account?
No. Every TheFork (Italy) action listed here runs anonymously — no account and no credentials required.
What does the TheFork (Italy) 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 Food Dining APIs

All Food Dining sites