Skip to content
Eden Engine

Douyin Channel Feed (by Tag ID)

omnial/douyin-web-fetch-video-channel-result

Given a Douyin topic/channel tag id, returns what that channel is currently showing: up to ten videos with each video's id, caption, author name, publish time, duration, dimensions, and like/comment/save/share counts, plus the cover thumbnail's metadata. An unknown tag id still returns a populated default feed instead of an empty or error result.

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": [
    "tag_id"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "default": 10,
      "description": "Number"
    },
    "tag_id": {
      "type": "integer",
      "examples": [
        300203
      ],
      "description": "Tag id"
    },
    "refresh_index": {
      "type": "integer",
      "default": 1,
      "description": "Refresh index"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "aweme_list": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "desc": {
            "type": "string",
            "description": "The video's caption text. Empty string (not null) observed on some videos."
          },
          "video": {
            "type": "object",
            "properties": {
              "cover": {
                "type": "object",
                "properties": {
                  "uri": {
                    "type": "string",
                    "description": "The provider's opaque content key for the cover image; not a fetchable URL by itself."
                  },
                  "width": {
                    "type": "number",
                    "description": "Pixels."
                  },
                  "height": {
                    "type": "number",
                    "description": "Pixels."
                  },
                  "url_list": {
                    "type": [
                      "array",
                      "null"
                    ],
                    "items": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "description": "Cover image URLs. Always withheld (null) in this tool's output."
                  }
                },
                "description": "The video's cover thumbnail. Its URL list is withheld (stripped to null) in this tool's output -- only whether the cover is populated, its dimensions, and its opaque content key are observable, not the image URL itself.",
                "additionalProperties": true
              },
              "ratio": {
                "type": "string",
                "description": "e.g. \"default\" on every video observed."
              },
              "width": {
                "type": "number",
                "description": "Pixels."
              },
              "height": {
                "type": "number",
                "description": "Pixels."
              },
              "duration": {
                "type": "number",
                "description": "Seconds."
              }
            },
            "additionalProperties": true
          },
          "author": {
            "type": "object",
            "properties": {
              "sec_uid": {
                "type": "string",
                "description": "The author's public encoded account id."
              },
              "nickname": {
                "type": "string",
                "description": "The author's public display name."
              }
            },
            "description": "The creator who published this video in the channel. Its public display name and encoded account id are the video's own public attribution, the same subject matter a channel-feed tool exists to surface.",
            "additionalProperties": true
          },
          "aweme_id": {
            "type": "string",
            "description": "The video's numeric Douyin id, as a string."
          },
          "group_id": {
            "type": "string",
            "description": "The feed group id this video was served in."
          },
          "statistics": {
            "type": "object",
            "properties": {
              "digg_count": {
                "type": "number",
                "description": "Like count."
              },
              "play_count": {
                "type": "number",
                "description": "Observed as 0 on all twenty videos across both fixtures -- this endpoint does not populate the play counter."
              },
              "share_count": {
                "type": "number"
              },
              "collect_count": {
                "type": "number",
                "description": "Save/bookmark count."
              },
              "comment_count": {
                "type": "number"
              },
              "recommend_count": {
                "type": "number"
              }
            },
            "description": "The video's public engagement counters.",
            "additionalProperties": true
          },
          "create_time": {
            "type": "number",
            "description": "Unix seconds the video was published."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per video currently in the channel's feed. Ten entries on both fixtures captured."
    }
  },
  "description": "The channel feed, as returned at routing.responseResultPath ($.output). Observed as `{ aweme_list: [...] }` with ten videos on both fixtures -- including the one called with a tag id that does not exist, which returned a populated default feed rather than an empty or error result.",
  "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