Lidl Product Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Lidl Product Scraper
An advanced, high-speed e-commerce scraper designed for real-time price monitoring and competitor intelligence. Extracts product titles, current pricing, discounts, stock availability, specifications, images, and seller ratings from Lidl Product. Perfect for inventory tracking, drop-shipping rese...
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Scrape product data from Lidl's store including prices, images, descriptions, and stock information.
Features
- Keyword search — find content by keyword, search term, or topic
- Location filtering — narrow results to specific cities, regions, or countries
- Configurable result limit — set exactly how many items to collect per run
- Price tracking — current price, original price, discount %, and currency
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Product catalog building and automated price comparison
- Competitor pricing, inventory, and promotion monitoring
- E-commerce market research and trend analysis
- Deal-finding alerts and dynamic repricing systems
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
searchQuery | string | — | ✓ | Product keyword(s) to search for on Lidl (e.g. 'chocolate', 'coffee'). |
country | string | US | Two-letter country code for Lidl store (e.g. US, GB, DE). | |
maxItems | integer | 50 | Maximum number of products to scrape. | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
productId | Product id |
gtin | Gtin |
name | Name of the item, listing, or entity |
description | Full description text |
longDescription | Long description |
inStock | Boolean — true if item is currently in stock |
categories | Full category breadcrumb path as an array |
brands | Brands |
scrapedAt | Timestamp when this item was scraped (ISO 8601) |
Sample Output
{"productId": "productId_value","gtin": "gtin_value","name": "Entity or Business Name","description": "Full item description text...","longDescription": "longDescription_value","inStock": true,"categories": ["Electronics", "Computers"],"brands": "brands_value"}
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] } - Rate limits: Keep
maxItemsreasonable per run to avoid IP bans or rate throttling - Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset