Skip to Content

Argos product data API

The ShopAPIS Argos product data API returns price, online and store-level stock, click-and-collect availability, specifications, ratings, review count and variants for any Argos catalogue number — as clean JSON. Argos draws roughly 34M monthly visits and is one of the UK’s largest generalist retailers, with a uniquely store-centric model: its real-time, branch-by-branch reservation stock is a data field few UK competitors expose.

Owned by Sainsbury’s, Argos spans technology, home, toys, garden, DIY and general merchandise across hundreds of UK stores and its long-running catalogue. Because Argos prices and stock change by store and by day, parsing the live catalogue is the practical path to UK-wide pricing and availability data — there is no open product API.

Why Argos data is hard to get

Argos has no public product API and serves price, spec and per-store stock from internal endpoints behind bot-detection, putting parse difficulty in the medium band. Click-and-collect availability is computed per branch and per postcode, ratings load asynchronously, and the catalogue-number model differs from EAN-keyed marketplaces. ShopAPIS maintains the request infrastructure and returns the full rendered product state — including store-level reservation stock — as flat JSON.

Data fields returned

  • Identifiers — Argos catalogue number, brand, model number, EAN/GTIN.
  • Pricing — current price, was-price, clearance flag, currency (GBP).
  • Specs — structured specification table (dimensions, capacity, power, etc.).
  • Availability — home delivery, click-and-collect, per-store reservation stock.
  • Ratings — average rating, review count, review samples.
  • Variants — size/colour/capacity variants with per-variant price and stock.
  • Media — image gallery URLs, category breadcrumb, key features.

Sample response

{ "platform": "argos", "marketplace": "argos.co.uk", "catalogue_number": "8421099", "title": "Ninja Foodi MAX Dual Zone Air Fryer AF400UK - 9.5L", "brand": "Ninja", "price": { "amount": 169.99, "currency": "GBP", "was_price": 219.99 }, "specs": { "capacity": "9.5 litres", "power": "2470 W", "functions": "6 cooking functions", "zones": 2 }, "availability": { "home_delivery": "available", "click_and_collect": true }, "rating": 4.8, "review_count": 12940, "variant": { "color": "Black" }, "ean": "0622356247580", "category_path": ["Home and garden", "Cooking", "Air fryers"], "images": ["https://media.4rgos.it/i/Argos/8421099_R_Z001A.jpg"], "scraped_at": "2026-06-05T11:54:00Z" }

Markets & domains covered

  • United Kingdom — argos.co.uk (GBP), plus Argos concessions inside Sainsbury’s stores.
  • Ireland — argos.ie (EUR), the same catalogue stack.

One parser covers the UK and Irish instances and their store-level stock model.

Use cases

  • UK generalist price monitoring — track street prices and was-prices across home, tech and toys. Feeds price monitoring.
  • Store-level stock intelligence — watch click-and-collect availability for high-demand launches. See inventory tracking.
  • Spec-driven catalog enrichment — pull structured specification tables. See catalog enrichment.
  • MAP enforcement — detect below-MAP UK pricing including clearance. See MAP compliance.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/western-europe.md); Argos ~34M visits/mo, Sainsbury’s-owned, no public API (Semrush — Top Retail Websites UK ).

Last updated on