Piloterr

Eleclerc Suggest

Eleclerc Suggest via API.

Credit cost: 1 credit per call

GET
/v2/eleclerc/suggest

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Query Parameters

query*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/eleclerc/suggest?query=string"
[
  {
    "name": "Example",
    "value": {
      "results": [
        {
          "url": "https://www.e.leclerc/fp/cendrillon-broche-9782330149635",
          "slug": "/fp/cendrillon-broche-9782330149635",
          "title": "Cendrillon (Broché)",
          "subtitle": "Joël Pommerat",
          "image_url": "https://media.e.leclerc/LEN/fp/9782330149635_1?vh=8a5322"
        },
        {
          "url": "https://www.e.leclerc/fp/sapin-givre-et-pomme-de-pin-180-cm-3603312946485",
          "slug": "/fp/sapin-givre-et-pomme-de-pin-180-cm-3603312946485",
          "title": "Sapin Givré et Pomme de pin 180 cm",
          "subtitle": null,
          "image_url": "https://media.e.leclerc/LEN/fp/3603312946485_1?vh=dc542d"
        },
        {
          "url": "https://www.e.leclerc/fp/la-reunification-des-deux-corees-poche-9782330191665",
          "slug": "/fp/la-reunification-des-deux-corees-poche-9782330191665",
          "title": "La Réunification des deux Corées (Poche)",
          "subtitle": "Joël Pommerat",
          "image_url": "https://media.e.leclerc/LEN/fp/9782330191665_1?vh=96cbe3"
        },
        {
          "url": "https://www.e.leclerc/fp/histoire-de-madame-de-la-pommeraye-suivi-d-un-parcours-heroines-puissantes-poche-9782401093645",
          "slug": "/fp/histoire-de-madame-de-la-pommeraye-suivi-d-un-parcours-heroines-puissantes-poche-9782401093645",
          "title": "Histoire de Madame de la Pommeraye - suivi d'un parcours « Héroïnes puissantes » (Poche)",
          "subtitle": "Denis Diderot",
          "image_url": "https://fgellaobb.filerobot.com/LEN/fp/9782401093645_1?vh=da9e28"
        },
        {
          "url": "https://www.e.leclerc/fp/champagne-pommery-royal-brut-75-cl-3352379006365",
          "slug": "/fp/champagne-pommery-royal-brut-75-cl-3352379006365",
          "title": "Champagne Pommery Royal - Brut - 75 cl",
          "subtitle": "Pommery",
          "image_url": "https://media.e.leclerc/LEN/fp/3352379006365_1?vh=e2fc2b"
        },
        {
          "url": "https://www.e.leclerc/fp/laxeov-cubes-transit-pomme-abricot-10-cubes-3401560205831",
          "slug": "/fp/laxeov-cubes-transit-pomme-abricot-10-cubes-3401560205831",
          "title": "Laxeov Cubes Transit Pomme-Abricot 10 Cubes",
          "subtitle": "Nutreov",
          "image_url": "https://media.e.leclerc/LEN/fp/3401560205831_1?vh=5a0af8"
        }
      ]
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}