Grocery
Coles Australia logo

Coles Australia API

coles.com.au

Coles Australia grocery assortment — category tree, paginated category PLPs, and product detail (guest).

Actions
3
Category
Grocery
Login
Not required
Output
JSON

Call the Coles Australia API

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

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_coles_com_au_category_tree",
    "params": {
      "store_id": "COL:7674"
    }
  }'

3 actions on coles.com.au

Read

  • Coles Category Tree

    act_coles_com_au_category_treeread1 credit / call

    Fetch Coles Shop-by-products category tree (names, seo tokens, product counts, nested children). Parent seo_token is the All * PLP slug.

    store_id
    string
  • Coles Product Detail (PDP)

    act_coles_com_au_product_detailread1 credit / call

    Coles PDP by product_id (resolves SEO slug). Returns name, brand, price, unit price, description, images, availability, category.

    product_id
    string · required
    product_slug
    string
    build_id
    string
  • Coles Product Listing (paginated PLP)

    act_coles_com_au_product_listingread1 credit / call

    Paginated Coles category PLP. Use top-level seoToken (fruit-vegetables, dairy-eggs-fridge) OR nested path parent/child (lunchbox/school-breakfast). Leaf-only nested slugs 404.

    category_slug
    string · required
    page
    integer
    build_id
    string

Coles Australia API questions

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

All Grocery sites