amazon-cli

Search Amazon products and fetch JSON details from the command line.

208|42|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill amazon-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-cli
Source: https://github.com/ItamarZand88/CLI-Anything-WEB/tree/main/amazon/agent-harness/cli_web/amazon/skills
Command: npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill amazon-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently discover Amazon products, view details, and compare prices from the command line without opening a browser or manual browsing.

Core Features & Use Cases

  • Search Amazon products by keyword and return structured results in JSON.
  • Fetch detailed product information by ASIN, including price, rating, and availability.
  • Browse Best Sellers to identify popular items and trends across categories.
  • Get autocomplete suggestions to accelerate product discovery.
  • No authentication required; integrate into scripts for automation.

Quick Start

Run a search for a product (e.g., "laptop") and export results in JSON.

Frequently Asked Questions about amazon-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Amazon products from the command line?

Amazon product search from the command line executes keyword queries and returns structured JSON results. You can run searches directly in your terminal to discover items, compare prices, and view listings without opening a browser or requiring authentication.

Can I fetch specific Amazon product details using an ASIN in my terminal?

Fetching specific Amazon product details via ASIN retrieves comprehensive information including price, rating, and availability. The command line tool queries public endpoints to output structured JSON data for any valid product identifier.

Does this command line Amazon search tool require authentication?

No authentication is required to use this command line Amazon search tool. It accesses public endpoints to perform product discovery, fetch details, and browse bestsellers, allowing seamless integration into scripts for automation tasks.

What is the best way to browse Amazon Best Sellers across categories programmatically?

Browsing Amazon Best Sellers programmatically is best done using a command line interface that queries public endpoints and outputs structured JSON. This approach identifies popular items and trends across categories for integration into automated research scripts.

How do I get Amazon autocomplete suggestions to accelerate product discovery?

Amazon autocomplete suggestions accelerate product discovery by returning predicted search terms directly to your terminal. The command line tool fetches these suggestions from public endpoints and outputs them in structured JSON format.