Skip to content
Eden Engine

Douyin Xingtu Creator Ad Metrics (by Author ID)

omnial/douyin-xingtu-get-author-cp-info

Given a Douyin Xingtu creator's numeric author id, returns the marketing metrics the creator-marketplace reports for them: expected cost per engagement (CPE) and cost per thousand impressions (CPM), each split into two fields, an expected video-view count, and a hot-recommendation score. An unrecognized author id returns an empty result rather than an error.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
Provider price
$0.004095 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": [
    "o_author_id"
  ],
  "properties": {
    "o_author_id": {
      "type": "string",
      "examples": [
        "7029342444797820939"
      ],
      "description": "Creator ID"
    },
    "platform_source": {
      "type": "integer",
      "default": 1,
      "examples": [
        1
      ],
      "description": "Platform source"
    },
    "platform_channel": {
      "type": "integer",
      "default": 1,
      "examples": [
        1
      ],
      "description": "Platform channel"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "hot_item": {
      "type": "object",
      "properties": {
        "value": {
          "type": "number",
          "description": "The score (e.g. 1000)."
        }
      },
      "description": "A numeric hot-recommendation score the provider returns for this creator. Its exact scale is not documented in the one fixture observed.",
      "additionalProperties": true
    },
    "base_resp": {
      "type": "object",
      "properties": {
        "status_code": {
          "type": "number",
          "description": "Response status code; 0 on the one real success observed."
        },
        "status_message": {
          "type": "string",
          "description": "Status text; empty string on the one real success observed."
        }
      },
      "additionalProperties": true
    },
    "expect_vv": {
      "type": "object",
      "properties": {
        "value": {
          "type": "number",
          "description": "Count of expected video views (e.g. 4418523)."
        }
      },
      "description": "Expected video-view count for a campaign run with this creator.",
      "additionalProperties": true
    },
    "expect_cpe": {
      "type": "object",
      "properties": {
        "cpe_60": {
          "type": "string",
          "description": "Expected CPE for the provider's 60-plus band (e.g. '374'). Same band caveat as `cpe_21_60`."
        },
        "cpe_21_60": {
          "type": "string",
          "description": "Expected CPE for the provider's 21-60 band (e.g. '99'). The exact band-boundary meaning (a video-length bucket per the provider) was not re-derived from the fixture."
        }
      },
      "description": "Expected cost per engagement (CPE), split into two fields. Values are delivered as numeric STRINGS, not numbers.",
      "additionalProperties": true
    },
    "expect_cpm": {
      "type": "object",
      "properties": {
        "cpm_60": {
          "type": "string",
          "description": "Expected CPM for the provider's 60-plus band (e.g. '6789')."
        },
        "cpm_21_60": {
          "type": "string",
          "description": "Expected CPM for the provider's 21-60 band (e.g. '1810')."
        }
      },
      "description": "Expected cost per thousand impressions (CPM), split into two fields. Values are delivered as numeric STRINGS, not numbers.",
      "additionalProperties": true
    }
  },
  "description": "The creator marketing-metrics record, as returned at routing.responseResultPath ($.output). An unrecognized author id produces an empty object `{}` -- confirmed against the `unknown-creator-error` fixture, a completed run whose result was null (cost 0).",
  "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.004095
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