Skip to content
Eden Engine

TikTok Live Ranking List (by Room + Anchor ID)

omnial/tiktok-app-fetch-live-ranking-list

Given a TikTok LIVE room ID and its anchor (streamer) ID, returns that live room's current viewer/gifter ranking list, an anchor-show-contribution flag, and the ranking panel's display settings. Returns an empty ranks list when the room isn't currently live or has no ranking activity yet, and a short error-shaped object (message/prompts) when the room_id/anchor_id pair does not resolve.

activeper callv1
Provider
Web & Business Data Network
Category
tiktok
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": [
    "room_id",
    "anchor_id"
  ],
  "properties": {
    "room_id": {
      "type": "string",
      "examples": [
        "7358603858249009962"
      ],
      "description": "Live room id"
    },
    "anchor_id": {
      "type": "string",
      "examples": [
        "7222941468722758702"
      ],
      "description": "Anchor id"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "ranks": {
          "type": "array",
          "description": "The ranked entries. Observed as an empty array `[]` on the one resolvable-room fixture calibrated (the room wasn't live at capture time) -- the shape of a populated entry is unconfirmed."
        },
        "total": {
          "type": "number",
          "description": "Count of ranked entries; observed as 0."
        },
        "message": {
          "type": "string",
          "description": "Present only in the invalid-input shape, e.g. 'Service internal error' for a room_id/anchor_id pair that doesn't resolve."
        },
        "prompts": {
          "type": "string",
          "description": "Same text as `message` in the one invalid-input case observed."
        },
        "currency": {
          "type": "string",
          "description": "e.g. 'Coins', the virtual-gift currency label."
        },
        "rule_url": {
          "type": [
            "string",
            "null"
          ],
          "description": "A link to the ranking rules. Value withheld (returned as `null` regardless of what the endpoint published) -- only whether the field is populated is observable, not the destination itself."
        },
        "sub_tabs": {
          "type": "array",
          "description": "Sub-tabs of the ranking panel (e.g. daily/weekly views). Observed empty on the one resolvable-room fixture calibrated; a populated entry's shape is unconfirmed."
        },
        "anonymous": {
          "type": "number",
          "description": "Observed as the number 0; appears to be a flag rather than a count, exact meaning unconfirmed from the one fixture calibrated."
        },
        "deprecated": {
          "type": "boolean"
        },
        "bottom_notice": {
          "type": "string",
          "description": "Footer text shown under the ranking list."
        },
        "preview_count": {
          "type": "number"
        },
        "display_config": {
          "type": "object",
          "properties": {
            "show_score": {
              "type": "boolean"
            },
            "avatar_count": {
              "type": "number"
            },
            "can_panel_click": {
              "type": "boolean"
            },
            "show_avatar_list": {
              "type": "boolean"
            },
            "show_online_panel": {
              "type": "boolean"
            }
          },
          "description": "Which UI elements the ranking panel should show.",
          "additionalProperties": true
        },
        "anchor_show_contribution": {
          "type": "boolean",
          "description": "Whether the anchor's own contribution is shown in the ranking panel."
        }
      },
      "description": "Either the ranking payload or the invalid-input error shape (message/prompts) -- which keys appear depends on whether room_id/anchor_id resolves to a real room.",
      "additionalProperties": true
    },
    "extra": {
      "type": "object",
      "properties": {
        "now": {
          "type": "number",
          "description": "Server-side unix-millisecond timestamp of the response."
        }
      },
      "additionalProperties": true
    },
    "status_code": {
      "type": "number",
      "description": "0 on the resolvable-room fixture; a nonzero code (10002 observed) on the invalid-room fixture, alongside data.message/data.prompts."
    }
  },
  "description": "The ranking-lookup record, as returned at routing.responseResultPath ($.output). Two shapes observed for `data`: the ranking payload (ranks/total/display_config/etc, present even when the ranks list is empty) for a resolvable room_id/anchor_id pair, or a short message/prompts pair for an invalid one -- confirmed against both real fixtures.",
  "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 23, 2026