Loading...
Loading...
This skill leverages SellerSprite's market list selection capability to filter Amazon niche markets based on category dimensions, supporting numerous conditions such as market size, competition intensity, head concentration, seller structure, new product proportion, price/rating/gross margin ranges, etc. It is used to discover accessible markets and evaluate product selection directions. This skill is triggered when users mention Amazon market research, niche category research, market opportunity screening, market concentration analysis, new product opportunities, market selection, SellerSprite market research, or category market research. Even if users do not explicitly mention 'SellerSprite', this skill should be triggered as long as their demand is to filter and evaluate Amazon markets by category dimensions.
npx skill4agent add linkfox-ai/linkfox-skills linkfox-sellersprite-market-researchPOST https://tool-gateway.linkfox.com/sellersprite/market/researchAuthorization: <api_key>LINKFOXAGENT_API_KEYreferences/api.mdmarketplacemonthorderFieldsellerLocationnewProducttopNumdata[]top10Images[]scripts/sellersprite_market_research.pyInterface filter options are consistent with the tool(70+); the table below shows a commonly used subset, complete parameters and output fields can be found in_sellersprite_market_research.references/api.md
| Parameter | Type | Required | Description |
|---|---|---|---|
| marketplace | string | Yes | Site code, default is |
| month | string | No | |
| nodeIdPath | string | No | Category node path |
| departmentKeyword | string | No | Category keyword path |
| page / size | integer | No | Pagination, default is 1/50, maximum |
| orderField / orderDesc | string/boolean | No | Sort field and direction; |
| minAvgRevenue / maxAvgRevenue | number | No | Average monthly sales revenue range |
| minAvgUnits / maxAvgUnits | integer | No | Average monthly sales volume range |
| minGoodsCount / maxGoodsCount | integer | No | Number of products range |
| minGoodsCrn / maxGoodsCrn | number | No | Product concentration (%) |
| minSellerCrn / maxSellerCrn | number | No | Seller concentration (%) |
| minBrandCrn / maxBrandCrn | number | No | Brand concentration (%) |
| minNewProportion / maxNewProportion | number | No | New product proportion (%) |
| minAvgPrice / maxAvgPrice | number | No | Average price range |
| minAvgRating / maxAvgRating | number | No | Average rating range |
| minAvgProfit / maxAvgProfit | number | No | Average gross margin (%) |
{
"marketplace": "US",
"month": "nearly",
"minAvgRevenue": 10000,
"maxGoodsCrn": 40,
"minNewProportion": 10,
"maxSellerCrn": 50,
"orderField": "total_amount",
"orderDesc": true,
"page": 1,
"size": 50
}%marketplacereferences/api.md