Food Dining
Allmenus logo

Allmenus API

allmenus.com

Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.

Actions
4
Category
Food Dining
Login
Not required
Output
JSON

Call the Allmenus API

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

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_allmenus_com_city_restaurant_listing",
    "params": {
      "state_slug": "ny",
      "city_slug": "new-york"
    }
  }'

4 actions on allmenus.com

Read

  • City Restaurant Listing

    act_allmenus_com_city_restaurant_listingread1 credit / call

    Returns a city's restaurant guide with cuisine filters and restaurant links.

    state_slug
    string · required
    city_slug
    string · required
  • Cuisine Restaurant Listing

    act_allmenus_com_cuisine_restaurant_listingread1 credit / call

    Returns restaurants in a city filtered by cuisine, with names and tags.

    state_slug
    string · required
    city_slug
    string · required
    cuisine_slug
    string · required
  • Homepage Navigation

    act_allmenus_com_homepage_navigationread1 credit / call

    Returns homepage top-city links and state browse navigation.

  • Restaurant Menu

    act_allmenus_com_restaurant_menuread1 credit / call

    Returns a restaurant's full menu with dishes, prices, sections, and address.

    state_slug
    string · required
    city_slug
    string · required
    restaurant_slug
    string · required

Allmenus API questions

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