Skip to content
Eden Engine

Douyin Xingtu Influencer Index Cards (by kol ID)

omnial/douyin-xingtu-kol-xingtu-index

Given a Douyin Xingtu creator's kolId, returns that creator's Xingtu index card: six marketing-capability sub-scores (cooperate, cp, link-convert, link-shopping, link-spread, link-star), each with a score value, an average, a rank, a rank percentile, and a relative-ratio figure. A kolId with no index card returns the sub-scores' averages only.

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": {
    "cp_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '156180' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 65.24 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.0721 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "CP/content-partnership index.",
      "additionalProperties": true
    },
    "cooperate_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '147953' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 75.63 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.0683 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "Cooperation/collaboration capability index.",
      "additionalProperties": true
    },
    "link_star_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '307498' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 53.63 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.1419 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "Link-star index (star/featured link performance).",
      "additionalProperties": true
    },
    "link_spread_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '357311' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 41.53 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.1649 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "Link-spread index (how widely the creator's linked content spreads).",
      "additionalProperties": true
    },
    "link_convert_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '425736' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 34.84 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.1965 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "Link-conversion index (how well the creator converts link interactions).",
      "additionalProperties": true
    },
    "link_shopping_index": {
      "type": "object",
      "properties": {
        "rank": {
          "type": "string",
          "description": "The index rank as a numeric string (e.g. '266924' observed). Absent when the sub-index is empty."
        },
        "value": {
          "type": "number",
          "description": "The index's score value (e.g. 50.93 observed). Absent when the sub-index is empty."
        },
        "avg_value": {
          "type": "number",
          "description": "The index's average value. The only field present on a kolId with no full index card."
        },
        "rank_percent": {
          "type": "number",
          "description": "The rank as a percentile/ratio in 0-1 (e.g. 0.1232 observed). Absent when the sub-index is empty."
        },
        "link_relative_ratio": {
          "type": "number",
          "description": "A relative/competitor-ratio figure. Absent when the sub-index is empty (no full index card)."
        }
      },
      "description": "Link/shopping index (creator's shopping-link performance).",
      "additionalProperties": true
    }
  },
  "description": "The creator's Xingtu index record, as returned at routing.responseResultPath ($.output). Six sub-index objects keyed by capability. When the given `kolId` has no Xingtu index card, every sub-index object carries ONLY `avg_value` (no rank/value/link_relative_ratio) -- confirmed against the `kol-index-not-found` fixture, which still billed the normal per-call price.",
  "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