Skip to content

REST API built with NodeJS/Express to get the information of an Amazon product.

License

Notifications You must be signed in to change notification settings

anibalventura/amazon-scraper-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Scraper API

npm NodeJS License

Scraper API to get information of an Amazon product, built with NodeJS and Express.

Overview

Routes Description Request body Response body
GET /product-search/:searchQuery Get list of products None List of products
GET /product/:productId Get product by ID None Product
GET /product-reviews/:productId Get list of product reviews None List of product reviews
GET /product-offers/:productId Get list of product offers None List of product offers

Usage

Before you can start using the API you need a key from ScraperAPI.

http:https://localhost:5000/product/PRODUCT_ID?api_key=YOUR_KEY

Build

  1. Need to have NodeJS and NPM installed on your machine.
  2. Open the project on Visual Studio Code or terminal.
  3. Install dependencies running npm install
  4. Run the project with npm run dev

License

MIT License

Copyright (c) 2022 Anibal Ventura

About

REST API built with NodeJS/Express to get the information of an Amazon product.

Resources

License

Stars

Watchers

Forks