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.

ECOMMERCEINTEGRATIONSOTHERApify

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.

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

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.

1[
2    {
3        "searchUrl": "https://www.lidl.de/q/search?q=bad%20organizer",
4        "productId": "100385369",
5        "title": "Bad- und Duschabzieher / Bad-Organizer / Wattestäbchen-Behälter / Seifenspender",
6        "brand": "LIVARNO home",
7        "brandLogo": "https://www.lidl.de/assets/gcp325f0c56f2cc44e9826fb41bb987ecca.png",
8        "price": {
9            "current": 3.49,
10            "currency": "€",
11            "originalPrice": null,
12            "discountPercentage": null
13        },
14        "images": [
15            "https://www.lidl.de/assets/gcp0e7d2a625cb045389a60f5954120a9e1.jpg",
16            "https://www.lidl.de/assets/gcpc4740d3407c44d5796104f6657cc0af3.jpg",
17            "https://www.lidl.de/assets/gcp69ded2324e12409693bbaecab739d86b.jpg"
18        ],
19        "mainImage": "https://www.lidl.de/assets/gcp0e7d2a625cb045389a60f5954120a9e1.jpg",
20        "canonicalUrl": "https://www.lidl.de/p/livarno-home-bad-und-duschabzieher-bad-organizer-wattestaebchen-behaelter-seifenspender/p100385369",
21        "category": {
22            "main": "Kategorien/Gesundheit & Pflege/Beauty/Beauty-Zubehör",
23            "path": "0/55/5515/551520"
24        },
25        "description": null,
26        "ratings": {
27            "average": 4.5,
28            "count": 13,
29            "recommendedYes": 12,
30            "recommendedNo": 1
31        },
32        "stock": {
33            "available": true,
34            "minOrderQuantity": 1
35        },
36        "scrapedAt": "2025-02-12T01:06:49.488Z"
37    },
38    ...
39]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!