developer-junaid / Amazon-Scraper-API

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

Home Page:https://junaid-amazon-scraper.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://junaid-amazon-scraper.herokuapp.com/


Languages

Language:JavaScript 100.0%