The Leroy Merlin Product endpoint returns a full product page: title, brand, description, images, rating, best offer, other marketplace offers, features and breadcrumb.
Pass a product URL or an identifier (SKU / EAN / text). If query is not a URL, Piloterr searches then follows the redirect to the product page when the match is clear enough.
Use region for France or Romania. Default is France (fr, EUR). Romania is ro (RON). A full URL auto-detects the country.
Optional store_id scopes the offer to a store. The store block appears only when store_id is set.
GET https://api.piloterr.com/v2/leroymerlin/product?query=https://www.leroymerlin.fr/produits/bobine-soudure-63378273.html&store_id=110
GET https://api.piloterr.com/v2/leroymerlin/product?query=https://www.leroymerlin.ro/produits/...®ion=ro
GET https://api.piloterr.com/v2/leroymerlin/product?query=63378273®ion=fr
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Product URL, or identifier (SKU / EAN / text) |
region |
string |
no |
Country (fr, ro) or alias. Default fr. Auto-detected from URL query |
store_id |
string |
no |
Store id for local offer context. Returns 400 if unknown |
return_page_source |
boolean |
no |
When true, return raw HTML instead of JSON |
Aliases: france / fr-fr → fr; romania / roumanie / ro-ro → ro.
| Field |
Type |
Description |
region |
string |
Resolved country |
sku / title / url / brand |
string |
Product identity |
description / images |
string / array |
Content |
rating / reviews_count |
number / integer |
Reviews |
best_offer |
object |
Main offer (price, currency, seller, stock, deliveries) |
other_offers |
array |
Other sellers |
features / breadcrumb |
array/object |
Specs and categories |
store |
object |
Present only when store_id was passed |
| Code |
Meaning |
400 |
Missing query, or unknown store_id |
404 |
Product not found |
500 |
Temporary failure after retries |
- Monitor price and stock per product and store in FR/RO
- Compare
1P and marketplace offers
- Enrich catalogs with description, images and features