Shopping
Auchan France logo

Auchan France API

auchan.fr

Auchan France grocery - categories, location search, product details, and substitutions.

Actions
8
Category
Shopping
Login
Not required
Output
JSON

Call the Auchan France API

Submit a task, then poll the job until it settles. This example runs act_auchan_fr_address_autocomplete.

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_auchan_fr_address_autocomplete",
    "params": {
      "location_query": "75001 Paris"
    }
  }'

8 actions on auchan.fr

Read

  • Address Autocomplete

    act_auchan_fr_address_autocompleteread1 credit / call

    Returns suggested locations for a French address or postal code with zipcode, city, and coordinates.

    location_query
    string · required
  • Category Navigation Tree

    act_auchan_fr_category_navigation_treeread1 credit / call

    Returns the top-level category navigation tree with department links and node identifiers.

  • Category Product Listing

    act_auchan_fr_category_product_listing_ssrread1 credit / call

    Returns the category product listing for a category path with product cards, prices, and metadata.

    category_path
    string · required
    category_ref
    string · required
  • Category Sub Navigation

    act_auchan_fr_category_sub_navigationread1 credit / call

    Returns sub-category navigation for a department node with child category links and filters.

    navigation_node_id
    string · required
  • Product Details

    act_auchan_fr_product_detail_ssrread1 credit / call

    Returns the product detail page with title, price, availability signals, and attributes.

    product_slug
    string · required
    product_ref
    string · required
  • Product Listing Pagination

    act_auchan_fr_product_listing_paginationread2 credits / call

    Returns the next page of products for a category with additional product tiles and listing data.

    category_id
    string · required
    page
    string · required
  • Store Offering Contexts

    act_auchan_fr_store_offering_contextsread2 credits / call

    Returns drive, pickup, and online store contexts for an address with seller and store references.

    zipcode
    string · required
    city
    string · required
    country
    string · required
    latitude
    string · required
    longitude
    string · required
    accuracy
    string · required
  • Substitution Availability

    act_auchan_fr_substitution_availabilityread2 credits / call

    Returns substitute product options for given product UUIDs within an active grocery context.

    product_ids
    string · required
    active_contexts
    string · required
    x_gravitee_api_key
    string · required

Auchan France API questions

Is there an API for Auchan France?
Auchan France does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for auchan.fr. 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 Auchan France 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 auchan.fr changes its markup, Anakin updates the action.
Do I need a Auchan France account?
No. Every Auchan France action listed here runs anonymously — no account and no credentials required.
What does the Auchan France 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

All Shopping sites