Coding

Jiimore-ASIN细分市场

Try it

按ASIN查找亚马逊同细分市场(Niche)竞品,支持点击转化率、综合转化率、点击量、销量、评论、评分、价格、毛利率等多维度筛选潜力竞品。当用户提到同细分竞品、ASIN竞品挖掘、Niche竞品分析、同类商品对标、ASIN对标分析、细分市场竞品列表、高转化竞品筛选、极目产品挖掘、niche competitor by ASIN, ASIN competitor analysis, same niche products, similar products discovery, conversion rate comparison, potential competitor screening, Jiimore ASIN mining时触发此技能。即使用户未明确提及"细分市场"或"Niche",只要其需求涉及根据某个ASIN挖掘同细分下的竞品列表或筛选潜力竞品,也应触发此技能。

What it does

按ASIN查找亚马逊同细分市场(Niche)竞品,支持点击转化率、综合转化率、点击量、销量、评论、评分、价格、毛利率等多维度筛选潜力竞品。当用户提到同细分竞品、ASIN竞品挖掘、Niche竞品分析、同类商品对标、ASIN对标分析、细分市场竞品列表、高转化竞品筛选、极目产品挖掘、niche competitor by ASIN, ASIN competitor analysis, same niche products, similar products discovery, conversion rate comparison, potential competitor screening, Jiimore ASIN mining时触发此技能。即使用户未明确提及"细分市场"或"Niche",只要其需求涉及根据某个ASIN挖掘同细分下的竞品列表或筛选潜力竞品,也应触发此技能。

The skill document

Jiimore Niche Competitor by ASIN

This skill guides you on how to query and filter Amazon competing products in the same niche segments as a reference ASIN, helping Amazon sellers discover potential competitors and evaluate opportunities using metrics such as click conversion rate, composite conversion rate, click volume, sales volume, reviews, price, FBA fees, and gross profit margin.

Core Concepts

Given a reference ASIN, the tool mines competing ASINs that share the same niche segments on Amazon and returns a paginated list with rich metrics: click conversion rate, composite conversion rate, click counts (7-day/30-day/90-day), sales volume, pricing, FBA fees, gross profit margin, customer rating, and 90-day trend data. Data is available for US, JP, and DE marketplaces only.

ASIN is required: Every query must include a reference asin. The tool finds products that share the same niche segments as this ASIN and returns them with detailed metrics.

Percentage fields: Several parameters use a 0-1 decimal range representing 0%-100%. When displaying these values to users, convert them to percentages (e.g., 0.15 -> 15%).

Date format: Launch date parameters use the format yyyyMMdd000000 (e.g., 20240101000000 for January 1, 2024).

Parameter Guide

Required

ParameterTypeDescription
asinstringReference ASIN to find competing products for (max 1000 chars)

Marketplace & Pagination

ParameterTypeDefaultDescription
countryCodestringUSCountry code: US, JP, DE
pageinteger1Page number (starts from 1)
pageSizeinteger50Results per page (10-100)
sortFieldstringpurchasedClicksT360Field to sort by (see Sorting Options below)
sortTypestringdescSort direction: desc or asc

Filter Parameters (all optional, min/max ranges)

Price & FBA:

ParameterTypeDescription
priceMin / priceMaxnumberProduct price range
fbaFeeMin / fbaFeeMaxnumberFBA commission range
grossProfitMarginMin / grossProfitMarginMaxnumberGross profit margin range

Reviews & Ratings:

ParameterTypeDescription
totalReviewsMin / totalReviewsMaxintegerTotal review count range
customerRatingMin / customerRatingMaxnumberCustomer rating range (0.0-5.0)

Click Data (7-day):

ParameterTypeDescription
clickCountT7Min / clickCountT7MaxintegerWeekly click count range
clickCountGrowthT7Min / clickCountGrowthT7MaxnumberWeekly click growth rate (0-1)
clickConversionRateMin / clickConversionRateMaxnumberClick conversion rate (0-1)

Click Data (30-day):

ParameterTypeDescription
clickCountT30Min / clickCountT30MaxintegerMonthly click count range
clickCountGrowthT30Min / clickCountGrowthT30MaxnumberMonthly click growth rate (0-1)

Composite Conversion:

ParameterTypeDescription
clickConversionRateCompositeMin / clickConversionRateCompositeMaxnumberComposite click conversion rate (0-1)

Sales & Launch Date:

ParameterTypeDescription
salesVolumeT360Min / salesVolumeT360Maxinteger360-day sales volume range
launchDateMin / launchDateMaxstringLaunch date range (format: yyyyMMdd000000)

Niche & Seller:

ParameterTypeDescription
nicheCountMin / nicheCountMaxintegerNumber of niches the product belongs to
sellerCountrystringSeller country code(s), comma-separated (e.g., "CN,US")

Sorting Options

ValueMeaning
purchasedClicksT360360-day purchased clicks (default)
totalReviewsTotal reviews
pricePrice
launchDateLaunch date
clickCountT3030-day click count
clickCountT9090-day click count
clickCountT77-day click count
clickConversionRateClick conversion rate
clickConversionRateCompositeComposite click conversion rate
customerRatingCustomer rating
clickCountGrowthT7Weekly click growth rate
clickCountGrowthT30Monthly click growth rate
currentPriceCurrent price
fbaFeeFBA commission
shippingFeeFBA shipping fee
gpmGross profit margin

调用方式

  • API 端点POST /jiimore/pageAsinsByAsin(完整参数/响应/错误码见 references/api.md
  • Python 脚本python scripts/jiimore_page_asins_by_asin.py '' [--inline]
  • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

输出策略(脚本默认行为)

  • 始终将完整响应写入 /linkfox///data/linkfox-jiimore-page-asins-by-asin-.json 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
  • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
  • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
  • --inline 强制全量打印到 stdout(同样落盘)

读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

解决认证和积分问题

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

异常情况

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

Usage Examples

1. Basic competitor lookup by ASIN Find competing products for a reference ASIN in the US market:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "sortField": "purchasedClicksT360",
  "sortType": "desc"
}

2. High-conversion competitors Find competitors with composite conversion rate above 15%:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "clickConversionRateCompositeMin": 0.15,
  "sortField": "clickConversionRateComposite",
  "sortType": "desc"
}

3. New product opportunities Find recently launched competitors (within 3 months) with high click growth:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "launchDateMin": "20240101000000",
  "clickCountGrowthT7Min": 0.1,
  "sortField": "clickCountGrowthT7",
  "sortType": "desc"
}

4. Price-range filtered competitors Find competitors priced between $20 and $50 with good gross margins:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "priceMin": 20,
  "priceMax": 50,
  "grossProfitMarginMin": 0.3,
  "sortField": "gpm",
  "sortType": "desc"
}

5. High-click low-review competitors (potential weak spots) Find competitors with monthly clicks above 2000 but fewer than 100 reviews:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "clickCountT30Min": 2000,
  "totalReviewsMax": 100,
  "sortField": "clickCountT30",
  "sortType": "desc"
}

6. Japanese market competitor analysis Explore competitors in the Japanese market sorted by rating:

{
  "asin": "B0GC4RPX79",
  "countryCode": "JP",
  "sortField": "customerRating",
  "sortType": "desc"
}

7. Chinese sellers in the same niche Filter competitors by seller country (China) with high sales volume:

{
  "asin": "B0GC4RPX79",
  "countryCode": "US",
  "sellerCountry": "CN",
  "salesVolumeT360Min": 1000,
  "sortField": "purchasedClicksT360",
  "sortType": "desc"
}

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 ASIN, product title, price, customer rating, click conversion rate (composite), click counts, total reviews, and gross profit margin as primary columns.
  3. Show niche context: When the niches field is present, display the top niche titles and demand scores to give context about which market segments the product competes in.
  4. Trends visualization: When trends data is available, summarize the 90-day trend direction (rising/falling/stable) for key metrics like clicks and pricing.
  5. Pagination guidance: When total exceeds the current page size, inform the user of the total count and suggest fetching additional pages if needed.
  6. 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).
  7. No subjective advice: Present data objectively without adding unsolicited business recommendations. Only provide interpretation when explicitly requested by the user.

Important Limitations

  • Supported marketplaces: Only US, JP, and DE are available. Other marketplace codes will be rejected.
  • ASIN required: Every query must include a reference ASIN. 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.
  • Date format: Launch date parameters must use yyyyMMdd000000 format.

User Expression & Scenario Quick Reference

Applicable -- Finding competing products based on a reference ASIN:

User SaysScenario
"Find competitors for ASIN B0GC4RPX79"Direct competitor lookup
"What products compete with this ASIN"Same-niche competitor exploration
"Show me similar products in the same niche"Niche competitor discovery
"High-conversion competitors for my product"Conversion-based competitor filtering
"New products competing in my niche"New entrant identification
"Which Chinese sellers compete with this ASIN"Seller-origin based filtering
"Find low-review high-click products like mine"Opportunity gap analysis
"Competitor pricing analysis for ASIN XX"Price-focused competitor analysis

Not applicable -- Needs beyond ASIN-based same-niche competitor discovery:

  • Keyword-level niche market analysis (use Jiimore Niche Info by Keyword instead)
  • Individual ASIN revenue or profit estimation
  • ABA search term data / keyword research
  • Advertising campaign management or bid optimization
  • Product review analysis or listing optimization
  • Supplier sourcing or logistics planning

Boundary judgment: When users say "competitor analysis" or "similar products," if their intent focuses on finding products that compete in the same niche as a specific ASIN, this skill applies. If they want keyword-level market segment data, direct them to Jiimore Niche Info by Keyword. If they need detailed product data for a single ASIN, direct them to Amazon Product Detail.

积分消耗规则

消耗 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.

Related skills

按商品 ASIN 深度分析亚马逊细分市场,涵盖垄断程度、品牌集中度、新品成功率和市场机会评分。当用户提到按ASIN分析细分市场、ASIN市场调研、ASIN所属Niche查询、垄断评估、品牌集中度分析、新品成功率、市场需求评分、竞争格局、亚马逊子市场探索、ASIN niche analysis, niche by ASIN, monopoly level, brand concentration, new product success rate, market opportunity score, competitive landscape, Jiimore data时触发此技能。即使用户未明确提及"细分市场"或"ASIN",只要其需求涉及根据某个商品ASIN评估其所在细分市场的竞争格局、品牌密度或机会潜力,也应触发此技能。

按关键词深度分析亚马逊细分市场,涵盖垄断程度、品牌集中度、新品成功率和市场机会评分。当用户提到细分市场分析、关键词市场调研、垄断评估、品牌集中度分析、新品成功率、市场需求评分、竞争格局、亚马逊子市场探索、niche market analysis, keyword market, monopoly level, brand concentration, new product success rate, market opportunity score, competitive landscape, Jiimore data时触发此技能。即使用户未明确提及"细分市场",只要其需求涉及评估某个关键词维度的亚马逊市场竞争格局、品牌密度或机会潜力,也应触发此技能。

1 installs

查询并分析极目数据的亚马逊细分市场洞察,包括市场指标、买家评论、竞争格局、价格走势和增长趋势。当用户提到细分市场分析、市场洞察、细分市场数据、市场竞争分析、品牌集中度、新品上架成功率、断货率、价格趋势、评论洞察、市场需求评分、niche market insights, market metrics, competition analysis, price trends, growth trends, Jiimore data, market intelligence, out-of-stock rate时触发此技能。即使用户未明确提及"极目"或"细分市场",只要其需求涉及通过市场ID查询特定亚马逊细分市场的市场级情报,也应触发此技能。

1 installs1 stars

使用卖家精灵数据在亚马逊上查找和分析竞品,覆盖12个站点,包含销量、BSR、定价、评分和增长趋势等商品指标。当用户提到竞品查询、竞品分析、ASIN反查、竞争商品研究、查找相似商品、市场竞品发现、商品对标、竞品销量估算、分析竞争Listing、competitor analysis, ASIN reverse lookup, competitor sales, competitor research, SellerSprite, market competitor discovery, competitor trends时触发此技能。即使用户未明确提及"卖家精灵"或"竞品查询",只要其需求涉及通过ASIN、关键词、卖家名称、品牌或品类发现和分析亚马逊竞品,也应触发此技能。

亚马逊细分市场评论分析与消费者情感洞察。当用户提到细分市场评论分析、消费者情感、用户痛点、客户反馈洞察、评论主题分析、好评差评拆解、细分市场舆情挖掘、产品评论情感分析、niche market reviews, consumer sentiment, customer pain points, review topic analysis, positive/negative reviews, opinion mining, Jiimore data时触发此技能。即使用户未明确提及"细分市场评论",只要其需求涉及分析亚马逊细分市场中的消费者评论或理解细分市场层面的客户情感,也应触发此技能。

1 installs

输入ASIN+站点,端到端完成竞品筛选(三路径算法:标品/非标品/混合)→全量数据采集(Keepa+卖家精灵+ABA+AIGC四源并行)→8维度横向对比(销量趋势/市场份额/Deal冲击/稳定性/季节性/BSR动量/价格弹性/功能参数)→A+与商品图AIGC分析→11章HTML深度报告。

1 installs