A bug-fix release from auditing live output for completeness.
Fixes
- Charts no longer duplicate items. Amazon nests a faceout inside each grid
item, so the chart parser matched every product twice and a badge-less copy
fell through to document-order numbering. A 60-item chart came back as 180
rows with one ASIN landing on several ranks. Charts now yield one entry per
product, dedupe by ASIN, and stop paging once a page adds nothing new, so
bestsellers electronicsreturns 60 rows with ranks 1 to 60 in order. - Every scraped field is selectable.
--fieldsnow reaches fields that live
only in the JSON record, such asin_stock,coupon,savings,
ships_from,images,videos, andranks, flattening lists and structured
values into one table or CSV cell instead of rendering them blank.
Install
Download the archive for your platform below, or grab the Linux package (deb,
rpm, apk). The container image is on GHCR:
docker pull ghcr.io/tamnd/amz-cli:0.2.1
Every archive ships with checksums, an SBOM, and a cosign signature.