Jiimore (极目工具) provides comprehensive Amazon marketplace data for cross-border e-commerce product selection and market analysis. This skill enables you to query niche market information, analyze competition, evaluate demand, and identify profitable opportunities.
Before using this skill, ensure the LinkFoxAgent API key is configured:
export LINKFOXAGENT_API_KEY="your_api_key_here"
Users can obtain their API key from the LinkFoxAgent dashboard.
User: "Analyze the bluetooth market in the US"
The skill will:
User: "Find low-competition, high-demand niches with brand concentration under 30%"
The skill will:
brandCountMax=50, top5BrandsClickShareMax=0.3User: "Show me niches with product count 50-200, average price $20-50, and low return rate"
The skill will:
productCountMin=50, productCountMax=200avgPriceMin=20, avgPriceMax=50returnRateT360Max=0.1 (10% max return rate)The skill automatically converts natural language queries to API parameters:
countryCode: "US"countryCode: "JP"countryCode: "DE"sortField: "unitsSoldT7"sortField: "demand"sortField: "avgPrice"sortField: "searchVolumeT7"brandCountMax, top5BrandsClickShareMaxdemand descendingproductCountMaxavgBrandAgeMinreturnRateT360MaxprofitRate50MinsearchConversionRateT7MinMarket Identification
nicheTitle: Niche market title (English)translationZh: Chinese translationnicheId: Unique market identifierdemand: Market demand score (0-100, higher is better)Pricing
avgPrice: Average product priceminimumPrice: Lowest price in nichemaximumPrice: Highest price in nicheprofitMarginGt50PctSkuRatio: Ratio of products with >50% profit marginCompetition
productCount: Total number of productsbrandCount: Number of brandstop5BrandsClickShare: Market share of top 5 brands (0-1, lower means less concentration)top5ProductsClickShare: Market share of top 5 products (0-1)Sales & Traffic
unitsSoldWeekly / unitsSoldQuarterly: Sales volumesearchVolumeWeekly / searchVolumeQuarterly: Search volumesearchVolumeGrowthWeekly / searchVolumeGrowthQuarterly: Growth rate (0-1)clickCountWeekly / clickCountQuarterly: Click volumeConversion
searchConversionRateWeekly / searchConversionRateQuarterly: Search to purchase rate (0-1)clickToSaleConversionWeekly: Click to purchase rate (0-1)Product Lifecycle
launchRateSemiannual: Product launch success rate over 180 days (0-1)newProductsLaunchedSemiannual: Number of new products launchedsuccessfulLaunchedSemiannual: Number of successful launchesreturnRateAnnual: Annual return rate (0-1, lower is better)Advertising
acos: Advertising Cost of Sales (0-1, lower is better)cpc: CPC data with low, medium, high valuesOther
avgBrandAgeNow / avgBrandAgeQuarterly: Brand age metricsbreakEvenRatio: Break-even ratioreferenceAsinImageUrl: Representative product image URLcategorieList: Product categoriesMany fields use decimal values (0-1) representing percentages:
0.3 = 30%0.05 = 5%1.0 = 100%When presenting to users, convert to percentages for clarity.
Missing API Key
Error: LINKFOXAGENT_API_KEY environment variable not found
Solution: Configure API key before using skill
Invalid Country Code
Error: Country code must be US, JP, or DE
Solution: Use supported country codes only
No Results
Warning: No niches match your criteria
Solution: Relax filters or try different keywords
Rate Limiting
Error: API rate limit exceeded
Solution: Wait and retry, or adjust query frequency
page parameter for additional resultssortField parametersortType (desc/asc)@Python沙箱)After receiving JSON results:
referenceAsinImageUrlExample workflow:
@网页检索)Complement jiimore data with:
AI绘图)Create product mockups:
referenceAsinImageUrl from niche dataPOST https://test-tool-gateway.linkfox.com/jiimore/getNicheInfoByKeyword
{
"Authorization": "{LINKFOXAGENT_API_KEY}",
"Content-Type": "application/json"
}
See references/Jiimore.md for complete parameter documentation.
{
"total": number,
"data": array,
"columns": array,
"costToken": number,
"type": "table",
"title": string
}
linkfoxagent: Parent skill for LinkFoxAgent toolstavily: Web search for market researchcoding-agent: Automated data analysis workflowsFor detailed API documentation:
references/API-Overview.md: Setup and authenticationreferences/Jiimore.md: Complete parameter referenceNote: This tool is optimized for cross-border e-commerce sellers and product researchers. Data is sourced from Amazon marketplace analytics and updated regularly. Always validate findings with current marketplace conditions.
共 1 个版本