Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazon-asin-scraper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-asin-scraper

Amazon Scraper by ASIN ID

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

amazon-asin-scraper

IMPORTANT NOTE: This module is unmaintained and may not function due to recent changes made in amazon pages. Please consider other module. Also if you are looking for a scraper proxy to hide your IP while scraping consider SCRAPERAPI. It's FREE.

Screenshot

Making your amazon scraping job easier. This is going to be an alternative way to get the data you need that are not available on aws product and mws search api.

Installation

npm install amazon-asin-scraper

Usage

const asinScraper = require('amazon-asin-scraper');

// using callback
let options = {
    asin : someAsinHere,
    proxy : '', //optional
    userAgent : '' //optional
  };

asinScraper(options, (result)=>{
  // result below
  // {
  //   asin :
  //   sellerList : [
  //       {
  //         productTitle :
  //         customerReview :
  //         sellerName :
  //         sellerRating :
  //         fulfulledBy :
  //         primeBadge :
  //         offerPrice :
  //         shipping :
  //         merchantID :
  //         offerListingId :
  //       },
  //       {},
  //       {}
  //   ]
  // }  
});

Features

  • Buybox Page Data Scraping
  • Review Scraping
  • Full Seller List Detail
  • Product Detail Page Data Scraping
  • Single proxy or multiple proxies and handles proxy failure
  • Cookie jar and custom cookies/headers/user agent
  • Set Retries on failed requests

Documentation

For documentation and examples check out https://not-yet.com

Keywords

FAQs

Package last updated on 23 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc