amazon-best-selling-products-finder-api-skill

by browser-act 5.3k MIT Updated Aug 12, 2026
amazon-best-selling-products-finder-api-skill skill by browser-act
amazon-best-selling-products-finder-api-skill — Backend skill by browser-act

amazon-best-selling-products-finder-api-skill is an open-source backend skill for Claude Code and compatible agents, published by browser-act. Its author describes it as: “This skill helps users extract structured best-selling product data from Amazon via the BrowserAct API. Agent should proactively apply this skill when users express needs like search for best selling products on Amazo…”. The project has 5.3k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/browser-act/skills ~/.claude/skills/amazon-best-selling-products-finder-api-skill`.

What amazon-best-selling-products-finder-api-skill does

This skill provides users with a one-stop product data extraction service using the BrowserAct Amazon Best Selling Products Finder API template. It can directly extract structured best-selling product data from Amazon. By inputting search keywords, data limit, and marketplace URL, you can easily get clean and usable product data including titles, prices, ratings, reviews, sales volume, and promotional details.

Installation

Add amazon-best-selling-products-finder-api-skill to your agent with:

git clone https://github.com/browser-act/skills ~/.claude/skills/amazon-best-selling-products-finder-api-skill

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for amazon-best-selling-products-finder-api-skill is organised into these sections:

  • 📖 Skill Introduction
  • ✨ Features
  • 🔑 API Key Guide Flow
  • 🛠️ Input Parameters
  • 🚀 Call Method (Recommended)
  • ⏳ Running Status Monitoring
  • 📊 Data Output Description
  • ⚠️ Error Handling & Retry Mechanism
  • 🌟 Typical Use Cases

When to use it

Reach for amazon-best-selling-products-finder-api-skill when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in browser-act/skills, an established project with 5,348 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-infrastructureai-agentsautomationclaude-cliclaude-codeclaude-code-skillsclaude-skillscodexcodex-clicodex-skillcursordata-extractionno-codeopenclawopenclaw-cliopenclaw-skillopenclaw-skillsweb-data-extractionweb-scrapingweb-scraping-api

Frequently asked questions

What does amazon-best-selling-products-finder-api-skill do?
This skill helps users extract structured best-selling product data from Amazon via the BrowserAct API. Agent should proactively apply this skill when users express needs like search for best selling products on Amazon, extract Amazon product data based on keywords, find top rated Amazon products, monitor Amazon competitor prices and sales, discover trending products on Amazon marketplace, extract Amazon product titles prices and ratings, gather Amazon product sales volume for market research, search Amazon best sellers in specific region, collect Amazon product reviews and promotion details, analyze Amazon product availability and badges, get Amazon product data for market analysis.
How do I install amazon-best-selling-products-finder-api-skill?
Run git clone https://github.com/browser-act/skills ~/.claude/skills/amazon-best-selling-products-finder-api-skill in your agent, then reload your skills. Review the source at https://github.com/browser-act/skills before installing.
Is amazon-best-selling-products-finder-api-skill free to use?
Yes. amazon-best-selling-products-finder-api-skill is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does amazon-best-selling-products-finder-api-skill come from?
amazon-best-selling-products-finder-api-skill ships inside browser-act/skills, a repository that contains 9 catalogued skills in total. The repository's 5,348 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Backend →

Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.

25k alirezarezvani MIT

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

39k wshobson MIT

Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.

31k nanocoai MIT

MUST USE for ANY work on .py .pyi .rs .ts .tsx .mts .cts .go files. One philosophy: strict types, modern stacks (Pydantic v2 / serde+thiserror / Zod / gin+sqlc+pgx+slog), modern toolchains (uv+basedpyright+ruff / cargo+clippy+miri / Bun+Biome+tsc / gofumpt+golangci-lint v2+nilaway+go-race), parse-don't-validate, exhaustive match, typed errors, no any/unwrap/panic, 250 LOC ceiling, TDD, consumer-routed logging. Routes to references/{python,rust,typescript,rust-ub,go}/ + references/logging.md. Triggers: write/edit Python/Rust/TypeScript/Go code, new project, gin server, bubbletea TUI, CJK IME, connect-go RPC, sqlc pgx, branded ids, exhaustive match, unsafe Rust, miri, oversized file, refactor, TDD, e2e test, logging, log levels, structured logging, observability, arena, allocator, bumpalo, const fn, const generics, comptime, zero-alloc, bitfield, repr, scopeguard, errdefer, Zig-like, zerocopy, packed struct.

68k code-yeongyu Other