Skip to content

An amazon scraper api which fetches you all information about product

Notifications You must be signed in to change notification settings

mikan-senpai/amazon-scraper-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Scraper Api

  • A public api which gives you data from Scrapping the amazon.com website.
  • you can check out the api from right here Rapid-api

API Reference

base url

  https://mikan-amazon-scraper.herokuapp.com/
Parameter Type Description
api_key string Required. Your API key

Get Amazon Search Results

  GET /search/{searchQuery}{api_key=}
Parameter Type Description
searchQuery string Required. Name of item to search
api_key string Required. Your API key

Get Amazon Product Details

  GET /products/{productId}?{api_key=}
Parameter Type Description
productId string Required. Id of item to fetch
api_key string Required. Your API key

Get Amazon Product Reviews

  GET /products/{productId}/reviews?{api_key=}
Parameter Type Description
productId string Required. Id of item to fetch
api_key string Required. Your API key

Get Amazon Offers

  GET /products/{productId}/offers?{api_key=}
Parameter Type Description
productId string Required. Id of item to fetch
api_key string Required. Your API key

Deployment

To deploy this project run

  npm start

About

An amazon scraper api which fetches you all information about product

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published