
Lidl Product Scraper 🛍️
Pricing
$19.99/month + usage

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.
5.0 (1)
Pricing
$19.99/month + usage
5
Total users
29
Monthly users
9
Runs succeeded
>99%
Issues response
9.4 hours
Last modified
4 days ago
Issue with easyapi/lidl-product-scraper — No Results for Valid Search URLs
Open
Hello, I'm using the Apify actor easyapi/lidl-product-scraper, and I’ve encountered an issue where no results are being returned, even for valid search URLs that load properly in the browser.
Input I'm using: { "maxItems": 50, "proxySettings": { "useApifyProxy": true }, "searchUrls": [ "https://www.lidl.de/q/search?q=bad%20organizer" ] }
Issue: The actor runs successfully (status 201). However, the output dataset is empty ([]), even though the page contains multiple matching products when opened manually.
Test URL (works in browser): https://www.lidl.de/q/search?q=bad%20organizer
This appears to be a problem with the actor either not handling dynamic content or failing to extract product data from Lidl's search results. Could you please take a look and let me know if there’s a workaround or an update planned for this issue? Thanks in advance for your support.

Hello, Lidl did an upgrade that caused the issue, we have fixed this issue now, please try again.
writetomavencery
Hello, could you please extend my free trial period? Thanks in advance!

Hi, the platform does not support flexible adjustment of the trial time, sorry for that.
writetomavencery
Hello, Could you please let me know why this actor returns the response in German? For example, when I search for a specific product, the titles in the returned results appear in German. I would like the results to be in English instead. Also, could you please confirm if this actor is based on the UK store? Thank you.

Could you provide specific request parameters, I'll check it out.
writetomavencery
I'm currently targeting product details and using the following configuration:
{ "maxItems": 50, "proxySettings": { "useApifyProxy": true }, "searchUrls": [ "https://www.lidl.de/q/search?q=bad%20organizer" ] }
Also, could you please confirm whether this actor is based on the UK Lidl store, or is it targeting a different region?

Hi, if you want to crawl UK lidl data, just use the URL corresponding to UK, such as this: https://www.lidl.co.uk/q/search?q=toy
writetomavencery
Hi, thank you — the UK URL works. However, I’ve noticed that for some items, the price is coming as null in the response. I’m attaching an example screenshot for reference. Could you please guide on why this might be happening or how to handle such cases?
writetomavencery
Hi, thank you — the UK URL works. However, I’ve noticed that for some items, the price is coming as null in the response. I’m attaching an example screenshot for reference. Could you please guide on why this might be happening or how to handle such cases?

Hi, I found that this is due to a problem with the value when there is a membership price, so I add the price field of the membership price on the lidlPlus attribute. pls check it out.