Skip to content
Eden Engine

Douyin Audience Portrait (by Keyword and Date Range)

omnial/douyin-index-fetch-portrait

Given a keyword and a date range (plus an optional platform -- Douyin by default, or Toutiao), returns the audience crowd portrait for that term: age, gender, province/city and city-tier distribution, and interest categories with sub-category breakdowns, each bucket carrying its share of the audience and an index against the platform baseline.

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": [
    "end_date",
    "keyword",
    "start_date"
  ],
  "properties": {
    "keyword": {
      "type": "string",
      "description": "Keyword"
    },
    "app_name": {
      "enum": [
        "aweme",
        "toutiao"
      ],
      "type": "string",
      "default": "aweme",
      "description": "平台/Platform: aweme(抖音), toutiao(头条)"
    },
    "end_date": {
      "type": "string",
      "description": "End date YYYYMMDD"
    },
    "start_date": {
      "type": "string",
      "description": "Start date YYYYMMDD"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name_en": {
            "type": "string",
            "description": "The dimension's English key (e.g. age, gender, province, city, province_city, yuntu_city_level, or an interest-category key)."
          },
          "name_zh": {
            "type": "string",
            "description": "The dimension's Chinese label (e.g. 年龄/age, 性别/gender)."
          },
          "label_list": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "tgi": {
                  "type": "number",
                  "description": "The bucket's index against the platform baseline audience (100 = average; observed 0 alongside `value` 0 on negligible buckets)."
                },
                "value": {
                  "type": "number",
                  "description": "The bucket's share of the audience, 0-1 (observed 0 for negligible buckets such as 台湾 on the province dimension)."
                },
                "name_zh": {
                  "type": "string",
                  "description": "The bucket's Chinese label (e.g. 18-23, 男, 北京)."
                },
                "label_id": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "An internal category id assigned by the source. Always `null` in this tool's output -- the value is withheld (see verification.notes); only its presence as a field is observable."
                },
                "child_list": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "tgi": {
                        "type": "number",
                        "description": "The sub-bucket's index against the platform baseline audience."
                      },
                      "value": {
                        "type": "number",
                        "description": "The sub-bucket's share of the audience, 0-1 (observed 0 for negligible sub-buckets)."
                      },
                      "name_zh": {
                        "type": "string",
                        "description": "The sub-bucket's Chinese label (e.g. 时尚_穿搭)."
                      },
                      "label_id": {
                        "type": [
                          "string",
                          "null"
                        ],
                        "description": "An internal sub-category id. Always `null` in this tool's output -- the value is withheld (see verification.notes)."
                      }
                    },
                    "additionalProperties": true
                  },
                  "description": "Only on the interest-category dimension of the Douyin (aweme) platform: nested sub-labels (e.g. 时尚_穿搭 under 时尚). Absent entirely on the Toutiao platform fixture."
                },
                "parent_name": {
                  "type": "string",
                  "description": "Only on the province_city dimension: the province/region a city entry belongs to (e.g. 广东 for 深圳). Absent on every other dimension."
                }
              },
              "additionalProperties": true
            },
            "description": "One entry per bucket within this dimension (an age range, a gender, a province, a city, a city tier, or an interest category)."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per audience dimension -- the set varies by platform but always includes age, gender, province, city, city-tier, province_city and an interest category dimension."
    },
    "BaseResp": {
      "type": "object",
      "properties": {
        "StatusCode": {
          "type": "number",
          "description": "0 on success on both calibration fixtures; a nonzero value would indicate an upstream error."
        },
        "StatusMessage": {
          "type": "string",
          "description": "Empty on success on both calibration fixtures; carries error text when StatusCode is nonzero."
        }
      },
      "description": "The request's status envelope.",
      "additionalProperties": true
    }
  },
  "description": "One Douyin (or Toutiao) audience portrait, as returned at routing.responseResultPath ($.output): a `data` array of audience dimensions plus a `BaseResp` request-status envelope.",
  "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