amz-sa
v1.0.3
Published
Personal-use CLI to check Amazon.sa listing prices (not affiliated with Amazon.com or Amazon.sa)
Downloads
364
Readme
amz-sa
Personal, unofficial CLI for checking Amazon.sa product prices. This is a personal tool only and is not affiliated with, endorsed by, or operated by Amazon, Amazon.com, or Amazon.sa.
Overview
amz-sa fetches public Amazon.sa product pages or public list pages, extracts product prices, and prints a simple summary. It is intended for personal reference and learning.
Features
- Check a single Amazon.sa product price
- Extract product links from a public list and check each price
- Simple CLI output with totals for list runs
Requirements
- Node.js 16+ (recommended)
- Network access to Amazon.sa
Installation
Global install from npm:
npm install -g amz-saRun without installing:
npx amz-sa "https://www.amazon.sa/dp/PRODUCT_ASIN"Usage
If you install it as a CLI locally or globally, use the bin name:
amz-sa "https://www.amazon.sa/dp/PRODUCT_ASIN"
amz-sa list "https://www.amazon.sa/registry/wishlist/..."Development
npm install
npm run buildOutput
- Single product: prints the formatted price and numeric value
- List: prints per-item results and a total in SAR
Limitations
- Amazon pages change frequently; selectors may break and return "Price not found"
- Public lists only; private lists are not accessible
- Requests may be throttled or blocked by Amazon
Disclaimer
This is a personal tool only and not affiliated with, endorsed by, or operated by Amazon, Amazon.com, or Amazon.sa. All trademarks and registered trademarks are the property of their respective owners. Use responsibly and follow Amazon's terms of service.
