Skip to content
Eden Engine

Douyin Hashtag Suggestions (by Keyword)

omnial/douyin-search-fetch-challenge-suggest

Given a search keyword, returns Douyin's hashtag/challenge suggestions for it: each suggested hashtag's display name, its total view count, and identifiers usable to build a direct link to the hashtag's own page. A keyword with no real matches still returns one suggestion that echoes the keyword itself with zero views, rather than an empty list.

activeper callv1
Provider
Web & Business Data Network
Category
douyin
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": [
    "keyword"
  ],
  "properties": {
    "keyword": {
      "type": "string",
      "description": "Keyword, e.g. travel"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "sug_list": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "cid": {
            "type": "string",
            "description": "The hashtag's own numeric content id, usable to build a direct link to its challenge page (e.g. https://www.douyin.com/challenge/<cid>). Observed as an empty string when the suggestion has no dedicated challenge page."
          },
          "tag": {
            "type": "number",
            "description": "A suggestion-type flag. Observed as 0 on every entry across both fixtures; no other value has been observed."
          },
          "cha_name": {
            "type": "string",
            "description": "The hashtag/challenge's public display name."
          },
          "group_id": {
            "type": "string",
            "description": "The hashtag's internal group id. Populated on most entries observed; empty string on the one no-match echo entry. Purpose beyond `cid` unconfirmed."
          },
          "view_count": {
            "type": "number",
            "description": "Total view count across the hashtag. Observed as 0 on hashtags with no real traffic (including the echoed no-match entry)."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per suggested hashtag/challenge, most relevant first."
    }
  },
  "description": "The hashtag suggestion list, as returned at routing.responseResultPath ($.output). A keyword with no real matches was still observed to return one entry that echoes the keyword itself with zero views (see `gibberish-empty` fixture), not an empty array -- an empty `sug_list` was never observed on either fixture.",
  "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 23, 2026