Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.59 KB

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://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