/amazon-scrapper-api

Basic ExpressJs application for amazon data scrapping

Primary LanguageJavaScriptMIT LicenseMIT

amazon-scrapper-api

This api is built on top of scrapperapi.con , ScrapperApi will scrap data based on the URL passed and retunr the json data. This API will provide the endpoints to reterive these data to use on any frontenc application

Stack Used - ExpressJs NodeJs

Data scrapped using scraperapi.com

To run the code -

  1. Download the code
  2. Go to the code folder
  3. Run npm install / yarn install
  4. Get your key by signing up at scrapperapi.com (this will scrap data of any url passed and return in Json format)
  5. npm run dev / yarn run dev

API Endpoints -

  1. Get Product Details- http://example.com/products/productId
  2. Get Product Reviews- http://example.com/products/productId/reviews
  3. Get Product offers - http://example.com/products/productId/offers
  4. Search Results - http://example.com/search/SearchQuery