Food Dining
Chipotle logo

Chipotle API

chipotle.com

Chipotle - nearby restaurants, menus, and location-specific prices.

Actions
7
Category
Food Dining
Login
Not required
Output
JSON

Call the Chipotle API

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

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_chipotle_featured_meals_catalog",
    "params": {
      "country": "US"
    }
  }'

7 actions on chipotle.com

Read

  • Featured Meals Catalog

    act_chipotle_featured_meals_catalogread1 credit / call

    Returns featured and promotional meals available before store selection with names and calorie counts.

    country
    string
  • Location Meals Listing

    act_chipotle_location_meals_listingread1 credit / call

    Returns preconfigured meals for a restaurant with location-specific prices, calories, and protein.

    restaurant_id
    string · required
  • Location Menu Pricing

    act_chipotle_location_menu_pricingread1 credit / call

    Returns the location-specific online menu with entree unit prices and customization options.

    restaurant_id
    string · required
  • Menu Builder Rules

    act_chipotle_menu_builder_rulesread1 credit / call

    Returns the menu builder schema with proteins, toppings, customizations, and base pricing rules.

    country
    string
  • Menu Category Metadata

    act_chipotle_menu_category_metadataread1 credit / call

    Returns the menu category tree with display names, images, and navigation group structure.

    channel
    string
    region
    string
  • Menu Item Index

    act_chipotle_menu_item_indexread1 credit / call

    Returns the catalog index of online menu item ids before full menu rules load.

    country
    string

Write

Write actions change state on chipotle.com and run as the account you connect.

  • Nearby Restaurant Search

    act_chipotle_nearby_restaurant_searchwrite2 credits / call

    Searches nearby restaurants by latitude and longitude, returning store ids, addresses, hours, and distance.

    latitude
    number · required
    longitude
    number · required
    radius
    integer
    page_size
    integer
    page_index
    integer
    concept_ids
    array
    x_kpsdk_cd
    string

Chipotle API questions

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