#1 RankedReal-Time APIGrocery DataEurope

Lidl Price Scraper & Product Data API

The Lidl API for e-commerce intelligence. Extract real-time prices, EAN data, and availability from Lidl's online shops across 10+ European countries. Monitor grocery and non-food pricing with a simple REST API — no infrastructure to manage.

#1

Ranked for Lidl scraper

10+

Lidl country stores

95%+

Match rate

<2s

Response time

How It Works

Get Lidl data in 3 steps

1

Send a product ID or query

Pass a Lidl product URL, EAN barcode, or search keyword along with the target country.

2

We scrape Lidl's live data

Our scraper fetches the current product page and extracts structured data including pricing and availability.

3

Receive structured JSON

Get clean data with prices, availability, product images, and product details in a structured JSON format.

Source Product Page

The Lidl listing behind the data

Pulled live from Lidl.nl's product page with the /page endpoint — the deep PDP view that complements the multi-seller /offers call.

lidl.nl
Naaimachine Serenade 660L9 photos
Lidl.nl

Naaimachine Serenade 660L

€129€259.00
4.2· 73 reviews
View on Lidl.nl

Scraped live from Lidl.nl's product page via the /page endpoint.

API

Lidl API integration

Get started in minutes with code examples in your preferred language.

Live Lidl data via Google Shopping

Call the /offers endpoint with site=shopping.google.nl and an EAN — Lidl.nl comes back as a seller. You don't need a Lidl-specific API; one Google Shopping call surfaces every seller carrying the product.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.nl&ean=7393033166021"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.nl&ean=7393033166021&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "7393033166021",
"sku": "3945604264154598042",
"url": "https://www.google.com/search?udm=28&q=SINGER%20Naaimachine%20Serenade%20660L&dpr=1#oshopproduct=cid:3945604264154598042,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=nl&hl=nl",
"title": "SINGER Naaimachine Serenade 660L",
"brand": "SINGER",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcSkH_LXYGQgNiqSfEOJrrAy5HFEXl-eYCPZUszcNQSEf0b7Kr4Xj4ug5MI7JkCz3DtNWIw4shQ0HdVbISbdl_wq8oe8Qty6iKTP7j8YYOVxkgTfBVG8Iw_o",
"availability": "InStock",
"currency": "EUR",
"offers": [
{
"sellerName": "Lidl.nl",
"sellerCode": "125627102",
"sellerReference": "https://www.lidl.nl/p/singer-naaimachine-serenade-660l/p100398860",
"price": "129.00",
"formerPrice": "259.00",
"shippingPrice": "0.00",
"totalPrice": "129.00",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Deep PDP scrape via /page

Point /page at Lidl.nl's product URL to pull the full listing — description, spec sheet, every product image, and the retailer's own review score — data the multi-seller /offers call doesn't carry.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.lidl.nl%2Fp%2Fsinger-naaimachine-serenade-660l%2Fp100398860&raw=true&api_key=your_api_key_here"
GEThttps://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.lidl.nl%2Fp%2Fsinger-naaimachine-serenade-660l%2Fp100398860&raw=true&api_key=your_api_key_here
API Response
{
"shoppingscraper": {
"results": [
{
"classification": "product",
"title": "Naaimachine Serenade 660L",
"brand": "SINGER",
"ean": null,
"sku": "100398860",
"link": "https://www.lidl.nl/p/singer-naaimachine-serenade-660l/p100398860",
"currency": "EUR",
"offers": [
{
"price": "129",
"formerPrice": "259.00",
"seller": "Lidl.nl",
"availability": "OnlineOnly",
"state": "NewCondition"
}
],
"content": {
"specs": [],
"description": "<p><meta content="text/html; charset=us-ascii" http-equiv="Content-Type" /> <style type="text/css">a { text-decoration: none; color: #464feb…",
"images": [
"https://www.lidl.nl/assets/gcp915c289f202f4269a380a829f1795bae.jpg",
"https://www.lidl.nl/assets/gcp925ae91b327a44bea0f7813a254d7d74.jpg"
],
"reviews": {
"rating": 4.2,
"count": 73
}
},
"thumbnail": "https://www.lidl.nl/assets/gcp915c289f202f4269a380a829f1795bae.jpg"
}
]
}
}
Features

What you get with Lidl

Every Seller's Price by EAN

Send an EAN to the Google Shopping /offers endpoint and get every seller's offer for that product — including Lidl — each with its own price, shipping cost, and total. One call returns the whole competitive set.

Price & Discount Tracking

Each offer returns the current price and the former price, so you can track the live price from Lidl and detect exactly when it drops below its previous one.

Total Landed Price

Offers include shipping price and total price alongside the item price — the real all-in cost shoppers compare, not just the headline figure.

Stock & Condition Signals

Every offer carries an availability status (in stock / out of stock) and a condition (new / refurbished), so you know whether Lidl and competing sellers actually have the item.

Seller Identity & Direct Link

Each offer names the seller and includes a direct seller-reference link, so you can attribute every price to Lidl or a rival and click straight through to the listing.

EAN-Matched Product, Multi-Country

Google Shopping matches your EAN to the right product — returning title, brand, image, and catalog SKU — and the same EAN runs across Google Shopping country domains, so you can compare the product market by market.

ShoppingScraper mascot
Data

Available data points

  • Product title
  • Brand
  • EAN / GTIN barcode
  • Google Shopping catalog SKU
  • Product image (thumbnail)
  • Seller name (per offer)
  • Direct seller-reference link
  • Price and former price
  • Shipping price and total price
  • Condition (new / refurbished)
  • Availability / stock status
  • Currency

Frequently Asked Questions

Which Lidl country stores are supported?+

We support Lidl's online shops in the Netherlands, Germany, Belgium, France, UK, Spain, Italy, Poland, and several other European markets.

Can I search Lidl by EAN barcode?+

Yes. Pass an EAN-13 barcode and we return the matching Lidl product with pricing and availability data. This makes cross-marketplace price comparison straightforward.

How often is the data updated?+

Every API call fetches live data from Lidl's website. For automated monitoring, set up a scheduler to track prices daily or multiple times per day.

Can I compare Lidl prices with other supermarkets?+

Yes. Use our Albert Heijn scraper, Google Shopping endpoint, or Global GTIN/EAN API to compare the same product across multiple retailers and supermarkets.

Is there an official Lidl API?+

Lidl does not offer a public API. ShoppingScraper provides a Lidl API alternative that returns real-time product data in structured JSON format — prices, availability, EAN codes, and product details — without requiring direct access to Lidl's systems.

Start tracking Lidl prices today

100 free API calls. No credit card required. Lidl data across Europe.