Skip to content
Eden Engine

Douyin Hot Comment Recurring Keywords (by Creator ID)

omnial/douyin-xingtu-author-hot-comment-tokens

Given a Douyin/Xingtu creator's numeric KOL id, returns the recurring keywords and phrases that appear across that creator's HOT comment threads, each with a hotness score. A nonexistent or comment-less creator id returns an empty result rather than an error.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
Provider price
$0.04095 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": [
    "kolId"
  ],
  "properties": {
    "kolId": {
      "type": "string",
      "examples": [
        "7048929565493690398"
      ],
      "description": "User kolId"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "base_resp": {
      "type": "object",
      "properties": {
        "status_code": {
          "type": "number"
        },
        "status_message": {
          "type": "string",
          "description": "\"Success\" on the one real, populated call observed."
        }
      },
      "description": "Generic call-status envelope. `status_code: 0` with `status_message: \"Success\"` was observed on the one real, populated call; a nonzero code or non-Success message was never observed.",
      "additionalProperties": true
    },
    "hot_comment_tokens": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "hot_rate": {
            "type": "number",
            "description": "A heat/hotness score for this token -- the higher the number, the more prominently the term recurred in the creator's hot comments. Observed values ranged 171-488 on the one real creator calibrated."
          },
          "comment_token": {
            "type": "string",
            "description": "One recurring keyword or short phrase from the creator's hot comments. Observed as short Chinese-language content terms (e.g. product/topic words commenters kept repeating), not usernames, handles, or contact data."
          }
        },
        "additionalProperties": true
      },
      "description": "The recurring keywords/phrases mined from the creator's hot comment threads, each with a hotness score. 10 entries on the one real creator calibrated; absent entirely (not an empty array) on the nonexistent-creator case, where the whole body is `{}`."
    }
  },
  "description": "The recurring hot-comment keyword record, as returned at routing.responseResultPath ($.output). The entire body is an empty object `{}` when the given `kolId` does not resolve to a creator with minable hot-comment discussion -- confirmed against the `nonexistent-kol-error` fixture, whose raw result was null and shipped as an empty object.",
  "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.04095
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