Skip to content
FastMoss OpenAPI

The TikTok data engine,
behind your product

The same pipeline that powers FastMoss dashboards — 500M+ products, 300M+ creators, 1,200+ days of history behind 45+ REST endpoints. From $0.01/call, no charge for empty results.

https://openapi.fastmoss.com
# Your backend, 6:00 AM cron
curl 'https://openapi.fastmoss.com/product/v1/rank/topSelling' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer your-key-here' \
  --data '{
    "filter": {
        "region": "US",
        "category_id": 2,
        "date_info": {
            "type": "day",
            "value": "2026-02-01"
        } },
    "orderby": [{ "field": "gmv", "order": "desc" }],
    "page": 1,
    "pagesize": 10
  }'

200 OK · 84ms
{
  "code": 0,
  "data": {
    "total": 500,
    "list": [
      {
        "product_id": "1729537665891078575",
        "title": "33.81oz Glass Water Cup",
        "real_price": "$10.94",
        "units_sold": 41280,
        "gmv": 451123,
        "growth_rate": 212
      }, ...9 more
    ]
  }
}
Five data domains

Every layer of TikTok commerce

🛍

Products商品 13

Sales trends, SKU detail, reviews, rankings — spot a riser before it peaks.

POST /product/v1/rank/topSelling
→ 7-day growth +212%
👤

Creators达人 12

Real selling records, audiences, growth — judge by GMV, not follower count.

POST /creator/v1/rank/topEcommerce
→ 28d GMV $184K · video 62%
🏪

Shops小店 16

GMV mix, channel analysis, creator rosters — benchmark any competitor.

POST /shop/v1/rank/topSelling
→ live share 45% ↑
🎬

Videos & Lives视频与直播 11

Per-video sales attribution, live real-time trends, viral search — see exactly which content sells.

POST /video/v1/search → attributed sales 19,400 · CVR 4.1%
📊

Market & Category市场品类 NEW · MCP

Category GMV, price bands, creator matrix — sizing homework for every launch. (MCP-first, API coming.)

tools/call get_category_sales_trend → Beauty US +8.4% WoW

Full endpoint reference →