Piloterr

Leroy Merlin Products Finder

Find Leroy Merlin product URLs by product name or ID to use in product detail and rendering API calls.

GET
/v2/finder/leroymerlin-products

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

The parameter allows you to retrieve product URLs based on the ID or title of the product you are searching for.

Example:

perceuse

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/finder/leroymerlin-products?query=string"
[
  {
    "id": "83733175",
    "url": "https://www.leroymerlin.fr/produits/sacs-filtre-double-paroi-festool-fis-sr-202-5-pieces-487482-83733175.html",
    "title": "Sacs filtre double paroi FESTOOL FIS-SR 202 - 5 pièces - 487482",
    "domain": "fr"
  },
  {
    "id": "83733177",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-longlife-longlife-fis-ct-sys-festool-500642-83733177.html",
    "title": "Sac filtre Longlife Longlife-FIS-CT SYS - FESTOOL 500642",
    "domain": "fr"
  },
  {
    "id": "83733153",
    "url": "https://www.leroymerlin.fr/produits/sac-elimination-des-dechets-festool-ens-ct-48-ac-5-pieces-497540-83733153.html",
    "title": "Sac d'élimination des déchets FESTOOL ENS-CT 48 AC - 5 pièces - 497540",
    "domain": "fr"
  },
  {
    "id": "83733154",
    "url": "https://www.leroymerlin.fr/produits/5-sacs-elimination-des-dechets-ens-ct-26-ac-5-83733154.html",
    "title": "5 Sacs d'élimination des déchets ENS-CT 26 AC/5",
    "domain": "fr"
  },
  {
    "id": "83733155",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-selfclean-sc-fis-ct-sys-5-festool-500438-83733155.html",
    "title": "Sac filtre SELFCLEAN SC FIS-CT SYS/5 - FESTOOL 500438",
    "domain": "fr"
  },
  {
    "id": "83733156",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-festool-fis-ct-55-5-pieces-452973-83733156.html",
    "title": "Sac filtre FESTOOL FIS-CT 55 - 5 pièces - 452973",
    "domain": "fr"
  },
  {
    "id": "83733157",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-festool-fis-ct-44-sp-vlies-5-pieces-456874-83733157.html",
    "title": "Sac filtre FESTOOL FIS-CT 44 SP VLIES - 5 pièces - 456874",
    "domain": "fr"
  },
  {
    "id": "83733158",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-selfclean-sc-fis-ct-48-festool-5-pieces-497539-83733158.html",
    "title": "Sac filtre Selfclean SC FIS-CT 48 FESTOOL - 5 pièces - 497539",
    "domain": "fr"
  },
  {
    "id": "83733165",
    "url": "https://www.leroymerlin.fr/produits/sacs-filtre-double-paroi-festool-fis-sr-150-5-pieces-488460-83733165.html",
    "title": "Sacs filtre double paroi FESTOOL FIS-SR 150 - 5 pièces - 488460",
    "domain": "fr"
  },
  {
    "id": "83733170",
    "url": "https://www.leroymerlin.fr/produits/sac-filtre-festool-longlife-fis-ct-22-456737-83733170.html",
    "title": "Sac filtre FESTOOL Longlife - FIS-CT 22 - 456737",
    "domain": "fr"
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}