Domains
Forms
- SKILL.md50.0%
- scripts50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user provides any Amazon Best Sellers URL (/zgbs/ or /gp/bestsellers/) and wants the ranked product list, category metadata, or pagination state for competitive intelligence, niche discovery, or trend spotting.
browser-act --session {name} eval "$(python scripts/extract-bestseller.py)" to extract #gridItemRoot cards (rank, asin, title, price, stars, etc.) plus category and pagination infonextPageUrl with ?pg=N to iterate pages up to Amazon's top-100 capA structured JSON with ranked items (position, ASIN, title, price, rating), category metadata, and pagination state — ready for bestseller datasets, rank tracking, and downstream ASIN enrichment.
Use Cases
An e-commerce seller wants to launch a new product in Amazon's kitchen category. They paste the kitchen bestsellers URL into the skill, which extracts the top-50 ranked ASINs with prices and ratings. By analyzing the list, they spot gaps where demand is high but competition is low, and source winning ASINs for deeper enrichment via other Amazon skills. This saves hours of manual browsing and informs a data-driven launch strategy.
A market analyst tracks monthly rank changes of electronics bestsellers across amazon.de and amazon.com. Using the skill's pagination, they snapshot top-100 items per region each month and persist JSON. Over time they build a rank history showing which products are rising or declining, enabling competitive intelligence reports for stakeholders without manual chart reading.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File