Lidl Reviews Scraper 🛍️ avatar
Lidl Reviews Scraper 🛍️

Pricing

$19.99/month + usage

Go to Store
Lidl Reviews Scraper 🛍️

Lidl Reviews Scraper 🛍️

Developed by

EasyApi

EasyApi

Maintained by Community

Scrape product reviews from Lidl's online store. Extract detailed review data including ratings, review text, author info, and additional metrics. Perfect for market research and customer sentiment analysis.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

Automatically extract product reviews from Lidl's online store. This powerful scraper collects comprehensive review data for any Lidl product URL.

🔥 Features

  • Scrape reviews from any Lidl product page
  • Extract detailed review information including:
    • Star ratings (overall + specific aspects)
    • Review text and titles
    • Author information
    • Review timestamps
    • Helpful votes (up/down)
    • Product recommendations
  • Support for multiple product URLs
  • Configurable maximum items limit
  • Built-in proxy rotation support
  • Automatic pagination handling
  • Anti-blocking measures implemented

📊 Output Data

The scraper provides detailed review data in JSON format, including:

  • Product identifier (ERP number)
  • Review content and metadata
  • Rating breakdowns (Quality, Price)
  • Timestamp information
  • Vote counts
  • Author details

💡 Use Cases

  • Market research and competitor analysis
  • Customer sentiment analysis
  • Product quality monitoring
  • Review aggregation
  • Customer feedback analysis
  • Price-value perception studies

🔧 Input Parameters

The actor accepts the following inputs:

  • searchUrls: Array of Lidl product URLs to scrape
  • maxItems: Maximum number of reviews to collect (optional)
  • proxyConfiguration: Proxy settings (optional)

📝 Notes

  • Respects Lidl's robots.txt and rate limits
  • Recommended to use proxies for large-scale scraping
  • Review data is collected only from publicly available pages

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.lidl.de/p/livarno-home-wc-buerstengarnitur-kosmetiktuecher-box-aufbewahrungsbox/p100385434"
],
"maxItems": 15
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.lidl.de/p/livarno-home-wc-buerstengarnitur-kosmetiktuecher-box-aufbewahrungsbox/p100385434",
"reviewData": {
"id": "dc905c0b-2b22-430e-8faa-7a6eaffa3b9e",
"erpNumber": 100385434999,
"stars": 5,
"reviewText": "Kosmetiktücher passen sehr gut rein wenn man diese ohne Karton einlegt.\n\nSieht besser aus als die Pappschachteln.\n\nStabile Ausführung \n\nIch bin sehr zufrieden und freue mich, daß ich das gekauft habe",
"reviewTitle": "Schöne deko im Badezimmer",
"reviewAuthor": "Lidl-Shop Kunde",
"reviewTime": 1708612996,
"translated": false,
"votesUp": 0,
"votesDown": 0,
"originalErpNumber": 100370881002,
"additionalRatings": {
"QUALITY": 5,
"PRICE": 5
},
"recommended": true
},
"scrapedAt": "2025-02-12T02:21:15.998Z"
},
...
]