
Woocommerce Product Scrapper
Pricing
$0.50 / 1,000 results

Woocommerce Product Scrapper
Scrap images, links, title , sku , description etc from ecommerce websites that are based on Wocommerce . This only works for woocommerce based websites.
5.0 (1)
Pricing
$0.50 / 1,000 results
0
Total users
23
Monthly users
23
Runs succeeded
>99%
Issue response
0.15 hours
Last modified
8 hours ago
No images were scraped
Closed
Hello, I tried to scrap from a site , url : https://plugcart.net/ All the other things were scraped except the images. Please fix it or tell me if im making any mistake while running the actor. Thank You.

Hey, Thanks For Using the scraper. I have noted the issue. Probably it is using a different html class for images.

Upon checking i found that its using : class="wp-post-image ux-skip-lazy" for the thumbnail image. You can use custom selector with the scraper. Change the class and try again.
To do it in the input section, you will find custom selector section. enter this :
{"image": "img.wp-post-image.ux-skip-lazy"}
the json should look like this :
{"customSelectors": {"image": "img.wp-post-image.ux-skip-lazy"},"productLimit": 100,"startUrls": [{"url": "https://plugcart.net/","method": "GET"}]}
change the limit as wish.
And this should help. Thank You.
faeitltd
Thanks , It worked.