ecommerce.amazon-market-statistics
Installation
SKILL.md
SellerSprite Market Statistics
This skill helps fetch node-level market statistics for Amazon categories via SellerSprite.
Core Concepts
- Node statistics: Aggregated statistics for a specified category node, not returning complete product details.
- TopN scope:
topNdetermines the sample size of top products for statistics (default 10). - New product definition:
newProductspecifies the number of recent months used to define "new product" (default 6).
How to Invoke
- API Endpoint:
POST /sellersprite/market/statistics(complete params/response/error codes inreferences/api.md) - Python Script:
python scripts/amazon_market_statistics.py '<JSON params>' [--inline] - Cost constraint: This tool consumes credits; the same session and parameter combination is called only once by default, with a 24h local cache in the script. On failure or empty results, do not automatically retry with different keywords, pagination, or postal codes; inform the user about additional consumption before continuing to search.