Skip to content

Amazon Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Amazon in JSON format.

Notifications You must be signed in to change notification settings

feratovic/amazon-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Amazon Data Scraper

Introduction

Amazon Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Amazon in JSON format.

How to run the application

You will need scraperApi acccount and api key from that account.

First clone git repo then use command

    npm install

To run application in development mode use

    npm run dev

Otherwise use

    npm run start

Rest api endpoints

Get Product Details

/products/:productId?api_key=(enter scraperApi api key)

Get Product Reviews

/products/:productId/reviews?api_key=(enter scraperApi api key)

Get Product Offers

/products/:productId/offers?api_key=(enter scraperApi api key)

Get Search Results

/search/:searchQuery?api_key=(enter scraperApi api key)

🤝🏻  Connect with Me

elmazferatovic.me Elmaz Feratovic | LinkedIn Elmaz Feratovic |  Instagram




⭐️ From feratovic

About

Amazon Data Scraper is the easiest way to get access to product, price, sales rank and reviews data from Amazon in JSON format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published