Skip to content
Eden Engine

Bilibili Popular Video Feed (Paginated)

omnial/bilibili-app-fetch-popular-feed

Returns one page of Bilibili's popular/trending video feed: each video's id, title, uploader's channel name, duration overlay text, a view-count-and-recency display string, and whether it's flagged popular. Pass a returned video's `param` back as this tool's `last_param` input to fetch the next page.

activeper callv1
Provider
Web & Business Data Network
Category
bilibili
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": [
    "idx"
  ],
  "properties": {
    "idx": {
      "type": "integer",
      "description": "Page index"
    },
    "last_param": {
      "type": "string",
      "description": "Last video ID"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "idx": {
            "type": "number",
            "description": "The card's position within this page."
          },
          "uri": {
            "type": [
              "string",
              "null"
            ],
            "description": "The app deep link to play this video, including short-lived signed playback tokens and internal CDN routing. Value withheld (stripped to `null`) in this tool's output -- the tokens expire quickly and are not meaningful to a customer."
          },
          "bvid": {
            "type": "string",
            "description": "The video's Bilibili id."
          },
          "goto": {
            "type": "string",
            "description": "The card's content type. `av` (a video) on every card observed; other values are not confirmed."
          },
          "cover": {
            "type": [
              "string",
              "null"
            ],
            "description": "The video's cover image URL. Value withheld (stripped to `null`) in this tool's output -- only whether a cover exists is a given, not the image itself."
          },
          "param": {
            "type": "string",
            "description": "The video id to pass as this tool's `last_param` input to fetch the page after this card."
          },
          "title": {
            "type": "string",
            "description": "The video's title."
          },
          "from_type": {
            "type": "string",
            "description": "Why this card was surfaced, e.g. \"recommend\"."
          },
          "is_popular": {
            "type": "boolean"
          },
          "right_desc_1": {
            "type": "string",
            "description": "The uploader's public channel display name."
          },
          "right_desc_2": {
            "type": "string",
            "description": "A display string combining view count and recency, e.g. \"22.3万观看 · 10小时前\"."
          },
          "rcmd_reason_style": {
            "type": "object",
            "properties": {
              "text": {
                "type": "string",
                "description": "The badge text, e.g. \"人气飙升\" (trending up)."
              }
            },
            "description": "The short recommendation badge shown on this card, when the feed sets one -- observed on some cards and absent on others in both fixtures.",
            "additionalProperties": true
          },
          "cover_right_text_1": {
            "type": "string",
            "description": "Duration overlay shown on the cover, e.g. \"2:43\"."
          }
        },
        "additionalProperties": true
      },
      "description": "This page's popular videos, in feed order."
    }
  },
  "description": "The popular-feed page, as returned at routing.responseResultPath ($.output). `data` holds this page's video cards in feed order; pass a returned card's `param` back as this tool's `last_param` input to fetch the next page (confirmed against `second-page.json`, whose `last_param` input matches a `param` value returned by `first-page.json`).",
  "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