Decathlon product data API
ShopAPIS returns structured Decathlon product data — price, currency, online and store availability, own-brand versus marketplace-seller offers, per-size and per-variant stock, technical specifications, average rating, review count and EAN — as normalized JSON. Decathlon is the world’s largest sporting-goods retailer, selling its own passion brands (Quechua, Domyos, Kipsta, Btwin) plus a growing third-party marketplace across most of Europe, and a core source for sports-category price and assortment intelligence.
Decathlon is the global sporting-goods leader. It operates a pan-European brand-DTC store plus a third-party marketplace, carrying its own passion-brand catalog (Quechua, Domyos, Kipsta, Btwin) alongside outside sellers (Western Europe research). Its assortment is dominated by sports, fitness, outdoor and cycling goods rather than general retail.
Why Decathlon data is hard to get
Decathlon mixes vertically-integrated own-brand products with a third-party marketplace, and that hybrid is the central parsing challenge. Own-brand items (the bulk of the catalog) have no competing offer list and exist only on Decathlon, so they carry no external EAN match for many SKUs — the product identity is Decathlon’s own model code. Marketplace items behave like a normal multi-seller listing with a winning offer and competitors. Reading both cleanly means parsing the live storefront against medium anti-bot difficulty, and the sports-category complexity adds dimensional and fit variants (clothing sizes, shoe sizes, frame sizes, capacities) where each option independently goes in and out of stock. Availability is also omnichannel: online stock plus click-and-collect across hundreds of stores. ShopAPIS captures the own-brand-versus-marketplace flag, the full variant matrix with per-option stock, the spec sheet and the offer list, keying records on EAN where one exists and on Decathlon model code where it does not.
Data fields returned
- Pricing — current price, currency (EUR / GBP), list/strike price, discount %.
- Offers — for marketplace items: competing seller offers with price, seller, rating.
- Catalog — title, brand (own passion brand or external), description, technical specifications, category path.
- Variants — size/color/frame with per-variant in-stock flag.
- Availability — online in-stock flag, click-and-collect, delivery estimate.
- Social proof — average rating, review count.
- Identifiers — Decathlon model/product code, EAN where present, product URL.
- Images — gallery URLs.
Sample response
{
"marketplace": "decathlon",
"domain": "decathlon.fr",
"country": "FR",
"product_id": "8648931",
"identifiers": { "ean": "3608449788512", "model_code": "QUECHUA-MH100" },
"title": "Chaussures imperméables de randonnée Quechua MH100 Mid",
"brand": "Quechua",
"seller_type": "first_party",
"price": { "current": 44.99, "list": 54.99, "currency": "EUR", "discount_pct": 18 },
"category": ["Randonnée", "Chaussures de randonnée", "Mid"],
"specifications": { "Imperméabilité": "Oui", "Tige": "Synthétique" },
"variants": [
{ "size": "41", "in_stock": true },
{ "size": "42", "in_stock": true },
{ "size": "43", "in_stock": false },
{ "size": "44", "in_stock": true }
],
"availability": { "online_in_stock": true, "click_and_collect": true, "delivery_estimate": "2-4 jours" },
"rating": 4.6,
"review_count": 5120,
"images": ["https://contents.mediadecathlon.com/p2334455/8648931-main.jpg"],
"url": "https://www.decathlon.fr/p/chaussures-quechua-mh100-mid/_/R-p-8648931",
"fetched_at": "2026-06-05T11:34:00Z"
}Markets and domains covered
| Domain | Market | Currency | Scale |
|---|---|---|---|
| decathlon.fr | France | EUR | Home market |
| decathlon.de | Germany | EUR | DACH |
| decathlon.co.uk | United Kingdom | GBP | UK |
| decathlon.es | Spain | EUR | Iberia |
| decathlon.it | Italy | EUR | Italy |
Use cases
- Sporting-goods price monitoring — track Decathlon own-brand and marketplace prices across markets. See price monitoring.
- Assortment and size-availability intelligence — read per-size stock across the sports catalog. See inventory tracking.
- Competitive intelligence — benchmark the world’s largest sports retailer’s pricing and range. See competitive intelligence.
- Catalog enrichment — pull specs, brand and variant grids into a sports-product feed. See catalog enrichment.