Leroy Merlin Products Finder
Find Leroy Merlin product URLs by product name, ID, or any combination of filters to use in product detail and rendering API calls.
Authorization
ApiKeyAuth Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
Free-text search across product titles and IDs. Optional if at least one filter is provided.
Example:
perceuseLegacy alias of search. Kept for backward compatibility.
Filter by one or several internal product IDs. Provide a comma-separated list to match multiple IDs.
Example:
84827484,84827521Filter by website domain. Comma-separated values are accepted.
Example:
frRaw filter expression for advanced filtering. Combined with the shorthand filters using AND.
Example:
domain = "fr" AND title CONTAINS "festool"Maximum number of results to return. Default is 10, maximum is 100.
"10"Number of results to skip for pagination. Default is 0.
"0"Sort the results. Provide one or several attributes with :asc or :desc, comma-separated.
Example:
title:ascComma-separated list of fields to return. Defaults to all fields.
Example:
id,title,urlWhen true, the response is wrapped in an object containing the total estimated count plus the hits: { count, hits }. When false or omitted, returns the raw hits array.
Example:
true"false"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"[
{
"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"
}