Discover/auchan.fr API
live

auchan.fr APIauchan.fr

Access Auchan.fr product data via API. Search groceries, get nutritional details, browse categories, find stores by postal code, and fetch autocomplete suggestions.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
Search keyword (e.g. 'lait', 'fromage')
api.parse.bot/scraper/86e0680a-9895-4fa6-a201-a7734f094e13/<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/86e0680a-9895-4fa6-a201-a7734f094e13/search_products?query=lait' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products by keyword on Auchan.fr. Returns paginated product listings with name, brand, price, rating, and availability information.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword (e.g. 'lait', 'fromage')
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search query used",
    "products": "array of product objects with id, name, brand, image_url, url, productId, rating, review_count, availability",
    "total_count": "integer, total number of products matching the query"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "lait",
      "products": [
        {
          "id": "b2031c8f-0e07-40dd-815a-577444a84cc8",
          "url": "https://www.auchan.fr/lactel-matin-leger-lait-facile-a-digerer-sans-lactose/pr-C1177828",
          "name": "LACTELMatin léger Lait facile à digérer sans lactose",
          "brand": "LACTEL",
          "rating": "4.7",
          "image_url": "https://cdn.auchan.fr/media/A0219991110000790576PRIMARY_2048x2048/B2CD/?format=rw&quality=75&width=150&height=150",
          "productId": "C1177828",
          "availability": "out_of_stock",
          "review_count": "228"
        }
      ],
      "total_count": 14
    },
    "status": "success"
  }
}

About the auchan.fr API

The Auchan.fr API exposes 6 endpoints covering product search, full product details, category browsing, store lookup, and autocomplete suggestions from France's Auchan grocery retailer. The get_product_details endpoint alone returns over 10 fields including ingredients, nutritional features, storage instructions, origin, and manufacturer contact — giving developers structured access to the product catalog without building a scraper themselves.

Product Search and Details

The search_products endpoint accepts a query string (e.g. 'lait', 'fromage') and an optional page integer for pagination. It returns an array of product objects — each with id, name, brand, image_url, url, productId, rating, review_count, and availability — plus a total_count field reflecting how many results Auchan returns for the query. To dig into a specific item, pass its product_id (e.g. 'C1177828') to get_product_details, which returns richer fields: ingredients, conservation (storage instructions), description, origin (including country of manufacture), features (a key-value map of additional product attributes), and contact (manufacturer details).

Category Browsing

get_categories returns the full navigation tree from the Auchan.fr homepage — each category object includes name, url, and id. Those IDs feed directly into browse_category, which accepts a category_id (e.g. 'n01') and an optional page parameter. The endpoint handles the ca- prefix automatically if you omit it. The response mirrors the search_products shape: a paginated array of product objects plus the category_id that was queried.

Store Lookup and Autocomplete

get_stores takes a French postal code (2–5 digits, e.g. '59000' for Lille) and returns nearby Auchan locations with id, name, type, type_name, address, zipcode, city, latitude, longitude, and distance. Coverage varies by region — dense urban areas like Paris (75) may return an empty stores array if no Auchan locations exist nearby. The get_search_suggestions endpoint accepts a query string and returns suggestion objects with text, url, and type (either 'keyword' or 'category'); category-type suggestions also carry additional refinement fields. Note that suggestions come from a pre-cached set and may return an empty list for uncommon queries.

Common use cases
  • Build a French grocery price tracker by querying search_products repeatedly for target keywords and logging the returned availability and price fields over time.
  • Populate a nutrition comparison tool using ingredients, features, and conservation fields from get_product_details.
  • Create a category browser or store-front clone by chaining get_categories with browse_category to page through Auchan's full product hierarchy.
  • Implement a store locator for a logistics or delivery app using get_stores with user-supplied French postal codes and the returned latitude/longitude fields.
  • Drive a product search autocomplete widget by piping user keystrokes through get_search_suggestions and surfacing the returned text and type fields.
  • Aggregate brand presence data by collecting brand and rating fields across paginated search_products results for a set of product categories.
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 Auchan.fr have an official public developer API?+
Auchan does not publish a public developer API. There is no documented REST or GraphQL interface available to third-party developers on the Auchan.fr developer portal or otherwise.
What does `get_product_details` return beyond what `search_products` provides?+
search_products and browse_category return surface-level fields: name, brand, image_url, rating, review_count, and availability. get_product_details adds ingredients, conservation (storage/handling instructions), description, origin (with country of manufacture), contact (manufacturer details), and a features key-value map for additional attributes specific to each product.
Are store hours or real-time stock levels available through the store or product endpoints?+
Not currently. get_stores returns location data (address, coordinates, distance, store type) but not opening hours or per-store stock levels. search_products returns an availability field at the catalog level, not tied to a specific store. You can fork this API on Parse and revise it to add an endpoint that retrieves per-store availability or opening hours if that data becomes addressable.
How does pagination work across endpoints that return product lists?+
Both search_products and browse_category accept an optional page integer parameter. search_products also returns a total_count field, so you can calculate how many pages exist for a given query. browse_category does not return a total count in its current response shape, so pagination requires stepping through pages until the products array is empty or shorter than expected.
Can I retrieve promotions, loyalty pricing, or historical price data?+
Not currently. The API returns the standard listed price and availability as shown in catalog results, without promotional or loyalty-card pricing tiers and without any historical price records. You can fork the API on Parse and revise it to capture promotional fields if they appear in product responses.
Page content last updated . Spec covers 6 endpoints from auchan.fr.
Related APIs in Food DiningSee all →
publix.com API
Access Publix grocery store data including product search, pricing, promotions, weekly ad deals, store locations, and category browsing.
pedidosya.com.ar API
Browse restaurants and menus available in Argentine cities through PedidosYa, search for specific restaurants by name or food category, and retrieve complete menu offerings including items, prices, and available options.
thefork.it API
Search and discover Italian restaurants by cuisine, location, or ratings, then access detailed information like menus, reviews, and availability across major cities in Italy. Find top-rated dining options and compare restaurant details to plan your perfect meal.
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.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
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.
deliveroo.co.uk API
Search for restaurants and retrieve menus from Deliveroo UK. Look up restaurants by keyword and postcode, or fetch full menu details for any Deliveroo restaurant by URL.