Skip to content

developer-junaid/Amazon-Scraper-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Data Scraper API with ScraperAPI

Video Demo: (How to use) : https://youtu.be/A6u_Wg5pgcE

Learned from JavaScript Mastery: https://youtu.be/be9sHQ7xqo0

Steps

  • Initialize package.json npm init -y

  • change "test" script to "start": "node index.js" script

  • install dependencies express request request-promise nodemon

  • add "dev": "nodemon index.js" script for nodemon

  • Signup and make account on "scraperapi"

  • copy api key and paste in apiKey variable

  • setup baseUrl and pass the api key

  • create route for getting product details

  • use request to fetch details of the product by passing the productId

  • return the response

  • parse the response

About

Amazon Product Data scraping api, with fetch product details, offers, reviews and search responses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published