Skip to content
Eden Engine

Douyin Related Insight Report Recommendations (by Report ID)

omnial/douyin-index-fetch-insight-get-rec

Given a Douyin insight report id, returns the related insight reports the platform recommends alongside it: each related report's id, title, author, publication timestamp, category/status codes, summary, introduction, and keyword tags, plus cover image dimensions. A report id that matches nothing returns an empty list rather than an error. Titles, summaries, and introductions are in Simplified Chinese.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
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": [
    "report_id"
  ],
  "properties": {
    "report_id": {
      "type": "string",
      "description": "Report ID"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "results"
  ],
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "The related report's own report id."
          },
          "cover": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "width": {
                  "type": "string",
                  "description": "Cover image width, as a numeric string (e.g. '592')."
                },
                "height": {
                  "type": "string",
                  "description": "Cover image height, as a numeric string (e.g. '338')."
                },
                "cover_url": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "The cover image URL. Value withheld (stripped to `null`) in this tool's output -- only the cover's dimensions are given, not the image itself."
                }
              },
              "additionalProperties": true
            },
            "description": "Cover image entries (different sizes)."
          },
          "title": {
            "type": "string",
            "description": "The related report's title, in Simplified Chinese."
          },
          "author": {
            "type": "string",
            "description": "The related report's author byline -- an editorial department or a publication collaboration credit (e.g. an editorial brand, or 'x 第一财经'), not a private individual's contact detail."
          },
          "status": {
            "type": "string",
            "description": "Status code, as a numeric string (observed value '2')."
          },
          "summary": {
            "type": "string",
            "description": "Short summary of the report, in Simplified Chinese."
          },
          "category": {
            "type": "string",
            "description": "Category code, as a numeric string (observed value '1')."
          },
          "keywords": {
            "type": "string",
            "description": "Keyword tags for the report, space-separated, in Simplified Chinese."
          },
          "create_time": {
            "type": "string",
            "description": "The report's publication timestamp, e.g. '2021-03-16 18:28:12'."
          },
          "create_user": {
            "type": "string",
            "description": "The numeric id of the publisher account that created the report -- a platform account id, not a person's name or contact detail."
          },
          "introduction": {
            "type": "string",
            "description": "Longer introduction to the report, in Simplified Chinese."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per related insight report. 4 entries observed on the one real found call captured; zero entries on the not-found call."
    }
  },
  "description": "The related-report list, wrapped as `{results: [...]}` after a bare top-level array is normalized into an output object (see `asOutputObject`). Empty list for a report id that matches nothing.",
  "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