Design & media

EchoTik-Tiktok新品排行

Try it

通过EchoTik新品排行数据,发现TikTok Shop 16个区域市场的热门新品。当用户提到TikTok新品排行、TikTok热销商品、TikTok Shop爆品、短视频电商选品、TikTok新品发掘、跨境TikTok选品、TikTok new product rankings, TikTok bestsellers, short-video product selection, TikTok viral products, new product ranking, TikTok product trends时触发此技能。即使用户未明确提及"EchoTik"或"新品排行",只要其需求涉及发现TikTok Shop上的热卖新品或新兴商品趋势,也应触发此技能。

What it does

通过EchoTik新品排行数据,发现TikTok Shop 16个区域市场的热门新品。当用户提到TikTok新品排行、TikTok热销商品、TikTok Shop爆品、短视频电商选品、TikTok新品发掘、跨境TikTok选品、TikTok new product rankings, TikTok bestsellers, short-video product selection, TikTok viral products, new product ranking, TikTok product trends时触发此技能。即使用户未明确提及"EchoTik"或"新品排行",只要其需求涉及发现TikTok Shop上的热卖新品或新兴商品趋势,也应触发此技能。

The skill document

EchoTik - TikTok New Product Ranking

This skill guides you on how to query and analyze the TikTok Shop new product ranking data via the EchoTik data source, helping cross-border e-commerce sellers identify trending new products across TikTok's regional markets.

Core Concepts

The TikTok New Product Ranking tracks recently listed products that are gaining traction on TikTok Shop. It reveals which new products are selling well, their pricing, sales volume, influencer coverage, and live-stream activity. This is an essential tool for product scouting, trend analysis, and competitive intelligence in the short-video e-commerce space.

Data scope: The ranking covers 16 TikTok Shop markets and provides daily snapshots of new products along with their performance metrics (sales volume, revenue, influencer count, video count, live-stream count, commission rate, ratings, and more).

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

Parameter Guide

ParameterTypeRequiredDescription
datestringYesQuery date in YYYY-MM-DD format
regionstringNoMarket region code. Default: US. See Supported Markets below
pageNumintegerNoPage number, starting from 1 (default: 1)
pageSizeintegerNoNumber of products per page (default: 50)

Supported Markets

CodeMarket
USUnited States
GBUnited Kingdom
IDIndonesia
THThailand
PHPhilippines
MYMalaysia
VNVietnam
MXMexico
SGSingapore
SASaudi Arabia
BRBrazil
ESSpain
JPJapan
DEGermany
ITItaly
FRFrance

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

调用方式

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

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

  • 始终将完整响应写入 /linkfox///data/linkfox-echotik-list-new-product-rank-.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 trending new products in the US Query the US market for the current date to see which new products are gaining traction.

date: "2025-06-15", region: "US"

2. Discover hot new products in Southeast Asia Check the Indonesian or Thai market for new product opportunities.

date: "2025-06-15", region: "ID"

3. Browse the UK market new product ranking Scout the UK TikTok Shop for trending new arrivals.

date: "2025-06-15", region: "GB"

4. Paginate through a large result set Retrieve the second page of 20 results for the US market.

date: "2025-06-15", region: "US", pageNum: 2, pageSize: 20

Data Fields (Response)

FieldAPI NameDescription
Product TitletitleName of the product
Product IDasinUnique product identifier
RegionregionMarket region code
Price (Avg)priceAverage SPU price
Min PriceminPriceLowest price
Max PricemaxPriceHighest price
CurrencycurrencyCurrency code
Total SalestotalSaleCntTotal units sold
30-Day SalestotalSale30dCntUnits sold in the last 30 days
Total RevenuetotalSaleGmvAmtTotal gross merchandise value
30-Day RevenuetotalSaleGmv30dAmtRevenue in the last 30 days
Sales TrendsalesTrendFlagTextSales trend indicator (0 = stable, 1 = rising, 2 = declining)
Total VideostotalVideoCntNumber of associated videos
Total Live StreamstotalLiveCntNumber of associated live streams
Total InfluencerstotalIflCntNumber of influencers promoting the product
Commission RateproductCommissionRateProduct commission rate
RatingproductRatingAverage product rating
Review CountreviewCountNumber of product reviews
First Seen DateavailableDateDate the product was first tracked
Category IDcategoryIdProduct category identifier
Image URLimageUrlProduct image URL
Image URLsproductImageUrlsList of product image URLs

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice
  2. Sales trend clarification: When showing sales trend data, translate the numeric flag into human-readable labels: 0 = Stable, 1 = Rising, 2 = Declining
  3. Currency awareness: Always display prices alongside their currency code since different markets use different currencies
  4. Volume notice: When results are large, show a summary of the top products and remind users they can paginate for more results
  5. Image handling: If product image URLs are available, mention them but do not attempt to render images inline unless the environment supports it
  6. Error handling: When a query fails, explain the reason and suggest adjusting the date or region parameters

Important Limitations

  • Date required: The date parameter is mandatory; there is no default date
  • Daily granularity: Data is a daily snapshot, not weekly or monthly
  • Pagination: Use pageNum and pageSize to navigate large result sets; not all products are returned in a single call

User Expression & Scenario Quick Reference

Applicable -- TikTok Shop new product discovery and trend analysis:

User SaysScenario
"What new products are trending on TikTok"New product ranking lookup
"TikTok bestsellers today", "hot products on TikTok Shop"Daily ranking query
"New product opportunities in Southeast Asia TikTok"Regional market scouting
"Which new items are selling well on TikTok UK"Region-specific ranking
"TikTok product scouting", "short-video e-commerce trends"General product discovery
"Show me rising new products on TikTok"Trend-filtered ranking
"TikTok influencer product picks", "what are TikTok creators promoting"Influencer-driven product discovery

Not applicable -- Needs beyond TikTok new product rankings:

  • Amazon product research or ABA keyword data
  • TikTok advertising / ad campaign management
  • TikTok content creation or video editing
  • Product reviews or listing copywriting
  • Historical trend analysis spanning many months (this tool provides daily snapshots)
  • 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 short-video e-commerce, this skill applies. If they are asking about Amazon, Shopify, or other platforms, it does not apply.

积分消耗规则

消耗 5 积分。

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

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

搜索和分析TikTok商品数据,包括销量、达人带货数据、定价和佣金比例,覆盖16个TikTok Shop站点。当用户提到TikTok商品搜索、TikTok Shop商品分析、TikTok销量数据、达人带货销售、TikTok选品、TikTok佣金比例、TikTok商品排名、EchoTik数据查询、TikTok product search, TikTok sales, influencer sales, TikTok commission, TikTok product selection, short-video e-commerce, TikTok data时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及在TikTok Shop上搜索商品或分析TikTok商品表现指标,也应触发此技能。

1 installs

查询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 installs

查询某个TikTok Shop店铺(卖家)的在售商品列表,通过sellerId获取该店铺全部商品,返回商品标题、价格、多周期(1天/7天/15天/30天/60天/90天/总)销量与销售额(GMV)、评分、评论数、佣金比例、上架时间、带货方式、品类等指标。当用户提到TikTok店铺商品、TikTok店铺在售商品、TikTok卖家商品列表、TikTok店铺选品、查看TikTok店铺卖什么、TikTok店铺商品分析、EchoTik店铺商品、TikTok Shop seller products, TikTok store products, TikTok seller product list, EchoTik store product list时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及查看某个TikTok Shop店铺(已知sellerId)的在售商品及其销量/价格/佣金表现,也应触发此技能。

搜索和分析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视频数据,按区域、达人、商品、类目、播放量、时长、发布时间、是否带货/投流/AI视频等条件筛选视频,返回播放量、点赞、评论、分享、收藏、视频销量与GMV等指标,覆盖16个TikTok Shop站点。当用户提到TikTok视频搜索、TikTok视频列表、TikTok带货视频、TikTok视频数据、TikTok视频播放量、TikTok视频销量、TikTok视频分析、EchoTik视频、TikTok video search, TikTok video list, TikTok video analytics, TikTok promotional videos, TikTok video views, TikTok video engagement时触发此技能。即使用户未明确提及"EchoTik"或"TikTok",只要其需求涉及按条件搜索或分析TikTok视频表现指标,也应触发此技能。

1 installs

查询TikTok商品的关联带货视频数据,包括播放量、点赞、评论、分享、视频销量与GMV,分析商品的视频营销表现与达人内容效果。当用户提到TikTok商品视频、TikTok带货视频、商品关联视频、视频营销分析、达人视频表现、TikTok视频销量、TikTok video sales, product video analysis, influencer video performance, TikTok promotional videos, product marketing videos时触发此技能。即使用户未明确提及"EchoTik"或"商品视频",只要其需求涉及查看某个TikTok商品有哪些带货视频、视频的播放和转化数据,也应触发此技能。

11 installs