Get Product Detail
Fetch a single Lidl product by its PDP URL on lidl.co.uk, lidl.de, or lidl.fr. Returns price, brand, ratings, media, variants, delivery charges, JSON-LD, and EANs when available.
Capability ID
lidl.product.detail.get
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
url |
string |
Required | Full Lidl product detail page URL on lidl.co.uk, lidl.de, or lidl.fr, e.g. https://www.lidl.co.uk/p/parkside-led-light-with-pull-out-light/p10051036 |
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.