Skip to content
Eden Engine

Kuaishou Live Replay Lookup (by User ID)

omnial/kuaishou-web-fetch-user-live-replay

Given a Kuaishou web user ID, this endpoint is documented to return that user's live-stream replay list, but every one of three real calibration calls (a known-format user ID, an invalid user ID, and a call with a pagination cursor added) returned the SAME login-required response instead of replay data: a numeric result code, an error id, and a Kuaishou login redirect link. Expect this login-required shape rather than an actual replay list until real replay data has been observed from this endpoint.

activeper callv1
Provider
Web & Business Data Network
Category
kuaishou
Provider price
$0.020475 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": {
    "pcursor": {
      "type": "string"
    },
    "user_id": {
      "type": "string",
      "examples": [
        "3xz63mn6fngqtiq"
      ]
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "result": {
      "type": "number",
      "description": "Numeric status/result code. Observed as `109` on all three real calibration calls, coinciding with the login-required condition below; no actual live-replay list value was ever observed at this field."
    },
    "error_id": {
      "type": "string",
      "description": "Vendor error identifier string. Observed as an empty string on all three real calibration calls despite the login-required condition; a populated value's shape is unconfirmed."
    },
    "loginUrl": {
      "type": [
        "string",
        "null"
      ],
      "description": "A Kuaishou login redirect link, present on all three real calibration calls -- signals that this call needs an authenticated session this endpoint does not have through this input schema. The link's own destination is withheld (returned as `null` here); only whether login is being requested is observable."
    }
  },
  "description": "The response document at routing.responseResultPath ($.output). Every one of the three real calibration calls observed the SAME shape -- a login-required error, not a replay list -- for a known-format user id, an invalid user id, and a call with a pagination cursor added. Whether this endpoint ever returns an actual replay list is unconfirmed.",
  "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.020475
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 15, 2026