Piloterr

E.Leclerc Search

GET
/v2/eleclerc/search

Search for products on E.Leclerc by keyword with optional store-specific filtering and pagination.

Credit cost: 1 credit per call

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

Search keyword or phrase to query on E.Leclerc.

Example:

pomme

Notes:

  • Supports any keyword, brand name, or product category (in French).
  • Results are paginated; use the page parameter to navigate through pages.
store_id?string

ID of a specific E.Leclerc store to search in.

Get the store_id from the E.Leclerc Stores API.

Example:

1631

Notes:

  • If omitted, the search is performed on the national online store.
  • Use a store ID to get local product availability and pricing.
page?number

Page number for paginated results.

Notes:

  • Use the pagination.next field in the response to determine if additional pages are available.
  • Increment this value to retrieve subsequent result pages.
Default"1"

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/eleclerc/search?query=string"
{  "total": 2265,  "results": [    {      "id": "3760256510568",      "sku": "3760256510568",      "slug": "mixeur-plongeant-presse-puree-mix-mash",      "label": "Mixeur plongeant presse purée Mix&Mash",      "family": {        "code": "pied_mixeur",        "label": "Pied-mixeur",        "logistic_class_code": "TARIF2"      },      "variants": [        {          "id": "3760256510568",          "sku": "3760256510568",          "slug": "mixeur-plongeant-presse-puree-mix-mash",          "label": "Mixeur plongeant presse purée Mix&Mash",          "offers": [            {              "id": "2036056",              "shop": {                "id": "2114",                "label": "2KINGS",                "sign_code": "0000"              },              "stock": 3,              "currency": {                "code": "EUR",                "symbol": "€"              },              "base_price": {                "price": {                  "price": 6197,                  "price_with_all_taxes": 6197                },                "threshold": 1,                "min_shipping_price": {                  "price": 499                }              },              "is_default": true,              "external_id": "2023001"            }          ],          "offers_total": 5        }      ],      "cnc_offers_count": 0,      "last_update_date": "2026-08-27T15:31:02.082376Z"    }  ],  "pagination": {    "next": 2,    "current": 1,    "has_next_page": true  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}