Ocado API
ocado.com
UK online grocery - product search, categories, details, reviews, and recommendations.
- Actions
- 7
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Ocado API
Submit a task, then poll the job until it settles. This example runs act_ocado_com_cart_state.
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_ocado_com_cart_state",
"params": {}
}'7 actions on ocado.com
Read
Cart State
act_ocado_com_cart_stateread1 credit / callReturns the active cart session including region, totals, and checkout status.
Category Tree
act_ocado_com_category_treeread1 credit / callReturns the full category navigation tree with aisle hierarchy and product counts.
Homepage Featured Products
act_ocado_com_homepage_featured_productsread1 credit / callReturns featured products from the homepage with prices, brands, and images.
Homepage Listing
act_ocado_com_homepage_ssrread1 credit / callReturns the homepage product listing data with item details and counts.
Product Details
act_ocado_com_product_detail_bopread1 credit / callReturns product detail for a SKU including price, nutrition, promotions, and stock.
- retailer_product_id
- string · required
Product Reviews
act_ocado_com_product_reviewsread2 credits / callReturns customer reviews and rating aggregates for a product, sorted by recency or rating.
- product_id
- string · required
- sort_option
- string
Related Product IDs
act_ocado_com_related_product_idsread2 credits / callReturns related product IDs and URLs for a given product.
- retailer_product_id
- string · required
Ocado API questions
- Is there an API for Ocado?
- Ocado does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for ocado.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 Ocado 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 ocado.com changes its markup, Anakin updates the action.
- Do I need a Ocado account?
- No. Every Ocado action listed here runs anonymously — no account and no credentials required.
- What does the Ocado 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.