文档

FastMoss-TikTok热销榜

试用

通过FastMoss数据查询TikTok全球电商市场的热销商品排行榜,支持按日/周/月维度和类目维度分析。当用户提到TikTok热销榜、TikTok爆品排行、TikTok销量排行、TikTok GMV排名、TikTok类目热销、TikTok选品周报、TikTok top-selling rankings, TikTok bestseller charts, TikTok GMV ranking, TikTok category hot sellers, TikTok weekly product report, FastMoss时触发此技能。即使用户未明确提及"FastMoss",只要其需求涉及查看TikTok平台的热销排行榜或按时间维度的销售排名,也应触发此技能。

它能做什么

通过FastMoss数据查询TikTok全球电商市场的热销商品排行榜,支持按日/周/月维度和类目维度分析。当用户提到TikTok热销榜、TikTok爆品排行、TikTok销量排行、TikTok GMV排名、TikTok类目热销、TikTok选品周报、TikTok top-selling rankings, TikTok bestseller charts, TikTok GMV ranking, TikTok category hot sellers, TikTok weekly product report, FastMoss时触发此技能。即使用户未明确提及"FastMoss",只要其需求涉及查看TikTok平台的热销排行榜或按时间维度的销售排名,也应触发此技能。

技能文档

FastMoss - TikTok Top Selling Rankings

This skill guides you on how to query and analyze the TikTok top selling product rankings via the FastMoss data source, helping cross-border e-commerce sellers identify hot-selling products across TikTok's global markets by day, week, or month.

Core Concepts

The TikTok Top Selling Ranking tracks the best-performing products on TikTok Shop across 9 global markets. It reveals which products are leading in sales volume, GMV, and growth rate over configurable time windows (daily, weekly, monthly). This is an essential tool for product scouting, trend analysis, and competitive intelligence in TikTok e-commerce.

Data scope: The ranking covers 9 TikTok Shop markets and supports three time granularities — day, week, and month — via the dateInfo parameter. Each product entry includes sales volume, GMV, growth rate, commission rate, shop information, category, and more.

dateInfo format is important:

  • type: "day" -> value: "2025-02-01" (YYYY-MM-DD)
  • type: "week" -> value: "2025-18" (year-weekNumber)
  • type: "month" -> value: "2025-02" (year-month)

Pagination: Results are paginated. Use page (page number, starting from 1) and pageSize (items per page, max 10, default 10) to navigate through the result set.

Parameter Guide

ParameterTypeRequiredDescription
regionstringYesMarket region code (US, GB, MX, ES, ID, VN, MY, TH, PH)
dateInfoobjectYesDate specification with type (day/week/month) and value (see format above)
categorystringNoCategory name in English, matched to TikTok category ID. Non-English input should be translated first
orderbyobjectNoSorting: field (units_sold/gmv/total_units_sold/total_gmv/growth_rate) + order (desc/asc). Default: desc
pageintegerNoPage number, default 1
pageSizeintegerNoItems per page, max 10, default 10

Supported Markets

CodeMarket
USUnited States
GBUnited Kingdom
MXMexico
ESSpain
IDIndonesia
VNVietnam
MYMalaysia
THThailand
PHPhilippines

Default market is US. Use US when the user does not specify a market.

调用方式

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

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

  • 始终将完整响应写入 /linkfox///data/linkfox-fastmoss-product-rank-top-selling-.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. Today's top selling products in the US (daily) Query the US market for a specific day to see which products lead in sales.

region: "US", dateInfo: {"type": "day", "value": "2026-04-15"}

2. Weekly top sellers in the UK Check the UK market for weekly best-performing products.

region: "GB", dateInfo: {"type": "week", "value": "2026-15"}

3. Monthly GMV leaders in Southeast Asia Scout the Indonesian market for monthly top sellers sorted by GMV.

region: "ID", dateInfo: {"type": "month", "value": "2026-03"}, orderby: {"field": "gmv", "order": "desc"}

4. Category-specific ranking Find top selling products in a specific category.

region: "US", dateInfo: {"type": "day", "value": "2026-04-15"}, category: "Beauty"

Data Fields (Response)

FieldAPI NameDescription
Product TitletitleName of the product
Product IDproductIdUnique product identifier
RegionregionMarket region code
PricepriceProduct price
Min PriceminPriceLowest price
Max PricemaxPriceHighest price
CurrencycurrencyCurrency code
Total SalestotalSaleCntTotal units sold
1-Day SalestotalSale1dCntUnits sold in the last 1 day (when dateType=day)
7-Day SalestotalSale7dCntUnits sold in the last 7 days (when dateType=week)
30-Day SalestotalSale30dCntUnits sold in the last 30 days (when dateType=month)
Total GMVtotalSaleGmvAmtTotal gross merchandise value
1-Day GMVtotalSaleGmv1dAmtGMV in the last 1 day (when dateType=day)
7-Day GMVtotalSaleGmv7dAmtGMV in the last 7 days (when dateType=week)
30-Day GMVtotalSaleGmv30dAmtGMV in the last 30 days (when dateType=month)
Growth RategrowthRateSales growth rate (percentage)
Shop NameshopNameName of the seller's shop
Shop Total Units SoldshopTotalUnitsSoldTotal units sold by the shop
Shop Seller IDshopSellerIdUnique shop seller identifier
Category NamecategoryNameProduct category
Commission RateproductCommissionRateCommission rate in basis points (1000 = 10%)
Image URLimageUrlProduct image URL
Delisted StatusoffShelvesTextDelisted indicator ("是" = delisted, "否" = active)

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice
  2. Growth rate: Growth rate is in percentage -- show with % sign
  3. Commission rate: Commission rate is in basis points (1000 = 10%) -- convert to percentage for display
  4. Currency awareness: Always display currency alongside prices since different markets use different currencies
  5. dateInfo format: Validate and remind users of the correct format for the selected time granularity
  6. Delisted status: offShelvesText value "是" means delisted, "否" means active -- clarify this for users

Important Limitations

  • dateInfo is mandatory: Both type and value must be provided with specific format requirements
  • No keyword search: This tool does NOT support keyword search (use linkfox-fastmoss-product-search for that)
  • Max 10 items per page: The pageSize parameter cannot exceed 10
  • Data delay: Data has T+1 statistical delay

User Expression & Scenario Quick Reference

Applicable -- TikTok top selling product rankings and trend analysis:

User SaysScenario
"What are the top selling products on TikTok"Top selling ranking lookup
"TikTok bestsellers this week", "hot products on TikTok Shop"Weekly/daily ranking query
"TikTok GMV ranking", "highest revenue products on TikTok"GMV-based ranking
"TikTok category hot sellers", "top selling beauty products on TikTok"Category-specific ranking
"TikTok weekly product report", "monthly top sellers"Time-dimension analysis
"FastMoss top selling", "FastMoss ranking data"Direct data source reference
"Which products are growing fastest on TikTok"Growth rate sorted ranking

Not applicable -- Needs beyond TikTok top selling rankings:

  • Amazon product research or ABA keyword data
  • TikTok advertising / ad campaign management
  • TikTok content creation or video editing
  • Product reviews or listing copywriting
  • TikTok product keyword search (use linkfox-fastmoss-product-search instead)
  • Profit margin calculations or pricing strategy

Boundary judgment: When users say "product research" or "what's selling well", if the context clearly involves TikTok Shop or TikTok e-commerce rankings, this skill applies. If they are asking about Amazon, Shopify, or other platforms, it does not apply. If they want to search products by keyword rather than browse rankings, use linkfox-fastmoss-product-search instead.

积分消耗规则

消耗 11 积分。

用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

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, visit LinkFox Skills.

相关技能

基于FastMoss数据搜索和筛选TikTok全球电商商品,支持关键词搜索、多维度筛选(类目、店铺类型、佣金率、销量、达人数等)和排序。当用户提到TikTok选品、TikTok商品搜索、TikTok产品数据、TikTok达人带货、TikTok佣金率、TikTok爆款追踪、TikTok GMV分析、TikTok product search, TikTok product research, TikTok creator sales, TikTok commission rate, TikTok GMV analysis, FastMoss时触发此技能。即使用户未明确提及"FastMoss",只要其需求涉及在TikTok平台搜索商品数据或分析商品表现,也应触发此技能。

15 次安装

查询TikTok视频排行榜,按日榜、周榜或月榜以及区域与视频排名指标获取热门视频榜单,返回播放量、点赞、评论、分享、收藏、视频销量与GMV等指标,覆盖16个TikTok Shop站点。当用户提到TikTok视频排行、TikTok热门视频榜单、TikTok视频排名、TikTok日榜、TikTok周榜、TikTok月榜、TikTok带货视频排行、TikTok视频销量排行、TikTok视频GMV排行、EchoTik视频排行、TikTok video ranking, TikTok top videos chart, TikTok video leaderboard, TikTok viral video ranking时触发此技能。即使用户未明确提及"EchoTik"或"视频排行",只要其需求涉及按日期获取TikTok视频榜单或视频排名,也应触发此技能。

1 次安装

通过kalodata数据查询TikTok电商商品排行榜并查询指定商品的详细数据,支持按地区、货币、语言与日期范围查看高排名/热销商品,并可用productId获取价格区间、销量、销售额、佣金率、上下架时间及所属店铺。当用户提到TikTok商品榜单、TikTok商品排行、TikTok热销榜、TikTok爆品排行、TikTok选品榜单、kalodata商品榜、TikTok商品详情、TikTok商品资料、商品价格、商品销量、TikTok product ranking, TikTok bestseller chart, TikTok top products, kalodata product rank, TikTok product detail, kalodata product detail, product analytics时触发此技能。即使用户未明确提及"kalodata",只要其需求涉及查看TikTok平台的商品排行榜或某个TikTok商品的详细数据,也应触发此技能。

搜索和分析TikTok Shop店铺(卖家)数据,按区域、类目、近30日GMV、销售趋势、上架时间、本土/跨境店铺等条件筛选店铺,返回销量、销售额(GMV)、粉丝数、评分、评价数、好评率、送达率、回复率、带货达人数、带货视频数、直播数、在店商品数等指标,覆盖16个TikTok Shop站点。当用户提到TikTok店铺搜索、TikTok卖家分析、TikTok Shop店铺排行、TikTok店铺销量、TikTok店铺GMV、TikTok带货店铺、EchoTik店铺数据、TikTok Shop seller search, TikTok shop list, TikTok seller analytics, EchoTik seller, TikTok store data时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及在TikTok Shop上按条件筛选或分析店铺/卖家表现指标,也应触发此技能。

查询TikTok Shop店铺(卖家)详情,通过sellerId获取单个店铺的完整档案,返回总销量、多周期(1天/7天/30天/90天)销量与销售额(GMV)、粉丝数、评分、评价数、好评率、送达率、回复率、在店商品数、带货达人数、带货视频数、直播数、价格区间、商品分类、预估上架时间等指标。当用户提到TikTok店铺详情、TikTok卖家详情、TikTok店铺分析、TikTok店铺数据、TikTok店铺档案、TikTok Shop store detail、TikTok seller detail、EchoTik store profile时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及查询某个TikTok Shop店铺的完整详情/档案(已知sellerId),也应触发此技能。

1 次安装

通过kalodata数据搜索TikTok电商热门带货视频榜单并查询指定视频的详细数据,支持按地区、货币、语言与日期范围查看高排名/高播放/热销带货视频,并可用videoId获取播放、点赞、评论、分享、销售额、GPM及广告投放指标。当用户提到TikTok视频搜索、TikTok视频榜单、TikTok视频排行、TikTok热门视频、TikTok带货视频排行、TikTok爆量视频、TikTok视频详情、TikTok带货视频数据、视频播放量、视频互动数据、TikTok video search, TikTok video ranking, TikTok viral video chart, TikTok video detail, video analytics, kalodata video search/detail时触发此技能。即使用户未明确提及"kalodata",只要其需求涉及查看TikTok平台热门带货视频榜单或某个TikTok视频的详细带货与互动数据,也应触发此技能。