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 / callReturns featured and promotional meals available before store selection with names and calorie counts.
- country
- string
Location Meals Listing
act_chipotle_location_meals_listingread1 credit / callReturns 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 / callReturns 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 / callReturns the menu builder schema with proteins, toppings, customizations, and base pricing rules.
- country
- string
Menu Category Metadata
act_chipotle_menu_category_metadataread1 credit / callReturns 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 / callReturns 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 / callSearches 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
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.