Amazon Scraper API
Generate Amazon Product Details, Reviews and Offers with our easy-to-use API.
đ API Reference
đ Get Product Details
GET /products/{productId}
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
đ Get Product Reviews
GET /products/{productId}/reviews
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
đ Get Product Offers
GET /products/{productId}/offers
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
đ Get Search Results
GET /search/{searchQuery}
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
đ Environment Variables
To run this project locally (in development), you will need to add the following environment variables to your .env file
SCRAPER_API_KEY=XXXXXXXXXXXXXXXXXXX
đ Run Locally
- Clone this repository to your local computer.
- Open terminal in root directory.
- Type and Run
yarn install
. - Once packages are installed, type and run
yarn start
- Now app is fully configured and you can start using this app đ
đđŧ Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project’s code of conduct
.
ÂŠī¸ License
â Give A Star
You can also give this repository a star to show more people and they can use this repository.