Shopping
Morrisons logo

Morrisons API

morrisons.com

Morrisons online grocery - search, categories, pricing, ingredients, and nutrition.

Actions
5
Category
Shopping
Login
Not required
Output
JSON

Call the Morrisons API

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

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_morrisons_category_listing_page",
    "params": {
      "retailer_category_id": "103644"
    }
  }'

5 actions on morrisons.com

Read

  • Category Listing

    act_morrisons_category_listing_pageread2 credits / call

    Returns category products with stubs, promotions, and page info.

    retailer_category_id
    string · required
  • Category Navigation Tree

    act_morrisons_category_navigation_treeread1 credit / call

    Returns the grocery category hierarchy with names and nested children.

  • Homepage

    act_morrisons_homepage_ssrread1 credit / call

    Returns the homepage with featured category tiles, titles, and images.

  • Homepage Product Carousels

    act_morrisons_homepage_product_carouselsread1 credit / call

    Returns homepage carousel products with IDs, prices, and promo labels.

  • Product Details

    act_morrisons_product_detailread1 credit / call

    Returns product detail with price, ingredients, nutrition, and availability.

    retailer_product_id
    string · required

Morrisons API questions

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

All Shopping sites