Lidl Product Scraper 🛍️ avatar
Lidl Product Scraper 🛍️

Pricing

$19.99/month + usage

Go to Store
Lidl Product Scraper 🛍️

Lidl Product Scraper 🛍️

Developed by

EasyApi

EasyApi

Maintained by Community

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

WR

Issue with easyapi/lidl-product-scraper — No Results for Valid Search URLs

Open

writetomavencery opened this issue
19 days ago

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.

easyapi avatar

Hello, Lidl did an upgrade that caused the issue, we have fixed this issue now, please try again.

WR

writetomavencery

16 days ago

Hello, could you please extend my free trial period? Thanks in advance!

easyapi avatar

Hi, the platform does not support flexible adjustment of the trial time, sorry for that.

WR

writetomavencery

5 days ago

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.

easyapi avatar

Could you provide specific request parameters, I'll check it out.

WR

writetomavencery

5 days ago

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?

easyapi avatar

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

WR

writetomavencery

5 days ago

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?

WR

writetomavencery

4 days ago

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?

easyapi avatar

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.