Food Dining
Ocado logo

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 / call

    Returns the active cart session including region, totals, and checkout status.

  • Category Tree

    act_ocado_com_category_treeread1 credit / call

    Returns the full category navigation tree with aisle hierarchy and product counts.

  • Homepage Featured Products

    act_ocado_com_homepage_featured_productsread1 credit / call

    Returns featured products from the homepage with prices, brands, and images.

  • Homepage Listing

    act_ocado_com_homepage_ssrread1 credit / call

    Returns the homepage product listing data with item details and counts.

  • Product Details

    act_ocado_com_product_detail_bopread1 credit / call

    Returns product detail for a SKU including price, nutrition, promotions, and stock.

    retailer_product_id
    string · required
  • Product Reviews

    act_ocado_com_product_reviewsread2 credits / call

    Returns 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 / call

    Returns 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

All Food Dining sites