amazon-reviews-scrapper

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i amazon-reviews-scrapper

Weekly Downloads

5

Version

1.0.3

License

ISC

Unpacked Size

817 kB

Total Files

15

Last publish

Collaborators

  • imravichhetri