Skip to content
Eden Engine

Douyin Hot Search & Content Trending Words (by App and Word Type)

omnial/douyin-index-fetch-hot-trend-word

Given a mobile app (Douyin or Toutiao) and a word type (search hot words or content hot words), returns the current trending word list for that app -- each hot word plus the string update date of the list. A straightforward feed for tracking what is trending on a Chinese short-video or news platform right now.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
Provider price
$0.0020475 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "integer",
      "maximum": 1,
      "minimum": 0,
      "description": "Which trending list to return: 0 for search hot words (what people are searching), 1 for content hot words (what content is trending). Required."
    },
    "app_name": {
      "enum": [
        "aweme",
        "toutiao"
      ],
      "type": "string",
      "default": "aweme",
      "description": "The mobile app to fetch hot words for: aweme (Douyin) or toutiao (Toutiao). Defaults to aweme (Douyin) when omitted."
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "trend_words": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "word": {
            "type": "string",
            "description": "A trending word or short phrase, in the original language (Chinese on the real calls observed)."
          }
        },
        "additionalProperties": true
      },
      "description": "The trending words themselves. 5 entries on every real call observed (both fixtures)."
    },
    "update_time": {
      "type": "string",
      "description": "The date the trending list was updated, as a compact YYYYMMDD string, e.g. \"20260921\" -- no separators. String, not a numeric timestamp."
    }
  },
  "description": "The current hot-trend-word list, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.0020475
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 25, 2026