Skip to content
Eden Engine

Kuaishou Live Status & Stream Info (by User ID)

omnial/kuaishou-app-fetch-user-live-info

Given a Kuaishou user ID, returns whether that account is currently live, and when it is the live stream's own text title and stream id plus the account's public identity (display name, handle, numeric id, verification status, profile text). An account that is not currently streaming returns a live=false marker rather than an error.

activeper callv1
Provider
Web & Business Data Network
Category
kuaishou
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": [
    "user_id"
  ],
  "properties": {
    "user_id": {
      "type": "string",
      "examples": [
        "1377082950"
      ]
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "dynamicIconV2"
  ],
  "properties": {
    "dynamicIconV2": {
      "type": "object",
      "required": [
        "isLive",
        "photoCount"
      ],
      "properties": {
        "isLive": {
          "type": "boolean",
          "description": "Whether the queried account is currently broadcasting."
        },
        "liveStream": {
          "type": "object",
          "properties": {
            "user": {
              "type": "object",
              "properties": {
                "kwaiId": {
                  "type": "string",
                  "description": "The account's Kuaishou/Kwai handle."
                },
                "headurl": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "The account's avatar image URL. Value withheld (stripped to `null`) in this tool's output -- only whether an avatar is set is observable, not the image itself."
                },
                "user_id": {
                  "type": "number",
                  "description": "The account's numeric Kuaishou user id."
                },
                "verified": {
                  "type": "boolean",
                  "description": "Whether the account carries platform verification."
                },
                "user_name": {
                  "type": "string",
                  "description": "The queried account's public display name."
                },
                "user_text": {
                  "type": "string",
                  "description": "The account's own public profile free-text (its self-description)."
                },
                "verifiedDetail": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string",
                      "description": "The account's own verification statement (e.g. its official-title description)."
                    }
                  },
                  "additionalProperties": true
                }
              },
              "description": "The queried account's own public identity block (the subject of the lookup itself, an official public media brand on the one live fixture).",
              "additionalProperties": true
            },
            "caption": {
              "type": "string",
              "description": "The stream's own text title/caption."
            },
            "liveStreamId": {
              "type": "string",
              "description": "The live stream's identifier."
            }
          },
          "description": "The account's live stream, present only when `isLive` is true -- observed only on the live fixture; no not-live fixture ever carried it.",
          "additionalProperties": true
        },
        "photoCount": {
          "type": "number",
          "description": "The account's public photo/post count. 0 when the account is not currently live (the shape observed on the not-live fixture)."
        }
      },
      "description": "The live-status block. Present on both fixtures; `isLive` and `photoCount` were observed on both.",
      "additionalProperties": true
    }
  },
  "description": "The user live-info document, as returned at routing.responseResultPath ($.output). For an account that is not currently live, `dynamicIconV2` collapses to `{ isLive: false, photoCount: 0 }` with no `liveStream` member -- confirmed against the `user-not-found` fixture, which still billed the normal per-call price.",
  "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