amazon-reviews-scrapper
v1.0.3
Published
"Amazon Reviews Scraper" is a Node.js project designed to extract and analyze reviews from Amazon product listings.
Maintainers
Readme
Amazon Reviews Scraper
"Amazon Reviews Scraper" is a Node.js project designed to extract and analyze reviews from Amazon product listings.
Usage
You can use it in two ways:
- Command Line Interface (CLI):
./node_modules/amazon-reviews-scrapper/dist/bin/ars.js <amazon-link>- Import as a Module:
import { getReviews } from 'amazon-reviews-scrapper'Review Object Structure
Reviews will be of type IReview, with the following properties:
name: stringrating: string | undefinedreview_title: stringdate: stringcountry: string | undefinedverified: stringdescription: string
