linkfox-jiimore-get-niche-info-by-asin

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Jiimore Niche Info by ASIN

Jiimore Niche Info by ASIN

This skill guides you on how to query and analyze Amazon niche market data by a reference ASIN, helping Amazon sellers evaluate market segments for competitive intensity, brand maturity, pricing structure, and entry opportunity.
本技能指导您如何通过参考ASIN查询和分析亚马逊细分市场(niche)数据,帮助亚马逊卖家评估细分市场的竞争强度、品牌成熟度、定价结构以及进入机会。

调用方式

调用方式

  • API 端点
    POST /jiimore/getNicheInfoByAsin
    (完整参数/响应/错误码见
    references/api.md
  • Python 脚本
    python scripts/jiimore_get_niche_info_by_asin.py '<JSON 参数>' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换 ASIN、改国家或放宽筛选连续试探;需要继续检索时先向用户说明会产生额外消耗。
输出策略(脚本默认行为)
  • 始终将完整响应写入
    <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-jiimore-get-niche-info-by-asin-<timestamp>.json
    <cwd>
    为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;
    <session>
    取自环境变量
    SESSION_ID
    ,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如
    costToken
    、最大列表字段的长度 + 前 3 条样本)
  • --inline
    强制全量打印到 stdout(同样落盘)
读数据建议:先看摘要判断是否足够;需要具体字段时优先用
jq
ConvertFrom-Json
从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
  • API 端点
    POST /jiimore/getNicheInfoByAsin
    (完整参数/响应/错误码见
    references/api.md
  • Python 脚本
    python scripts/jiimore_get_niche_info_by_asin.py '<JSON 参数>' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认仅调用一次,脚本带有24小时本地缓存。失败/空结果不得自动更换ASIN、更改国家或放宽筛选条件连续试探;需要继续检索时,需先向用户说明会产生额外消耗。
输出策略(脚本默认行为)
  • 始终将完整响应写入
    <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-jiimore-get-niche-info-by-asin-<timestamp>.json
    <cwd>
    为脚本执行时的工作目录,在Claude Code中即当前项目目录;
    <session>
    取自环境变量
    SESSION_ID
    ,按用户任务自动聚合;禁止写入 /tmp,若当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如
    costToken
    、最大列表字段的长度 + 前 3 条样本)
  • --inline
    强制全量打印到 stdout(同样落盘)
读数据建议:先看摘要判断是否足够;需要具体字段时优先用
jq
ConvertFrom-Json
从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

解决认证和积分问题

发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
出现以下异常情况时,采用 references/onboarding.md 引导解决问题:

异常情况

异常情况

  • 未配置API Key:环境变量未配置
    LINKFOX_AGENT_API_KEY
    ,也未配置
    LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。
  • 未配置API Key:环境变量未配置
    LINKFOX_AGENT_API_KEY
    ,也未配置
    LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

Core Concepts

核心概念

A niche (sub-market segment) is a grouping of products that share a common keyword theme on Amazon. Given a reference ASIN, this tool finds the niche segments that ASIN belongs to and returns rich analytical dimensions for each, 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.
ASIN is required: Every query must include an
asin
. The tool locates the niche segments associated with that ASIN and returns them with detailed metrics. Use this when the user already has a specific product (ASIN) in hand and wants to understand the market segments it competes in — as opposed to keyword-driven niche discovery.
Percentage 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
demand
field is a composite opportunity score assigned to each niche. A higher value indicates greater market demand potential.
Niche(细分市场)是亚马逊上具有共同关键词主题的产品群组。给定一个参考ASIN,本工具会找到该ASIN所属的细分市场,并返回每个细分市场的丰富分析维度,包括搜索量、销量、点击率、品牌数量、头部品牌集中度、新品发布成功率、CPC预估以及综合需求评分。数据支持USJPDE站点。
必须提供ASIN:每次查询都必须包含
asin
。工具会定位与该ASIN关联的细分市场,并返回详细指标。当用户手中已有特定产品(ASIN),想要了解其竞争的细分市场时使用本工具——这与基于关键词的细分市场发现不同。
百分比字段:多个参数和响应字段使用0-1的小数范围表示0%-100%。向用户展示这些值时,需转换为百分比(例如:0.35 -> 35%)。
需求评分
demand
字段是为每个细分市场分配的综合机会评分。数值越高,表明市场需求潜力越大。

Parameter Guide

参数指南

Required

必填参数

ParameterTypeDescription
asinstringReference product ASIN. The tool finds niche segments associated with this ASIN.
参数类型描述
asinstring参考产品ASIN。工具会找到与该ASIN关联的细分市场。

Marketplace & Count

站点与数量

ParameterTypeDefaultDescription
countryCodestringUSCountry code: US, JP, DE
countinteger10Number of niche segments to return
参数类型默认值描述
countryCodestringUS国家代码:US, JP, DE
countinteger10返回的细分市场数量

Filter Parameters (all optional, min/max ranges)

筛选参数(均为可选,支持最小/最大值范围)

Product & Pricing:
ParameterTypeDescription
productCountMin / productCountMaxintegerProduct count range
avgPriceMin / avgPriceMaxnumberAverage price range
Search & Sales (7-day):
ParameterTypeDescription
searchVolumeT7Min / searchVolumeT7MaxintegerWeekly search volume range
unitsSoldT7Min / unitsSoldT7MaxintegerWeekly units sold range
clickCountT7Min / clickCountT7MaxintegerWeekly click count range
clickConversionRateT7Min / clickConversionRateT7MaxnumberWeekly click conversion rate (0-1)
Brand Metrics:
ParameterTypeDescription
brandCountMin / brandCountMaxintegerNumber of brands in niche
top5BrandsClickShareMin / top5BrandsClickShareMaxnumberTop 5 brands click share (0-1)
avgBrandAgeMin / avgBrandAgeMaxnumberAverage brand age (current)
avgBrandAgeQoqMin / avgBrandAgeQoqMaxnumberAverage brand age (90-day)
avgBrandAgeYoyMin / avgBrandAgeYoyMaxnumberAverage brand age (360-day)
Seller Metrics:
ParameterTypeDescription
avgSellingPartnerAgeMin / avgSellingPartnerAgeMaxnumberAverage seller age (current)
avgSellingPartnerAgeQoqMin / avgSellingPartnerAgeQoqMaxnumberAverage seller age (90-day)
avgSellingPartnerAgeYoyMin / avgSellingPartnerAgeYoyMaxnumberAverage seller age (360-day)
Competition & Advertising:
ParameterTypeDescription
top5ProductsClickShareMin / top5ProductsClickShareMaxnumberTop 5 products click share (0-1)
sponsoredProductsPercentageMin / sponsoredProductsPercentageMaxnumberSP ad percentage (0-1)
cpcMediumMin / cpcMediumMaxnumberCPC median value range
New Product & Returns:
ParameterTypeDescription
launchRateT180Min / launchRateT180Maxnumber180-day new product success rate (0-1)
returnRateT360Min / returnRateT360Maxnumber360-day return rate (0-1)
产品与定价:
参数类型描述
productCountMin / productCountMaxinteger产品数量范围
avgPriceMin / avgPriceMaxnumber平均价格范围
搜索与销量(7天):
参数类型描述
searchVolumeT7Min / searchVolumeT7Maxinteger周搜索量范围
unitsSoldT7Min / unitsSoldT7Maxinteger周销量范围
clickCountT7Min / clickCountT7Maxinteger周点击量范围
clickConversionRateT7Min / clickConversionRateT7Maxnumber周点击率范围(0-1)
品牌指标:
参数类型描述
brandCountMin / brandCountMaxinteger细分市场中的品牌数量
top5BrandsClickShareMin / top5BrandsClickShareMaxnumber头部5个品牌的点击占比(0-1)
avgBrandAgeMin / avgBrandAgeMaxnumber平均品牌年龄(当前)
avgBrandAgeQoqMin / avgBrandAgeQoqMaxnumber平均品牌年龄(90天)
avgBrandAgeYoyMin / avgBrandAgeYoyMaxnumber平均品牌年龄(360天)
卖家指标:
参数类型描述
avgSellingPartnerAgeMin / avgSellingPartnerAgeMaxnumber平均卖家年龄(当前)
avgSellingPartnerAgeQoqMin / avgSellingPartnerAgeQoqMaxnumber平均卖家年龄(90天)
avgSellingPartnerAgeYoyMin / avgSellingPartnerAgeYoyMaxnumber平均卖家年龄(360天)
竞争与广告:
参数类型描述
top5ProductsClickShareMin / top5ProductsClickShareMaxnumber头部5个产品的点击占比(0-1)
sponsoredProductsPercentageMin / sponsoredProductsPercentageMaxnumberSP广告占比(0-1)
cpcMediumMin / cpcMediumMaxnumberCPC中位数范围
新品与退货:
参数类型描述
launchRateT180Min / launchRateT180Maxnumber180天新品成功率(0-1)
returnRateT360Min / returnRateT360Maxnumber360天退货率(0-1)

Usage Examples

使用示例

1. Basic niche exploration by ASIN Find the niche segments associated with ASIN
B0D9NWVC6Z
in the US market:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "count": 10
}
2. Low-competition niche filtering by ASIN Find niches for an ASIN where the top 5 brands hold less than 50% click share and brand count exceeds 20:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "count": 20,
  "top5BrandsClickShareMax": 0.5,
  "brandCountMin": 20
}
3. High-demand, high-conversion niches by ASIN Find niches for an ASIN with weekly search volume above 10000 and click conversion rate above 10%:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "searchVolumeT7Min": 10000,
  "clickConversionRateT7Min": 0.1
}
4. New product opportunity analysis by ASIN Find niches for an ASIN with high new product success rate (above 20%) and low return rate (below 5%):
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "launchRateT180Min": 0.2,
  "returnRateT360Max": 0.05
}
5. Japanese market niche research by ASIN Explore niches associated with an ASIN in the Japan market:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "JP",
  "count": 10
}
6. Price-range-specific niche analysis by ASIN Find niches for an ASIN with average price between $20 and $50 and low advertising saturation:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "avgPriceMin": 20,
  "avgPriceMax": 50,
  "sponsoredProductsPercentageMax": 0.3
}
1. 基于ASIN的基础细分市场探索 查找美国站点中ASIN
B0D9NWVC6Z
所属的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "count": 10
}
2. 基于ASIN筛选低竞争细分市场 查找ASIN所属细分市场中头部5个品牌点击占比低于50%且品牌数量超过20的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "count": 20,
  "top5BrandsClickShareMax": 0.5,
  "brandCountMin": 20
}
3. 基于ASIN筛选高需求、高转化细分市场 查找ASIN所属细分市场中周搜索量超过10000且点击率超过10%的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "searchVolumeT7Min": 10000,
  "clickConversionRateT7Min": 0.1
}
4. 基于ASIN的新品机会分析 查找ASIN所属细分市场中新品成功率高于20%且退货率低于5%的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "launchRateT180Min": 0.2,
  "returnRateT360Max": 0.05
}
5. 基于ASIN的日本站点细分市场调研 探索日本站点中某ASIN所属的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "JP",
  "count": 10
}
6. 基于ASIN的特定价格区间细分市场分析 查找ASIN所属细分市场中平均价格在20美元至50美元之间且广告饱和度较低的细分市场:
json
{
  "asin": "B0D9NWVC6Z",
  "countryCode": "US",
  "avgPriceMin": 20,
  "avgPriceMax": 50,
  "sponsoredProductsPercentageMax": 0.3
}

Display Rules

展示规则

  1. Present data clearly: Show query results in well-structured tables. Convert decimal ratios to percentages for readability (e.g., 0.25 -> 25%).
  2. 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.
  3. Translate niche titles: When the
    translationZh
    field is present and the user prefers Chinese, show it alongside the original
    nicheTitle
    .
  4. Empty result handling: When the response indicates no matching niche info (errcode 10000), explain that no niches matched the filters and suggest broadening ranges or verifying the ASIN.
  5. 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 ASIN/country).
  6. CPC display: When CPC data is present, show all three tiers (low, medium, high) to give a complete advertising cost picture.
  7. No subjective advice: Present data objectively without adding unsolicited business recommendations. Only provide interpretation when explicitly requested by the user.
  1. 清晰呈现数据:使用结构清晰的表格展示查询结果。将小数比例转换为百分比以提升可读性(例如:0.25 -> 25%)。
  2. 突出关键指标:始终将细分市场标题、需求评分、周搜索量、周销量、品牌数量和头部5个品牌点击占比作为核心列展示。
  3. 细分市场标题翻译:当存在
    translationZh
    字段且用户偏好中文时,将其与原始
    nicheTitle
    一同展示。
  4. 空结果处理:当响应显示无匹配细分市场信息(错误码10000)时,说明没有符合筛选条件的细分市场,并建议放宽范围或验证ASIN。
  5. 错误处理:当查询失败时,根据响应消息解释原因,并建议调整筛选条件(例如:放宽范围或检查ASIN/国家代码)。
  6. CPC展示:当存在CPC数据时,展示全部三个层级(低、中、高),以呈现完整的广告成本情况。
  7. 不提供主观建议:客观呈现数据,不主动添加商业建议。仅在用户明确请求时提供解读。

Important Limitations

重要限制

  • Supported marketplaces: Only US, JP, and DE are available. Other marketplace codes will be rejected.
  • ASIN required: Every query must include an ASIN. The API will not return results without one.
  • No pagination/sorting: This endpoint returns a fixed number of niches via
    count
    (default 10); it does not expose page/pageSize/sort parameters. Use the keyword-based niche skill when sorting or deeper pagination is needed.
  • Percentage values: All rate/share parameters use 0-1 range, not 0-100. Ensure correct values when constructing filters.
  • 支持的站点:仅支持US、JP和DE站点。其他站点代码将被拒绝。
  • 必须提供ASIN:每次查询都必须包含ASIN。无ASIN时API不会返回结果。
  • 无分页/排序功能:该端点通过
    count
    参数返回固定数量的细分市场(默认10个);不提供页码/每页数量/排序参数。当需要排序或深度分页时,请使用基于关键词的细分市场技能。
  • 百分比值:所有比率/占比参数使用0-1范围,而非0-100。构建筛选条件时请确保使用正确的值。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Niche-level market segment analysis driven by a reference ASIN:
User SaysScenario
"Which niches does this ASIN belong to"ASIN-to-niche mapping
"Analyze the market for ASIN XXXXX"ASIN-driven niche assessment
"How competitive is the niche this product is in"Monopoly / brand concentration by ASIN
"Find low-competition niches for this ASIN"Blue ocean segment filtering
"What's the new product success rate for this ASIN's niches"New entrant viability
"Show me niche data for this product"General niche exploration by ASIN
"What's the CPC / ad cost for this ASIN's niches"Advertising cost analysis
"Brand concentration in this ASIN's market"Brand dominance assessment
Not applicable -- Needs beyond ASIN-driven niche segment data:
  • Keyword-driven niche discovery (use the keyword-based niche skill instead)
  • 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
Boundary judgment: When users say "market research" or "product opportunity" while holding a specific ASIN, if their intent focuses on evaluating the competitive landscape and demand potential of the niche segments that ASIN competes in, this skill applies. If they need keyword-driven discovery, ASIN-level sales estimates, or comprehensive business strategy, direct them to the appropriate tool.
适用场景 -- 基于参考ASIN的细分市场层级分析:
用户表述场景
"这个ASIN属于哪些细分市场"ASIN到细分市场的映射
"分析ASIN XXXXX的市场情况"基于ASIN的细分市场评估
"这款产品所在的细分市场竞争有多激烈"基于ASIN的垄断/品牌集中度分析
"为这个ASIN寻找低竞争的细分市场"蓝海市场筛选
"这个ASIN所属细分市场的新品成功率是多少"新进入者可行性分析
"展示这款产品的细分市场数据"基于ASIN的通用细分市场探索
"这个ASIN所属细分市场的CPC/广告成本是多少"广告成本分析
"这个ASIN所在市场的品牌集中度如何"品牌主导地位评估
不适用场景 -- 超出基于ASIN的细分市场数据需求:
  • 基于关键词的细分市场发现(请使用基于关键词的细分市场技能)
  • 单个ASIN的表现或销量预估
  • 搜索词排名趋势(请使用ABA数据工具)
  • 广告活动管理或出价优化
  • 产品评论分析或Listing优化
边界判断:当用户手持特定ASIN提及“市场调研”或“产品机会”时,若其意图聚焦于评估该ASIN竞争的细分市场的竞争格局和需求潜力,则适用本技能。若用户需要基于关键词的发现、ASIN层级的销量预估或全面的商业策略,则引导其使用相应工具。

积分消耗规则

积分消耗规则

消耗 9 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
Call the feedback API as specified in
references/api.md
. Do not interrupt the user's flow.

For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
消耗 9 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
反馈:
当出现以下任一情况时,通过反馈API自动检测并提交反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果不符合用户意图
  3. 用户表达了对本技能的不满或赞扬
  4. 任何您认为可以改进的地方
按照
references/api.md
中的说明调用反馈API。请勿中断用户流程。

如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills