Skip to content
Eden Engine

Douyin Video Search Filter Options

omnial/douyin-index-fetch-item-filter-options

Takes no input and returns the filter-option catalogs a Douyin video search can be narrowed by: content categories, video-duration ranges, content labels, and publish-date windows, each option with a filter id, a Chinese display name, and an English name.

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",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "categories": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "The category filter id, e.g. \"0\" (no filter), \"601\" (Drama) -- a STRING on this list, unlike the other three lists whose ids are numbers."
          },
          "name": {
            "type": "string",
            "description": "The category label in Chinese, e.g. \"剧情\" (Drama)."
          },
          "name_en": {
            "type": "string",
            "description": "The category label in English, e.g. \"Drama\"."
          }
        },
        "additionalProperties": true
      },
      "description": "Content-category filter options -- 36 entries on the one real call observed, opening with the no-filter sentinel id \"0\" (\"All categories\")."
    },
    "date_types": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "number",
            "description": "The publish-window filter id, e.g. 0 (any), 3 (last 3 days), 30 (last 30 days)."
          },
          "name": {
            "type": "string",
            "description": "The publish-window label in Chinese, e.g. \"近3天\" (last 3 days)."
          },
          "name_en": {
            "type": "string",
            "description": "The publish-window label in English, e.g. \"Last 3 days\"."
          }
        },
        "additionalProperties": true
      },
      "description": "Publish-time filter options -- 4 entries on the one real call observed, opening with the no-filter sentinel id 0 (\"Any publish time\")."
    },
    "label_types": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "number",
            "description": "The label filter id, e.g. 0 (any), 1 (low-follower hit), 4 (high like rate)."
          },
          "name": {
            "type": "string",
            "description": "The label in Chinese, e.g. \"低粉爆款\" (low-follower hit)."
          },
          "name_en": {
            "type": "string",
            "description": "The label in English, e.g. \"Low-follower hit\"."
          }
        },
        "additionalProperties": true
      },
      "description": "Content-label filter options -- 5 entries on the one real call observed, opening with the no-filter sentinel id 0 (\"Any type\")."
    },
    "duration_types": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "number",
            "description": "The duration filter id, e.g. 0 (any), 1 (0-15 seconds), 8 (120-180 seconds)."
          },
          "name": {
            "type": "string",
            "description": "The duration label in Chinese, e.g. \"0-15秒\"."
          },
          "name_en": {
            "type": "string",
            "description": "The duration label in English, e.g. \"0-15 seconds\"."
          }
        },
        "additionalProperties": true
      },
      "description": "Video-duration filter options -- 6 entries on the one real call observed, opening with the no-filter sentinel id 0 (\"Any duration\")."
    }
  },
  "description": "The video-search filter-option catalogs, as returned at routing.responseResultPath ($.output).",
  "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