aliexpress-product-scraper icon indicating copy to clipboard operation
aliexpress-product-scraper copied to clipboard

Review limiter

Open akshaycj opened this issue 4 years ago • 2 comments

Why is there a limit for review fetching? like 10 pages or 100 reviews?

akshaycj avatar Jan 27 '21 15:01 akshaycj

Technically Aliexpress product info and reviews are two separate pages. We will not be able to get reviews when we fetch product. So by default we only fetch 10 reviews for each product.

sudheer-ranga avatar Jun 10 '21 18:06 sudheer-ranga

is that number kept fixed so that aliexpress doesn't block the requests? or can I go ahead and increase that? @sudheer-ranga

akshaycj avatar Jun 11 '21 05:06 akshaycj

You can increase the limit by modifying the source. I have released a new release v2.0.2. When you are using scrapers and doing some heavy work, make sure you use proxies so that aliexpress won't block the scripts.

sudheer-ranga avatar Dec 06 '23 18:12 sudheer-ranga