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 / callReturns category products with stubs, promotions, and page info.
- retailer_category_id
- string · required
Category Navigation Tree
act_morrisons_category_navigation_treeread1 credit / callReturns the grocery category hierarchy with names and nested children.
Homepage
act_morrisons_homepage_ssrread1 credit / callReturns the homepage with featured category tiles, titles, and images.
Homepage Product Carousels
act_morrisons_homepage_product_carouselsread1 credit / callReturns homepage carousel products with IDs, prices, and promo labels.
Product Details
act_morrisons_product_detailread1 credit / callReturns 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
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
Abt
Abt - appliance and electronics categories, specs, prices, and reviews.
Acer Taiwan
Acer Taiwan - products, specs, model comparisons, and pricing.
AFT Fasteners
AFT Fasteners - fastener categories, specs, SKUs, pricing, and availability.
All Electronics
All Electronics - components, categories, product details, and pricing.
Amazon
Amazon - product search, details, reviews, pricing, cart, and orders.