amazon-asin-scraper
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.
- Only Supports US marketplace as of this moment.
Installation
npm install amazon-asin-scraper
Usage
const asinScraper = require('amazon-asin-scraper');
let options = {
asin : someAsinHere,
proxy : '',
userAgent : ''
};
asinScraper(options, (result)=>{
});
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
Donate
Please consider a donation if you depend on this project and makes your job a bit easier.
Your contribution allows me to spend more time improving features of this project.