LE-Commerce
Lidl Online Shop API
Realtime product, review and search data from Lidl's online shops.
Realtime dataStructured JSON3 endpointsFree plan availableFast responses
Endpoints
Lidl endpoints
All Lidl endpoints are served under the /ldl prefix and share the same API key and quota as every other platform.
GET/ldl/lookup-product-details
Product details
Product page by URL.
urlGET/ldl/lookup-product-reviews
Reviews
Paged reviews for a product.
urlpageGET/ldl/search-by-keyword
Search products
Keyword search with paging.
keywordpageExample request
curl "https://api.everydata.io/ldl/lookup-product-details?url=https%3A%2F%2Fwww.lidl.de%2Fp%2F..." \
-H "x-api-key: YOUR_API_KEY"Example response
200 OK · application/json
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"productTitle": "Sample product",
"price": 9.99,
"currency": "EUR"
}Use cases
What teams build with Lidl data
Discount retail monitoring
Promotion tracking
Pricing
Included in every plan
The Lidl API is part of the shared quota – no separate subscription needed.
FAQ