Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 373 Bytes

SCRAPER-API-AMAZON NODE.js

Amazon data scraping API, with fetch product details, offers, reviews and search responses.

#STEPS ~ Initialize package.json npm init -y

PACKAGES NEEDED (install them)

  1. express
  2. request
  3. request-promise
  4. nodemon

~ Sign up for an account here https://www.scraperapi.com/

~ Copy api key and assign it to the apiKey const variable.