amazon-asin-scraper
Advanced tools
Comparing version 1.0.1 to 1.0.3
// sample | ||
const asinScraper = (asin) =>{ | ||
console.log('asin is ' + asin + '.'); | ||
const asinScraper = (asin, cb) =>{ | ||
res = 'Feature in progress...' | ||
cb(res); | ||
} | ||
module.exports = asinScraper; |
{ | ||
"name": "amazon-asin-scraper", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Amazon Scraper by ASIN ID", | ||
@@ -11,10 +11,21 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "\u0016https://github.com/yortrosal/amazon-asin-scraper.git" | ||
"url": "https://github.com/yortrosal/amazon-asin-scraper.git" | ||
}, | ||
"keywords": [ | ||
"amazon", | ||
"scraper" | ||
"Amazon Buybox Scraper", | ||
"Amazon Review Scraper", | ||
"Amazon MWS Custom Api", | ||
"Amazon Price Api", | ||
"Amazon Seller List", | ||
"Amazon Offer Listing Scraper", | ||
"Amazon Marketplace Web Service", | ||
"Amazon Price Api", | ||
"Amazon Crawler" | ||
], | ||
"author": "Jorge Rosal <yortrosal@gmail.com>", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": { | ||
"npm": "^6.4.1", | ||
"osmosis": "^1.1.8" | ||
} | ||
} |
# amazon-asin-scraper | ||
Documentation will be added soon... | ||
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 | ||
```shell | ||
npm install amazon-asin-scraper | ||
``` | ||
## Usage | ||
```js | ||
const asinScraper = require('amazon-asin-scraper'); | ||
// using callback | ||
let asin = someAsinIDhere; | ||
asinScraper(asin, (result)=>{ | ||
// result below | ||
// { | ||
// asin : | ||
// productTitle : | ||
// customerReview : | ||
// starRating : | ||
// currentPrice : | ||
// imageThumbnail : | ||
// sellerList : [ | ||
// { sellerName : | ||
// fulfulledBy : | ||
// rating : | ||
// primeBadge : | ||
// offerPrice : | ||
// shipping : | ||
// 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](https://cjpcjp.jd) | ||
## 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. | ||
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZNPEGAPARUJSC) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6572
4
118
67
0
2
+ Addednpm@^6.4.1
+ Addedosmosis@^1.1.8
+ Added@mapbox/node-pre-gyp@1.0.11(transitive)
+ Addedabbrev@1.1.1(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedaproba@2.0.0(transitive)
+ Addedare-we-there-yet@2.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbindings@1.3.1(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedchownr@2.0.0(transitive)
+ Addedcolor-support@1.1.3(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedconsole-control-strings@1.1.0(transitive)
+ Addedcss2xpath@0.0.1(transitive)
+ Addeddebug@2.6.94.3.7(transitive)
+ Addeddelegates@1.0.0(transitive)
+ Addeddetect-libc@2.0.3(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedfs-minipass@2.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedgauge@3.0.2(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedhas-unicode@2.0.1(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedlibxmljs@0.19.10(transitive)
+ Addedlibxmljs-dom@0.0.17(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminipass@3.3.65.0.0(transitive)
+ Addedminizlib@2.1.2(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addedms@2.0.02.1.3(transitive)
+ Addednan@2.14.2(transitive)
+ Addedneedle@1.6.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addednopt@5.0.0(transitive)
+ Addednpm@6.14.18(transitive)
+ Addednpmlog@5.0.1(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedosmosis@1.1.10(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsemver@6.3.17.6.3(transitive)
+ Addedset-blocking@2.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedtar@6.2.1(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwide-align@1.1.5(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyallist@4.0.0(transitive)