Lidl: Search Products
Lidl via Parse · ecommerce
Search for products on Lidl Belgium by query term (product name, brand, category keyword) or exact product ID. Returns paginated results with product metadata, structured prices, availability, and promotion information. When the query matches an exact product ID, the result contains a single product with full details. Pagination is controlled by offset and limit parameters; omitting them returns the first 36 results. Use next_offset to fetch the next page, or null when no more results exist. Search and retrieve product metadata, prices, and promotions from Lidl Belgium's online catalog. Fulfilled by Parse from www.lidl.be.
- ecommerce
- food-dining
- lidl
- marketplace
- parse
- platform-key
- www-lidl-be
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/393f388e-ff29-4ce1-96d8-3451bcc161ad/search_products
- Interface artifact
- sha256:39fe2f4f0c68c2b90a13397504ab950dc771fb6453dd0082dfe164cb41a1ae5a
- Manifest digest
- sha256:84ea0ebbc340156899302011fb34e312bc92aad5bacd1ffbbc86588ad6adb4ed
Request fields
- limit (integer): Maximum number of products to return per page (max 1000).
- query (string, required): Search term — a product name (e.g. 'chocolat'), brand (e.g. 'KINDER'), or numeric product ID (e.g. '10029289').
- locale (string): Language/locale for returned content. Accepts 'fr-BE' (French) or 'nl-BE' (Dutch).: Allowed values: fr-BE, nl-BE
- offset (integer): Number of results to skip for pagination.
Example queries
- {"limit":"36","query":"chocolat","locale":"fr-BE","offset":"0"}