Skip to content

v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:09
· 1 commit to main since this release
v0.2.1

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 electronics returns 60 rows with ranks 1 to 60 in order.
  • Every scraped field is selectable. --fields now reaches fields that live
    only in the JSON record, such as in_stock, coupon, savings,
    ships_from, images, videos, and ranks, 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.