Woocommerce Product Scrapper avatar
Woocommerce Product Scrapper

Pricing

$0.50 / 1,000 results

Go to Store
Woocommerce Product Scrapper

Woocommerce Product Scrapper

Developed by

Nazmul Hasan

Maintained by Community

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

Monthly users

9

Runs succeeded

>99%

Response time

0.15 hours

Last modified

3 hours ago

FE

No images were scraped

Closed

faeitltd opened this issue
7 days ago

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.

naz_here avatar

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

naz_here avatar

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 :

1{
2    "image": "img.wp-post-image.ux-skip-lazy"
3}

the json should look like this :

1{
2    "customSelectors": {
3        "image": "img.wp-post-image.ux-skip-lazy"
4    },
5    "productLimit": 100,
6    "startUrls": [
7        {
8            "url": "https://plugcart.net/",
9            "method": "GET"
10        }
11    ]
12}

change the limit as wish.

And this should help. Thank You.

FE

faeitltd

7 days ago

Thanks , It worked.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$0.50

Related articles