Skip to content
Eden Engine

Douyin Video Index Scores & Ranking (by aweme id & date range)

omnial/douyin-index-fetch-item-index-interpret

Given a Douyin video id (aweme id) and a date range, returns the video's daily index interpretation: play, interaction, and follower-rise scores with their ratios, plus the video's rank within the index on each of those three facets.

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",
    "item_id",
    "start_date"
  ],
  "properties": {
    "item_id": {
      "type": "string",
      "description": "Video ID (Douyin aweme id, numeric). Example: 7660090930283744575"
    },
    "end_date": {
      "type": "string",
      "description": "End date YYYYMMDD"
    },
    "start_date": {
      "type": "string",
      "description": "Start date YYYYMMDD"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "BaseResp": {
      "type": "object",
      "properties": {
        "StatusCode": {
          "type": "number",
          "description": "Status code; 0 on the resolved fixture. Absent when the id does not resolve."
        },
        "StatusMessage": {
          "type": "string",
          "description": "Status message; empty string on the resolved fixture. Absent when the id does not resolve."
        }
      },
      "description": "The index service's own response status block, present on the resolved video fixture (StatusMessage was an empty string, StatusCode 0).",
      "additionalProperties": true
    },
    "interpretRank": {
      "type": "object",
      "properties": {
        "play": {
          "type": "object",
          "properties": {
            "score": {
              "type": "string",
              "description": "Play rank score, a numeric string."
            }
          },
          "additionalProperties": true
        },
        "fanRise": {
          "type": "object",
          "properties": {
            "score": {
              "type": "string",
              "description": "Follower-rise rank score, a numeric string."
            }
          },
          "additionalProperties": true
        },
        "interaction": {
          "type": "object",
          "properties": {
            "score": {
              "type": "string",
              "description": "Interaction rank score, a numeric string."
            }
          },
          "additionalProperties": true
        }
      },
      "description": "The video's rank within the index on the same three facets; the captured fixture carried only scores here, no ratios.",
      "additionalProperties": true
    },
    "interpretRadar": {
      "type": "object",
      "properties": {
        "itself": {
          "type": "object",
          "properties": {
            "play": {
              "type": "object",
              "properties": {
                "ratio": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Play ratio; observed null on the calibrated video."
                },
                "score": {
                  "type": "string",
                  "description": "Play score, a numeric string (e.g. '4548')."
                }
              },
              "additionalProperties": true
            },
            "fanRise": {
              "type": "object",
              "properties": {
                "ratio": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Follower-rise ratio; observed null on the calibrated video."
                },
                "score": {
                  "type": "string",
                  "description": "Follower-rise score, a numeric string (e.g. '2013')."
                }
              },
              "additionalProperties": true
            },
            "interaction": {
              "type": "object",
              "properties": {
                "ratio": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Interaction ratio; observed null on the calibrated video."
                },
                "score": {
                  "type": "string",
                  "description": "Interaction score, a numeric string (e.g. '3060')."
                }
              },
              "additionalProperties": true
            }
          },
          "additionalProperties": true
        }
      },
      "description": "The interpretation radar for the video: each facet's score and, when populated, its ratio.",
      "additionalProperties": true
    }
  },
  "description": "The video index interpretation, as returned at the result path ($.output). Shapes to an empty object {} when the given item_id does not resolve to a video.",
  "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