sudheer-ranga / aliexpress-product-scraper

Get Aliexpress product details as a json response including feedbacks, variants, shipping info, description, images, etc.,
MIT License
231 stars 88 forks source link

Add proxy & docker support #6

Closed tobiasmuehl closed 9 months ago

tobiasmuehl commented 4 years ago

Add support for custom puppeteer options so proxies and docker can be used.

Docker usage:

const product = await getAliexpressProduct(aliProductId, 10, {
  args: ['--no-sandbox', '--disable-setuid-sandbox']
});
sudheer-ranga commented 9 months ago

@tobiasmuehl Added the support in the v2 version. Please review - https://github.com/sudheer-ranga/aliexpress-product-scraper/pull/39