Lidl Product Scraper avatar

Lidl Product Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Lidl Product Scraper

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

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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

FieldTypeDefaultRequiredDescription
searchQuerystringProduct keyword(s) to search for on Lidl (e.g. 'chocolate', 'coffee').
countrystringUSTwo-letter country code for Lidl store (e.g. US, GB, DE).
maxItemsinteger50Maximum number of products to scrape.
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
productIdProduct id
gtinGtin
nameName of the item, listing, or entity
descriptionFull description text
longDescriptionLong description
inStockBoolean — true if item is currently in stock
categoriesFull category breadcrumb path as an array
brandsBrands
scrapedAtTimestamp 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 maxItems reasonable 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