Amazon ASIN Lookup API
Extracts Amazon product title, price, ratings, and details from an ASIN.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 12, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 820fca8
The real skill hard-requires a paid BROWSERACT_API_KEY and calls a live third-party endpoint (api.browseract.com) with no offline or mock mode, so testing was scoped to request construction and parsing an inline raw-scrape sample into the 16 documented fields. Note a metadata gap: it declares requires.bins:["python"] but only python3 is present on this system, and the Usage example's literal "python -u ..." would fail without a python->python3 alias. A/B on the inline sample: skill and base produced near-identical structured JSON; the skill edged ahead on one field, emitting featured as ["Amazon's Choice"] (the actual badge, per SKILL.md) where the base collapsed it to boolean true.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 4/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What Amazon ASIN Lookup API does
This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the user asks to get Amazon product details by ASIN, lookup Amazon product title and price using ASIN, extract Amazon product ratings and reviews count for a specific ASIN, check Amazon product availability and current price, get Amazon…
How to install Amazon ASIN Lookup API
git clone https://github.com/browser-act/skills
cd skills
mkdir -p ~/.claude/skills
cp -r solutions/ecommerce/amazon-asin-lookup-api-skill ~/.claude/skills/amazon-asin-lookup-api-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Amazon ASIN Lookup API
-
/amazon-asin-lookup-api-skillExtracts Amazon product title, price, ratings, and details from an ASIN.
It also activates on plain-language prompts like these:
-
Look up this Amazon product's price by ASIN -
Get ratings and review count for this ASIN -
Enrich my catalog with Amazon data from ASINs
Frequently asked questions
- Is the Amazon ASIN Lookup API skill free?
- Yes. The skill itself is free from browser-act/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Amazon ASIN Lookup API work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. The real skill hard-requires a paid BROWSERACT_API_KEY and calls a live third-party endpoint (api.browseract.com) with no offline or mock mode, so testing was scoped to request construction and parsing an inline raw-scrape sample into the 16 documented fields. Note a metadata gap: it declares requires.bins:["python"] but only python3 is present on this system, and the Usage example's literal "python -u ..." would fail without a python->python3 alias. A/B on the inline sample: skill and base produced near-identical structured JSON; the skill edged ahead on one field, emitting featured as ["Amazon's Choice"] (the actual badge, per SKILL.md) where the base collapsed it to boolean true.
- What is the Amazon ASIN Lookup API SkillProof Score?
- 7.2/10 — installs cleanly 4/5, triggers reliably 4/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install Amazon ASIN Lookup API?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Amazon ASIN Lookup API with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.