linkfox-jiimore-niche-by-keyword
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseJiimore Niche Info by Keyword
基于关键词的Jiimore细分市场信息
This skill guides you on how to query and analyze Amazon niche market data by keyword, helping Amazon sellers evaluate market segments for competitive intensity, brand maturity, pricing structure, and entry opportunity.
此技能将指导您如何通过关键词查询和分析亚马逊细分市场数据,帮助亚马逊卖家评估细分市场的竞争强度、品牌成熟度、定价结构及进入机会。
Core Concepts
核心概念
A niche (sub-market segment) is a grouping of products that share a common keyword theme on Amazon. This tool returns rich analytical dimensions for each niche, including search volume, sales volume, click-through rates, brand count, top-brand concentration, new product launch success rates, CPC estimates, and a composite demand score. Data is available for US, JP, and DE marketplaces.
Keyword is required: Every query must include a . The keyword should be provided in the language of the target marketplace (e.g., English for US, Japanese for JP, German for DE). When the user provides a keyword in a different language, translate it to the marketplace language before calling the API.
keywordPercentage fields: Several parameters and response fields use a 0-1 decimal range representing 0%-100%. When displaying these values to users, convert them to percentages (e.g., 0.35 -> 35%).
Demand score: The field is a composite opportunity score assigned to each niche. A higher value indicates greater market demand potential.
demandniche(细分市场)指亚马逊上具有共同关键词主题的产品群组。该工具会返回每个细分市场的丰富分析维度,包括搜索量、销量、点击率、品牌数量、头部品牌集中度、新品发布成功率、CPC预估以及综合需求评分。数据支持美国(US)、**日本(JP)和德国(DE)**站点。
必填关键词:每次查询必须包含一个。关键词需使用目标站点的语言(例如,美国站用英语,日本站用日语,德国站用德语)。当用户提供的关键词语言与目标站点不符时,需先将其翻译为站点语言再调用API。
keyword百分比字段:部分参数和响应字段采用0-1的小数范围,表示0%-100%。向用户展示这些数值时,需转换为百分比形式(例如,0.35 → 35%)。
需求评分:字段是为每个细分市场分配的综合机会评分,数值越高表示市场需求潜力越大。
demandParameter Guide
参数指南
Required
必填参数
| Parameter | Type | Description |
|---|---|---|
| keyword | string | Search keyword (max 1000 chars). Translate to the target marketplace language. |
| Parameter | Type | 描述 |
|---|---|---|
| keyword | string | 搜索关键词(最多1000字符)。需转换为目标站点语言。 |
Marketplace & Pagination
站点与分页参数
| Parameter | Type | Default | Description |
|---|---|---|---|
| countryCode | string | US | Country code: US, JP, DE |
| page | integer | 1 | Page number (starts from 1) |
| pageSize | integer | 50 | Results per page (10-100) |
| sortField | string | unitsSoldT7 | Field to sort by (see Sorting Options below) |
| sortType | string | desc | Sort direction: |
| Parameter | Type | 默认值 | 描述 |
|---|---|---|---|
| countryCode | string | US | 国家代码:US、JP、DE |
| page | integer | 1 | 页码(从1开始) |
| pageSize | integer | 50 | 每页结果数(10-100) |
| sortField | string | unitsSoldT7 | 排序字段(见下方排序选项) |
| sortType | string | desc | 排序方向: |
Filter Parameters (all optional, min/max ranges)
筛选参数(均为可选,支持最小/最大值范围)
Product & Pricing:
| Parameter | Type | Description |
|---|---|---|
| productCountMin / productCountMax | integer | Product count range |
| avgPriceMin / avgPriceMax | number | Average price range |
Search & Sales (7-day):
| Parameter | Type | Description |
|---|---|---|
| searchVolumeT7Min / searchVolumeT7Max | integer | Weekly search volume range |
| unitsSoldT7Min / unitsSoldT7Max | integer | Weekly units sold range |
| clickCountT7Min / clickCountT7Max | integer | Weekly click count range |
| clickConversionRateT7Min / clickConversionRateT7Max | number | Weekly click conversion rate (0-1) |
Brand Metrics:
| Parameter | Type | Description |
|---|---|---|
| brandCountMin / brandCountMax | integer | Number of brands in niche |
| top5BrandsClickShareMin / top5BrandsClickShareMax | number | Top 5 brands click share (0-1) |
| avgBrandAgeMin / avgBrandAgeMax | number | Average brand age (current) |
| avgBrandAgeQoqMin / avgBrandAgeQoqMax | number | Average brand age (90-day) |
| avgBrandAgeYoyMin / avgBrandAgeYoyMax | number | Average brand age (360-day) |
Seller Metrics:
| Parameter | Type | Description |
|---|---|---|
| avgSellingPartnerAgeMin / avgSellingPartnerAgeMax | number | Average seller age (current) |
| avgSellingPartnerAgeQoqMin / avgSellingPartnerAgeQoqMax | number | Average seller age (90-day) |
| avgSellingPartnerAgeYoyMin / avgSellingPartnerAgeYoyMax | number | Average seller age (360-day) |
Competition & Advertising:
| Parameter | Type | Description |
|---|---|---|
| top5ProductsClickShareMin / top5ProductsClickShareMax | number | Top 5 products click share (0-1) |
| sponsoredProductsPercentageMin / sponsoredProductsPercentageMax | number | SP ad percentage (0-1) |
| cpcMediumMin / cpcMediumMax | number | CPC median value range |
New Product & Returns:
| Parameter | Type | Description |
|---|---|---|
| launchRateT180Min / launchRateT180Max | number | 180-day new product success rate (0-1) |
| newProductRateT180 | number | 180-day new product ratio minimum (0-1) |
| returnRateT360Min / returnRateT360Max | number | 360-day return rate (0-1) |
产品与定价:
| Parameter | Type | 描述 |
|---|---|---|
| productCountMin / productCountMax | integer | 产品数量范围 |
| avgPriceMin / avgPriceMax | number | 平均价格范围 |
搜索与销售数据(7天):
| Parameter | Type | 描述 |
|---|---|---|
| searchVolumeT7Min / searchVolumeT7Max | integer | 周搜索量范围 |
| unitsSoldT7Min / unitsSoldT7Max | integer | 周销量范围 |
| clickCountT7Min / clickCountT7Max | integer | 周点击量范围 |
| clickConversionRateT7Min / clickConversionRateT7Max | number | 周点击转化率(0-1) |
品牌指标:
| Parameter | Type | 描述 |
|---|---|---|
| brandCountMin / brandCountMax | integer | 细分市场内品牌数量 |
| top5BrandsClickShareMin / top5BrandsClickShareMax | number | 头部5品牌点击占比(0-1) |
| avgBrandAgeMin / avgBrandAgeMax | number | 平均品牌年龄(当前) |
| avgBrandAgeQoqMin / avgBrandAgeQoqMax | number | 平均品牌年龄(90天) |
| avgBrandAgeYoyMin / avgBrandAgeYoyMax | number | 平均品牌年龄(360天) |
卖家指标:
| Parameter | Type | 描述 |
|---|---|---|
| avgSellingPartnerAgeMin / avgSellingPartnerAgeMax | number | 平均卖家年龄(当前) |
| avgSellingPartnerAgeQoqMin / avgSellingPartnerAgeQoqMax | number | 平均卖家年龄(90天) |
| avgSellingPartnerAgeYoyMin / avgSellingPartnerAgeYoyMax | number | 平均卖家年龄(360天) |
竞争与广告指标:
| Parameter | Type | 描述 |
|---|---|---|
| top5ProductsClickShareMin / top5ProductsClickShareMax | number | 头部5产品点击占比(0-1) |
| sponsoredProductsPercentageMin / sponsoredProductsPercentageMax | number | Sponsored Products广告占比(0-1) |
| cpcMediumMin / cpcMediumMax | number | CPC中位数范围 |
新品与退货指标:
| Parameter | Type | 描述 |
|---|---|---|
| launchRateT180Min / launchRateT180Max | number | 180天新品成功率(0-1) |
| newProductRateT180 | number | 180天新品占比最小值(0-1) |
| returnRateT360Min / returnRateT360Max | number | 360天退货率(0-1) |
Sorting Options
排序选项
| Value | Meaning |
|---|---|
| unitsSoldT7 | Weekly units sold |
| searchVolumeT7 | Weekly search volume |
| demand | Demand score |
| avgPrice | Average price |
| maximumPrice | Maximum price |
| minimumPrice | Minimum price |
| productCount | Product count |
| searchConversionRateT7 | Weekly search conversion rate |
| clickConversionRateT7 | Weekly click conversion rate |
| searchVolumeGrowthT7 | Search volume growth rate |
| clickCountT7 | Weekly click count |
| clickCountT90 | 90-day click count |
| brandCount | Brand count |
| top5BrandsClickShare | Top 5 brands click share |
| top5ProductsClickShare | Top 5 products click share |
| newProductsLaunchedT180 | 180-day new products launched |
| successfulLaunchesT180 | 180-day successful launches |
| launchRateT180 | 180-day launch success rate |
| returnRateT360 | Annual return rate |
| clickConversionRateT90 | 90-day click conversion rate |
| searchConversionRateT90 | 90-day search conversion rate |
| searchVolumeT90 | 90-day search volume |
| unitsSoldT90 | 90-day units sold |
| unitsSoldGrowthT90 | 90-day sales growth rate |
| searchVolumeGrowthT90 | 90-day search volume growth rate |
| acos | Advertising cost of sales |
| profitRate50 | Profit margin at 50% organic sales |
| 取值 | 含义 |
|---|---|
| unitsSoldT7 | 周销量 |
| searchVolumeT7 | 周搜索量 |
| demand | 需求评分 |
| avgPrice | 平均价格 |
| maximumPrice | 最高价格 |
| minimumPrice | 最低价格 |
| productCount | 产品数量 |
| searchConversionRateT7 | 周搜索转化率 |
| clickConversionRateT7 | 周点击转化率 |
| searchVolumeGrowthT7 | 搜索量增长率 |
| clickCountT7 | 周点击量 |
| clickCountT90 | 90天点击量 |
| brandCount | 品牌数量 |
| top5BrandsClickShare | 头部5品牌点击占比 |
| top5ProductsClickShare | 头部5产品点击占比 |
| newProductsLaunchedT180 | 180天内发布的新品数量 |
| successfulLaunchesT180 | 180天内成功发布的新品数量 |
| launchRateT180 | 180天新品成功率 |
| returnRateT360 | 年度退货率 |
| clickConversionRateT90 | 90天点击转化率 |
| searchConversionRateT90 | 90天搜索转化率 |
| searchVolumeT90 | 90天搜索量 |
| unitsSoldT90 | 90天销量 |
| unitsSoldGrowthT90 | 90天销量增长率 |
| searchVolumeGrowthT90 | 90天搜索量增长率 |
| acos | 广告销售成本 |
| profitRate50 | 自然销量占比50%时的利润率 |
Usage Examples
使用示例
1. Basic niche exploration by keyword
Query niches related to "wireless earbuds" in the US market, sorted by weekly sales volume:
json
{
"keyword": "wireless earbuds",
"countryCode": "US",
"sortField": "unitsSoldT7",
"sortType": "desc"
}2. Low-competition niche discovery
Find niches for "yoga mat" where the top 5 brands hold less than 50% click share and brand count exceeds 20:
json
{
"keyword": "yoga mat",
"countryCode": "US",
"top5BrandsClickShareMax": 0.5,
"brandCountMin": 20,
"sortField": "demand",
"sortType": "desc"
}3. High-demand, high-conversion niches
Find niches for "phone case" with weekly search volume above 10000 and click conversion rate above 10%:
json
{
"keyword": "phone case",
"countryCode": "US",
"searchVolumeT7Min": 10000,
"clickConversionRateT7Min": 0.1,
"sortField": "searchVolumeT7",
"sortType": "desc"
}4. New product opportunity analysis
Find niches for "LED light" with high new product success rate (above 20%) and low return rate (below 5%):
json
{
"keyword": "LED light",
"countryCode": "US",
"launchRateT180Min": 0.2,
"returnRateT360Max": 0.05,
"sortField": "launchRateT180",
"sortType": "desc"
}5. Japanese market niche research
Explore niches related to headphones in Japan, sorted by demand score:
json
{
"keyword": "\u30d8\u30c3\u30c9\u30db\u30f3",
"countryCode": "JP",
"sortField": "demand",
"sortType": "desc"
}6. Price-range-specific niche analysis
Find niches for "backpack" with average price between $20 and $50 and low advertising saturation:
json
{
"keyword": "backpack",
"countryCode": "US",
"avgPriceMin": 20,
"avgPriceMax": 50,
"sponsoredProductsPercentageMax": 0.3,
"sortField": "unitsSoldT7",
"sortType": "desc"
}1. 基于关键词的基础细分市场探索
查询美国市场中与“wireless earbuds”相关的细分市场,按周销量排序:
json
{
"keyword": "wireless earbuds",
"countryCode": "US",
"sortField": "unitsSoldT7",
"sortType": "desc"
}2. 低竞争细分市场挖掘
寻找“yoga mat”相关细分市场中,头部5品牌点击占比低于50%且品牌数量超过20的市场:
json
{
"keyword": "yoga mat",
"countryCode": "US",
"top5BrandsClickShareMax": 0.5,
"brandCountMin": 20,
"sortField": "demand",
"sortType": "desc"
}3. 高需求、高转化率细分市场
寻找“phone case”相关细分市场中,周搜索量超过10000且点击转化率高于10%的市场:
json
{
"keyword": "phone case",
"countryCode": "US",
"searchVolumeT7Min": 10000,
"clickConversionRateT7Min": 0.1,
"sortField": "searchVolumeT7",
"sortType": "desc"
}4. 新品机会分析
寻找“LED light”相关细分市场中,新品成功率高于20%且退货率低于5%的市场:
json
{
"keyword": "LED light",
"countryCode": "US",
"launchRateT180Min": 0.2,
"returnRateT360Max": 0.05,
"sortField": "launchRateT180",
"sortType": "desc"
}5. 日本市场细分市场调研
探索日本市场中与耳机相关的细分市场,按需求评分排序:
json
{
"keyword": "\u30d8\u30c3\u30c9\u30db\u30f3",
"countryCode": "JP",
"sortField": "demand",
"sortType": "desc"
}6. 指定价格区间的细分市场分析
寻找“backpack”相关细分市场中,平均价格在20-50美元之间且广告饱和度较低的市场:
json
{
"keyword": "backpack",
"countryCode": "US",
"avgPriceMin": 20,
"avgPriceMax": 50,
"sponsoredProductsPercentageMax": 0.3,
"sortField": "unitsSoldT7",
"sortType": "desc"
}Display Rules
展示规则
- Present data clearly: Show query results in well-structured tables. Convert decimal ratios to percentages for readability (e.g., 0.25 -> 25%).
- Highlight key metrics: Always surface the niche title, demand score, weekly search volume, weekly sales, brand count, and top 5 brands click share as primary columns.
- Translate niche titles: When the field is present and the user prefers Chinese, show it alongside the original
translationZh.nicheTitle - Pagination guidance: When exceeds the current page size, inform the user of the total count and suggest fetching additional pages if needed.
total - Error handling: When a query fails, explain the reason based on the response message and suggest adjusting filter criteria (e.g., broadening ranges or checking the keyword).
- CPC display: When CPC data is present, show all three tiers (low, medium, high) to give a complete advertising cost picture.
- No subjective advice: Present data objectively without adding unsolicited business recommendations. Only provide interpretation when explicitly requested by the user.
- 清晰呈现数据:以结构清晰的表格展示查询结果。将小数比例转换为百分比以提升可读性(例如,0.25 → 25%)。
- 突出关键指标:始终将细分市场标题、需求评分、周搜索量、周销量、品牌数量、头部5品牌点击占比作为核心列展示。
- 翻译细分市场标题:当存在字段且用户偏好中文时,需将其与原始
translationZh一同展示。nicheTitle - 分页指引:当(总结果数)超过当前页容量时,告知用户总数量,并建议按需获取更多页面。
total - 错误处理:当查询失败时,根据响应信息说明原因,并建议调整筛选条件(例如,扩大范围或检查关键词)。
- CPC展示:当存在CPC数据时,需展示低、中、高三个层级,以呈现完整的广告成本情况。
- 不提供主观建议:客观呈现数据,不主动提供商业建议。仅在用户明确要求时进行解读。
Important Limitations
重要限制
- Supported marketplaces: Only US, JP, and DE are available. Other marketplace codes will be rejected.
- Keyword required: Every query must include a keyword. The API will not return results without one.
- Result cap: Maximum 100 results per page.
- Percentage values: All rate/share parameters use 0-1 range, not 0-100. Ensure correct values when constructing filters.
- 支持站点:仅支持美国(US)、日本(JP)和德国(DE)站点,其他站点代码将被拒绝。
- 必填关键词:每次查询必须包含关键词,无关键词时API不会返回结果。
- 结果上限:每页最多返回100条结果。
- 百分比数值:所有比率/占比参数采用0-1范围,而非0-100。构建筛选条件时需确保数值正确。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Niche-level market segment analysis by keyword:
| User Says | Scenario |
|---|---|
| "Is there opportunity in the XX market" | Niche opportunity assessment |
| "How competitive is XX keyword" | Monopoly / brand concentration |
| "Find low-competition niches for XX" | Blue ocean niche discovery |
| "What's the new product success rate for XX" | New entrant viability |
| "Show me niche data for XX" | General niche exploration |
| "Which XX niches have high demand" | Demand-driven niche ranking |
| "What's the CPC / ad cost for XX niches" | Advertising cost analysis |
| "Find niches with high conversion for XX" | Conversion-optimized segments |
| "Brand concentration in XX market" | Brand dominance assessment |
Not applicable -- Needs beyond niche-level segment data:
- Individual ASIN performance or sales estimation
- Search term ranking trends (use ABA data tools instead)
- Advertising campaign management or bid optimization
- Product review analysis or listing optimization
- Supplier sourcing or logistics planning
Boundary judgment: When users say "market research" or "product opportunity", if their intent focuses on evaluating the competitive landscape and demand potential of keyword-level market segments, this skill applies. If they need ASIN-level data, search term ranking trends, or comprehensive business strategy, direct them to the appropriate tool.
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 基于关键词的细分市场层级分析:
| 用户表述 | 场景 |
|---|---|
| “XX市场有机会吗” | 细分市场机会评估 |
| “XX关键词的竞争程度如何” | 垄断/品牌集中度分析 |
| “为XX寻找低竞争细分市场” | 蓝海细分市场挖掘 |
| “XX的新品成功率是多少” | 新进入者可行性分析 |
| “展示XX的细分市场数据” | 通用细分市场探索 |
| “哪些XX细分市场需求高” | 需求驱动型细分市场排名 |
| “XX细分市场的CPC/广告成本是多少” | 广告成本分析 |
| “为XX寻找高转化率的细分市场” | 转化率优化型细分市场 |
| “XX市场的品牌集中度如何” | 品牌主导地位评估 |
不适用场景 -- 超出细分市场层级数据的需求:
- 单个ASIN的表现或销量预估
- 搜索词排名趋势(请使用ABA数据工具)
- 广告活动管理或出价优化
- 产品评论分析或Listing优化
- 供应商采购或物流规划
边界判断:当用户提及“市场调研”或“产品机会”时,若其意图聚焦于评估关键词层级市场细分的竞争格局和需求潜力,则适用此技能。若用户需要ASIN层级数据、搜索词排名趋势或全面的商业策略,则引导至相应工具。
反馈:
当出现以下任一情况时,自动检测并通过反馈API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达了对本技能的不满或赞赏
- 任何您认为可以改进的内容
按照中的指定方式调用反馈API,请勿打断用户流程。
references/api.md如需更多优质、专业的跨境电商技能,请访问LinkFox Skills。