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.
Powerful scraper for extracting detailed product information from Lidl's online store. Get comprehensive data about products, prices, availability, and more.
The actor provides structured JSON output containing all scraped product details. Each product entry includes:
The actor accepts the following input parameters:
searchUrls
: Array of Lidl search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!