Skip to content
Eden Engine

Bilibili App Home Feed

omnial/bilibili-app-fetch-home-feed

Fetches one page of Bilibili's personalized app home feed. Each call returns a list of recommended video cards -- video id, title, category, uploader (id and public display name), formatted view/danmaku/duration labels, and the playback ids (cid/aid) needed to play or look up the video elsewhere. Page through more of the feed with `idx`/`pull`/`flush`.

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"
    },
    "pull": {
      "type": "boolean",
      "default": true,
      "description": "Pull to refresh"
    },
    "flush": {
      "type": "integer",
      "default": 0,
      "description": "刷新标记/Flush flag (0=普通加载, 1=刷新)"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "idx": {
                "type": [
                  "number"
                ],
                "description": "An ordering value. Observed as a large timestamp-like number on most cards, as the sentinel `-1` on one real card, and absent entirely on another -- not reliable as a stable ordering or pagination key across pages on the fixtures calibrated."
              },
              "args": {
                "type": "object",
                "properties": {
                  "aid": {
                    "type": "number",
                    "description": "The video's numeric id; matches param/player_args.aid."
                  },
                  "tid": {
                    "type": "number",
                    "description": "Category id."
                  },
                  "tname": {
                    "type": "string",
                    "description": "Category label, e.g. a genre or channel tag (not a person's name)."
                  },
                  "up_id": {
                    "type": "number",
                    "description": "The uploader's numeric Bilibili member id."
                  },
                  "up_name": {
                    "type": "string",
                    "description": "The uploader's public display name -- the creator who published this video under this exact public channel identity."
                  }
                },
                "description": "The video's uploader and category.",
                "additionalProperties": true
              },
              "goto": {
                "type": "string",
                "description": "Same value as card_goto on every card observed."
              },
              "cover": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "The video's thumbnail image URL. Value withheld (stripped to `null`) in this tool's output -- only whether a thumbnail exists is observable, not the image itself."
              },
              "param": {
                "type": "string",
                "description": "The video's numeric id as a string; matches args.aid/player_args.aid."
              },
              "title": {
                "type": "string"
              },
              "can_play": {
                "type": "number",
                "description": "1 (playable) on every real card observed."
              },
              "card_goto": {
                "type": "string",
                "description": "Content type discriminator, e.g. \"av\" for a video."
              },
              "card_type": {
                "type": "string",
                "description": "UI card layout variant, e.g. \"small_cover_v2\" on every card observed."
              },
              "player_args": {
                "type": "object",
                "properties": {
                  "aid": {
                    "type": "number"
                  },
                  "cid": {
                    "type": "number",
                    "description": "The default page/part's content id, needed to play or look up the video via other endpoints."
                  },
                  "type": {
                    "type": "string",
                    "description": "e.g. \"av\" for a video."
                  },
                  "duration": {
                    "type": "number",
                    "description": "Seconds."
                  }
                },
                "additionalProperties": true
              },
              "official_icon": {
                "type": "number",
                "description": "Official/verified-channel badge code. Observed on only one of the four real cards calibrated; absent on the others."
              },
              "cover_right_text": {
                "type": "string",
                "description": "Formatted duration label, e.g. \"12:37\"."
              },
              "cover_left_icon_1": {
                "type": "number"
              },
              "cover_left_icon_2": {
                "type": "number"
              },
              "cover_left_text_1": {
                "type": "string",
                "description": "Formatted view-count label, e.g. \"75万\"."
              },
              "cover_left_text_2": {
                "type": "string",
                "description": "Formatted danmaku (overlay-comment) count label, e.g. \"1822\"."
              },
              "cover_right_content_description": {
                "type": "string",
                "description": "Accessibility text for the duration label."
              },
              "cover_left_1_content_description": {
                "type": "string",
                "description": "Accessibility text for the view-count label."
              },
              "cover_left_2_content_description": {
                "type": "string",
                "description": "Accessibility text for the danmaku-count label."
              }
            },
            "additionalProperties": true
          },
          "description": "One entry per feed card. Only video (\"av\") cards were observed on the two real calls calibrated -- this endpoint's other possible card types (e.g. ads, banners) may have a different shape."
        }
      },
      "description": "The feed payload.",
      "additionalProperties": true
    }
  },
  "description": "The home feed page, as returned at routing.responseResultPath ($.output). Both calibration fixtures returned a populated feed with real video cards.",
  "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