linkfox-fastmoss-top-selling
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFastMoss - TikTok Top Selling Rankings
FastMoss - TikTok热销商品排行榜
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.
本技能将指导您如何通过FastMoss数据源查询和分析TikTok热销商品排行榜,帮助跨境电商卖家按日、周或月维度识别TikTok全球市场的热销产品。
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 parameter. Each product entry includes sales volume, GMV, growth rate, commission rate, shop information, category, and more.
dateInfodateInfo format is important:
- type: -> value:
"day"(YYYY-MM-DD)"2025-02-01" - type: -> value:
"week"(year-weekNumber)"2025-18" - type: -> value:
"month"(year-month)"2025-02"
Pagination: Results are paginated. Use (page number, starting from 1) and (items per page, max 10, default 10) to navigate through the result set.
pagepageSizeTikTok热销商品排行榜追踪TikTok Shop在9个全球市场中表现最佳的产品。它揭示了在可配置的时间窗口(日、周、月)内,哪些产品在销量、GMV和增长率方面处于领先地位。这是TikTok电商中选品、趋势分析和竞品情报的必备工具。
数据范围:排行榜覆盖9个TikTok Shop市场,支持通过参数设置三种时间粒度——日、周、月。每个产品条目包含销量、GMV、增长率、佣金率、店铺信息、类目等数据。
dateInfodateInfo格式非常重要:
- type: -> value:
"day"(YYYY-MM-DD格式)"2025-02-01" - type: -> value:
"week"(年份-周数格式)"2025-18" - type: -> value:
"month"(年份-月份格式)"2025-02"
分页:结果支持分页。使用(页码,从1开始)和(每页条目数,最大10,默认10)来浏览结果集。
pagepageSizeParameter Guide
参数指南
| Parameter | Type | Required | Description |
|---|---|---|---|
| region | string | Yes | Market region code (US, GB, MX, ES, ID, VN, MY, TH, PH) |
| dateInfo | object | Yes | Date specification with |
| category | string | No | Category name in English, matched to TikTok category ID. Non-English input should be translated first |
| orderby | object | No | Sorting: |
| page | integer | No | Page number, default 1 |
| pageSize | integer | No | Items per page, max 10, default 10 |
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| region | string | 是 | 市场区域代码(US、GB、MX、ES、ID、VN、MY、TH、PH) |
| dateInfo | object | 是 | 日期规格,包含 |
| category | string | 否 | 英文类目名称,与TikTok类目ID匹配。非英文输入需先翻译 |
| orderby | object | 否 | 排序规则: |
| page | integer | 否 | 页码,默认1 |
| pageSize | integer | 否 | 每页条目数,最大10,默认10 |
Supported Markets
支持的市场
| Code | Market |
|---|---|
| US | United States |
| GB | United Kingdom |
| MX | Mexico |
| ES | Spain |
| ID | Indonesia |
| VN | Vietnam |
| MY | Malaysia |
| TH | Thailand |
| PH | Philippines |
Default market is US. Use US when the user does not specify a market.
| 代码 | 市场 |
|---|---|
| US | 美国 |
| GB | 英国 |
| MX | 墨西哥 |
| ES | 西班牙 |
| ID | 印度尼西亚 |
| VN | 越南 |
| MY | 马来西亚 |
| TH | 泰国 |
| PH | 菲律宾 |
默认市场为US。当用户未指定市场时,使用US。
API Usage
API使用
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/fastmoss_product_rank_top_selling.py本工具调用LinkFox工具网关API。调用规范、请求参数和响应结构请参考。您也可以直接执行来运行查询。
references/api.mdscripts/fastmoss_product_rank_top_selling.pyUsage 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"1. 美国市场今日热销商品(日维度)
查询美国市场特定日期的销量领先产品。
region: "US", dateInfo: {"type": "day", "value": "2026-04-15"}2. 英国市场每周热销商品
查看英国市场每周表现最佳的产品。
region: "GB", dateInfo: {"type": "week", "value": "2026-15"}3. 东南亚市场月度GMV领先商品
查询印度尼西亚市场按GMV排序的月度热销商品。
region: "ID", dateInfo: {"type": "month", "value": "2026-03"}, orderby: {"field": "gmv", "order": "desc"}4. 特定类目排行榜
查找特定类目的热销商品。
region: "US", dateInfo: {"type": "day", "value": "2026-04-15"}, category: "Beauty"Data Fields (Response)
数据字段(响应)
| Field | API Name | Description |
|---|---|---|
| Product Title | title | Name of the product |
| Product ID | productId | Unique product identifier |
| Region | region | Market region code |
| Price | price | Product price |
| Min Price | minPrice | Lowest price |
| Max Price | maxPrice | Highest price |
| Currency | currency | Currency code |
| Total Sales | totalSaleCnt | Total units sold |
| 1-Day Sales | totalSale1dCnt | Units sold in the last 1 day (when dateType=day) |
| 7-Day Sales | totalSale7dCnt | Units sold in the last 7 days (when dateType=week) |
| 30-Day Sales | totalSale30dCnt | Units sold in the last 30 days (when dateType=month) |
| Total GMV | totalSaleGmvAmt | Total gross merchandise value |
| 1-Day GMV | totalSaleGmv1dAmt | GMV in the last 1 day (when dateType=day) |
| 7-Day GMV | totalSaleGmv7dAmt | GMV in the last 7 days (when dateType=week) |
| 30-Day GMV | totalSaleGmv30dAmt | GMV in the last 30 days (when dateType=month) |
| Growth Rate | growthRate | Sales growth rate (percentage) |
| Shop Name | shopName | Name of the seller's shop |
| Shop Total Units Sold | shopTotalUnitsSold | Total units sold by the shop |
| Shop Seller ID | shopSellerId | Unique shop seller identifier |
| Category Name | categoryName | Product category |
| Commission Rate | productCommissionRate | Commission rate in basis points (1000 = 10%) |
| Image URL | imageUrl | Product image URL |
| Delisted Status | offShelvesText | Delisted indicator ("是" = delisted, "否" = active) |
| 字段 | API名称 | 描述 |
|---|---|---|
| 商品标题 | title | 商品名称 |
| 商品ID | productId | 商品唯一标识 |
| 区域 | region | 市场区域代码 |
| 价格 | price | 商品价格 |
| 最低价格 | minPrice | 最低售价 |
| 最高价格 | maxPrice | 最高售价 |
| 货币 | currency | 货币代码 |
| 总销量 | totalSaleCnt | 累计销售数量 |
| 1日销量 | totalSale1dCnt | 过去1天销量(当dateType=day时) |
| 7日销量 | totalSale7dCnt | 过去7天销量(当dateType=week时) |
| 30日销量 | totalSale30dCnt | 过去30天销量(当dateType=month时) |
| 总GMV | totalSaleGmvAmt | 累计成交总额 |
| 1日GMV | totalSaleGmv1dAmt | 过去1天GMV(当dateType=day时) |
| 7日GMV | totalSaleGmv7dAmt | 过去7天GMV(当dateType=week时) |
| 30日GMV | totalSaleGmv30dAmt | 过去30天GMV(当dateType=month时) |
| 增长率 | growthRate | 销量增长率(百分比) |
| 店铺名称 | shopName | 卖家店铺名称 |
| 店铺总销量 | shopTotalUnitsSold | 店铺累计销售数量 |
| 店铺卖家ID | shopSellerId | 店铺卖家唯一标识 |
| 类目名称 | categoryName | 商品类目 |
| 佣金率 | productCommissionRate | 佣金率(基点,1000=10%) |
| 图片URL | imageUrl | 商品图片链接 |
| 下架状态 | offShelvesText | 下架标识("是"=已下架,"否"=在售) |
Display Rules
展示规则
- Present data only: Show query results in clear tables without subjective business advice
- Growth rate: Growth rate is in percentage -- show with % sign
- Commission rate: Commission rate is in basis points (1000 = 10%) -- convert to percentage for display
- Currency awareness: Always display currency alongside prices since different markets use different currencies
- dateInfo format: Validate and remind users of the correct format for the selected time granularity
- Delisted status: value "是" means delisted, "否" means active -- clarify this for users
offShelvesText
- 仅展示数据:以清晰表格呈现查询结果,不提供主观商业建议
- 增长率:增长率为百分比——需添加%符号展示
- 佣金率:佣金率以基点计算(1000=10%)——需转换为百分比展示
- 货币标识:由于不同市场使用不同货币,价格需始终附带货币标识
- dateInfo格式:验证并提醒用户所选时间粒度的正确格式
- 下架状态:值为"是"表示已下架,"否"表示在售——需向用户说明这一点
offShelvesText
Important Limitations
重要限制
- dateInfo is mandatory: Both and
typemust be provided with specific format requirementsvalue - No keyword search: This tool does NOT support keyword search (use linkfox-fastmoss-product-search for that)
- Max 10 items per page: The parameter cannot exceed 10
pageSize - Data delay: Data has T+1 statistical delay
- dateInfo为必填项:必须同时提供和
type,且需符合特定格式要求value - 不支持关键词搜索:本工具不支持关键词搜索(请使用linkfox-fastmoss-product-search)
- 每页最多10条:参数不能超过10
pageSize - 数据延迟:数据存在T+1统计延迟
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- TikTok top selling product rankings and trend analysis:
| User Says | Scenario |
|---|---|
| "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.
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, visit LinkFox Skills.
适用场景——TikTok热销商品排行榜及趋势分析:
| 用户表述 | 场景 |
|---|---|
| "TikTok上哪些商品卖得最好" | 热销排行榜查询 |
| "TikTok本周爆款"、"TikTok Shop热门商品" | 周/日维度排行榜查询 |
| "TikTok GMV排名"、"TikTok上营收最高的商品" | 基于GMV的排行榜 |
| "TikTok类目热销品"、"TikTok上美妆类热销商品" | 特定类目排行榜 |
| "TikTok选品周报"、"月度热销商品" | 时间维度分析 |
| "FastMoss热销榜"、"FastMoss排名数据" | 直接引用数据源 |
| "TikTok上哪些商品增长最快" | 按增长率排序的排行榜 |
不适用场景——超出TikTok热销排行榜的需求:
- Amazon产品调研或ABA关键词数据
- TikTok广告/广告活动管理
- TikTok内容创作或视频编辑
- 商品评论或listing文案撰写
- TikTok商品关键词搜索(请使用linkfox-fastmoss-product-search)
- 利润率计算或定价策略
边界判断:当用户提及"产品调研"或"什么卖得好"时,如果上下文明确涉及TikTok Shop或TikTok电商排行榜,则适用本技能。如果用户询问的是Amazon、Shopify或其他平台,则不适用。如果用户希望通过关键词搜索商品而非浏览排行榜,请使用linkfox-fastmoss-product-search。
反馈:
当出现以下任意情况时,自动通过Feedback API检测并提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不符
- 用户表达对本技能的不满或赞扬
- 任何您认为可以改进的内容
请按照中的说明调用反馈API,不要打断用户的流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills