1.0.3 • Published 1 year ago

amazon-reviews-scrapper v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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:

  1. Command Line Interface (CLI):
./node_modules/amazon-reviews-scrapper/dist/bin/ars.js <amazon-link>
  1. Import as a Module:
import { getReviews } from 'amazon-reviews-scrapper'

Review Object Structure

Reviews will be of type IReview, with the following properties:

  • name: string
  • rating: string | undefined
  • review_title: string
  • date: string
  • country: string | undefined
  • verified: string
  • description: string