Skip to content
Eden Engine

Douyin Creator Conversion Ability (by creator id)

omnial/douyin-xingtu-get-author-convert-ability

Given a Douyin creator id, returns that creator's conversion-ability snapshot: average sales amount band; a per-category sales breakdown (category name, rate, and sale amount band); component click-count and click-rate bands; a gross-profit-per-mile band; recommended product count and price band; a related cost-per-click band; related video count; and median video views. An id that does not resolve 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": {
    "time_range": {
      "type": "integer",
      "default": 2,
      "examples": [
        2
      ],
      "description": "Time range tier, default 2"
    },
    "industry_id": {
      "type": "integer",
      "default": 0,
      "description": "Industry ID, 0=unlimited"
    },
    "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": {
    "gpm_range": {
      "type": "string",
      "description": "A gross-profit-per-mile (GPM) band; observed as the string '0' on the one real fixture."
    },
    "category_items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The product-category label the creator sells in, as the platform reports it (a Chinese category label on the one real fixture). This is the category a creator's business operates in, the subject of a conversion-ability report -- not a person's name."
          },
          "rate": {
            "type": "number",
            "description": "The category's rate tier, as reported for the creator's products."
          },
          "sale_amount_range": {
            "type": "string",
            "description": "The category's sales amount band, e.g. '3000以下'."
          }
        },
        "additionalProperties": true
      },
      "description": "Per-category sales breakdown for the products the creator sells in."
    },
    "rec_product_cnt": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "Recommended product count, returned as text ('1' on the one real fixture)."
        }
      },
      "additionalProperties": true
    },
    "video_vv_median": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "Median video-view count, returned as text ('2855997' on the one real fixture)."
        }
      },
      "additionalProperties": true
    },
    "related_cpc_range": {
      "type": "string",
      "description": "Related cost-per-click band, e.g. '230-232'."
    },
    "related_video_cnt": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string",
          "description": "Related video count, returned as text ('2' on the one real fixture)."
        }
      },
      "additionalProperties": true
    },
    "avg_sales_amount_range": {
      "type": "string",
      "description": "The creator's average sales amount band per order, e.g. '500-1000'."
    },
    "rec_product_price_range": {
      "type": "string",
      "description": "Recommended product price band, e.g. '100-300'."
    },
    "component_click_cnt_range": {
      "type": "string",
      "description": "A component click-count band, e.g. '1000-3000' -- a click-count band, not a phone number."
    },
    "component_click_rate_range": {
      "type": "string",
      "description": "A component click-through-rate band, e.g. '2%以下'."
    }
  },
  "description": "The creator's conversion-ability report, as returned at routing.responseResultPath ($.output). Observed as `{}` (no fields at all) when the given `o_author_id` does not resolve to a creator -- confirmed against the `nonexistent-author-rejected` fixture, which billed nothing for that outcome.",
  "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