Discover/decathlon.fr API
live

decathlon.fr APIdecathlon.fr

Search Decathlon France products, retrieve prices, descriptions, images, variants, and customer reviews via 4 structured JSON endpoints.

Endpoints
4
Updated
3mo ago
Try it
Page number (1-based)
Max number of products to return (up to 40 per page)
Search keyword (e.g., 'chaussures running', 'tente camping', 'velo')
api.parse.bot/scraper/961694c7-1bda-4ace-bfc8-4675353abcab/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/961694c7-1bda-4ace-bfc8-4675353abcab/search_products?query=tente+camping' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products on Decathlon.fr by keyword. Returns up to 40 products per page with pagination. Automatically handles queries that redirect to category pages.

Input
ParamTypeDescription
pageintegerPage number (1-based)
limitintegerMax number of products to return (up to 40 per page)
queryrequiredstringSearch keyword (e.g., 'chaussures running', 'tente camping', 'velo')
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "query": "string - the search query used",
    "products": "array of product objects with id, name, brand, price, price_without_tax, original_price, price_currency, price_type, image_url, url, model_id, sku_id, product_nature, available_online, reviews_count, reviews_rating, available_sizes",
    "total_pages": "integer - total number of pages",
    "has_next_page": "boolean - whether more pages are available",
    "items_per_page": "integer - items per page (always 40)",
    "total_products": "integer - total number of matching products"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "tente camping",
      "products": [
        {
          "id": "303295",
          "url": "https://www.decathlon.fr/p/tente-de-camping-2-places-mh100/_/R-p-303295",
          "name": "Tente de camping 2 places, MH100",
          "brand": "QUECHUA",
          "price": 29.99,
          "sku_id": "4ea60a8f-fc26-430a-85dc-d522a07a104a",
          "model_id": "8513471",
          "image_url": "https://contents.mediadecathlon.com/p2579082/k$684efb64d5468fb773577cdf1cb57a08/picture.jpg",
          "price_type": "STANDARD",
          "reviews_count": 3636,
          "original_price": null,
          "price_currency": "EUR",
          "product_nature": "tente",
          "reviews_rating": 4.67,
          "available_sizes": [
            "Sans taille"
          ],
          "available_online": true,
          "price_without_tax": 24.992
        }
      ],
      "total_pages": 25,
      "has_next_page": true,
      "items_per_page": 40,
      "total_products": 2116
    },
    "status": "success"
  }
}

About the decathlon.fr API

The Decathlon.fr API provides 4 endpoints to query sporting goods listed on decathlon.fr, covering product search, detailed product data, customer reviews, and autocomplete suggestions. The search_products endpoint returns up to 40 products per page with pricing, brand, images, and pagination metadata. get_product_details exposes color variants, sport categories, eco-design tags, and SKU-level data. Together they give structured access to Decathlon France's catalogue without manual browsing.

Search and Browse the Catalogue

The search_products endpoint accepts a required query string — for example 'chaussures running' or 'tente camping' — plus optional page and limit parameters. Each result object includes id, name, brand, price, original_price, price_without_tax, price_currency, price_type, image_url, and a product url. The response also surfaces total_products, total_pages, and has_next_page, so iterating through a full result set is straightforward. Queries that would normally redirect to a category page on the site are handled transparently.

Product Detail and Variant Data

get_product_details takes a sku_id UUID from any search_products result and returns a richer object: full name, price, available colors, associated sports categories, size label, and tags such as BUY_BACK or ECO_DESIGN. The response also includes the product url and brand, making it straightforward to build a detail view or compare specific variants. The sku_id and model_id fields bridge between endpoints — model_id is needed for the reviews endpoint.

Customer Reviews and Ratings

get_product_reviews accepts a model_id, a page number, and a page_size of up to 50. The stats object includes average_rating, total_reviews, recommended_count, percent_satisfied, a full rating_distribution breakdown, and average_attribute_ratings. Individual review objects carry rating, rating_label, title, comment, author, date, recommended, is_verified_buyer, country, and lang.

Autocomplete Suggestions

search_suggestions takes a single query string and returns three arrays: queries (suggested query strings with labels and URLs), products (top matching products with price and image), and categories (matching category entries with labels, URLs, and images). This endpoint is useful for building typeahead interfaces or discovering canonical category structures within the Decathlon France catalogue.

Common use cases
  • Monitor price changes on specific Decathlon France products using search_products and tracking the price and original_price fields over time.
  • Aggregate customer sentiment by pulling average_rating, percent_satisfied, and rating_distribution from get_product_reviews across product lines.
  • Build a product comparison tool using colors, sports, tags, and price fields from get_product_details.
  • Populate a typeahead search bar using the queries and categories arrays returned by search_suggestions.
  • Identify eco-labeled or buy-back eligible gear by filtering get_product_details results for ECO_DESIGN or BUY_BACK in the tags array.
  • Compile a structured catalogue of Decathlon France sporting goods across categories using paginated search_products calls with sport-specific queries.
  • Analyze verified-buyer review text by filtering is_verified_buyer reviews from get_product_reviews for sentiment or keyword analysis.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Decathlon have an official public developer API?+
Decathlon does not publish a general-purpose public developer API for product catalogue data on decathlon.fr. This Parse API provides structured access to that data via four endpoints.
What does `get_product_reviews` return beyond a star rating?+
In addition to the per-review rating and comment, the stats object includes recommended_count, percent_satisfied, a rating_distribution breakdown across star levels, and average_attribute_ratings. Each individual review also carries is_verified_buyer, country, and lang fields.
Does the API cover Decathlon stores in other countries or other regional domains?+
The API covers decathlon.fr specifically. Other regional Decathlon domains (such as decathlon.co.uk or decathlon.de) are not currently included. You can fork this API on Parse and revise it to point at a different regional domain if you need coverage for another market.
Is stock availability or inventory data returned by any endpoint?+
Not currently. The endpoints return pricing, variant, and review data but do not expose stock levels or in-store inventory. You can fork this API on Parse and revise it to add an endpoint that surfaces availability information.
How does pagination work in `search_products`?+
The endpoint returns total_pages, has_next_page, and items_per_page (fixed at 40) alongside the current page number. Pass the page parameter incrementally to walk through the full result set for a given query.
Page content last updated . Spec covers 4 endpoints from decathlon.fr.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.