Lidl Product Scraper 🛍️ avatar
Lidl Product Scraper 🛍️

Pricing

$19.99/month + usage

Go to Apify Store
Lidl Product Scraper 🛍️

Lidl Product Scraper 🛍️

Scrape product data from Lidl's online store including prices, images, descriptions, ratings and stock information. Perfect for price monitoring, market research and competitive analysis.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

6

Bookmarked

50

Total users

2

Monthly active users

4 months ago

Last modified

Share

Powerful scraper for extracting detailed product information from Lidl's online store. Get comprehensive data about products, prices, availability, and more.

🎯 Use Cases

  • Price monitoring and tracking
  • Market research and analysis
  • Product catalog building
  • Competitive analysis
  • Stock availability monitoring
  • Brand and category insights

✨ Features

  • Extract detailed product information including:
    • Product titles and IDs
    • Current and original prices
    • Discount information
    • Brand details and logos
    • Product images (main + gallery)
    • Category information
    • Product descriptions
    • Customer ratings and reviews
    • Stock availability
    • Canonical URLs
  • Support for:
    • Multiple search URLs
    • Customizable maximum items limit
    • Automatic pagination handling
    • Built-in proxy rotation
    • Anti-blocking measures

💎 Output

The actor provides structured JSON output containing all scraped product details. Each product entry includes:

  • Basic product information (ID, title, brand)
  • Pricing details (current price, original price, discounts)
  • Multiple product images
  • Category hierarchy
  • Customer ratings and recommendations
  • Stock availability status
  • Timestamps for data freshness

🔍 Input Parameters

The actor accepts the following input parameters:

  • searchUrls: Array of Lidl search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

📝 Notes

  • Respects Lidl's robots.txt and implements reasonable delays
  • Uses smart retry mechanisms for reliable data collection
  • Regularly maintained and updated

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.lidl.de/q/search?q=bad%20organizer"
],
"maxItems": 50
}

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/q/search?q=bad%20organizer",
"productId": "100385369",
"title": "Bad- und Duschabzieher / Bad-Organizer / Wattestäbchen-Behälter / Seifenspender",
"brand": "LIVARNO home",
"brandLogo": "https://www.lidl.de/assets/gcp325f0c56f2cc44e9826fb41bb987ecca.png",
"price": {
"current": 3.49,
"currency": "€",
"originalPrice": null,
"discountPercentage": null
},
"images": [
"https://www.lidl.de/assets/gcp0e7d2a625cb045389a60f5954120a9e1.jpg",
"https://www.lidl.de/assets/gcpc4740d3407c44d5796104f6657cc0af3.jpg",
"https://www.lidl.de/assets/gcp69ded2324e12409693bbaecab739d86b.jpg"
],
"mainImage": "https://www.lidl.de/assets/gcp0e7d2a625cb045389a60f5954120a9e1.jpg",
"canonicalUrl": "https://www.lidl.de/p/livarno-home-bad-und-duschabzieher-bad-organizer-wattestaebchen-behaelter-seifenspender/p100385369",
"category": {
"main": "Kategorien/Gesundheit & Pflege/Beauty/Beauty-Zubehör",
"path": "0/55/5515/551520"
},
"description": null,
"ratings": {
"average": 4.5,
"count": 13,
"recommendedYes": 12,
"recommendedNo": 1
},
"stock": {
"available": true,
"minOrderQuantity": 1
},
"scrapedAt": "2025-02-12T01:06:49.488Z"
},
...
]