drawrowfly / amazon-product-api

Amazon Scraper. Scrape products from the amazon search result or reviews from the specific product
631 stars 181 forks source link

Update Amazon.js #26

Closed JoelCode closed 3 years ago

JoelCode commented 3 years ago

Action: Fetch data with proxy https://www.scraperapi.com/ Expected Outcome: Get the data Actual Outcome: Error: unable to verify the first certificate

Solution add strictSSL: false in the request options.

drawrowfly commented 3 years ago

👍