Skip to content
Eden Engine

Xiaohongshu Creator Inspiration Feed (by Tab)

omnial/xiaohongshu-app-get-creator-inspiration-feed

Returns one page of Xiaohongshu's own creator-inspiration feed: a list of trending post topics, image templates, and video themes for a given feed tab, each with its display name, a popularity count, cover art, and the app deep links a creator would use to view or post against it. Paginated via a cursor and an end-of-feed flag.

activeper callv1
Provider
Web & Business Data Network
Category
xiaohongshu
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": [
    "tab"
  ],
  "properties": {
    "tab": {
      "type": "integer",
      "description": "Tab type"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor, leave empty for first request"
    },
    "source": {
      "type": "string",
      "default": "creator_center",
      "examples": [
        "creator_center"
      ],
      "description": "Source"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "msg": {
      "type": "string",
      "description": "A short status message, observed as the Chinese word for \"success\"."
    },
    "code": {
      "type": "number",
      "description": "0 on both calibrated calls."
    },
    "data": {
      "type": "object",
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Opaque pagination cursor; pass back as this tool's own `cursor` input."
        },
        "end_flag": {
          "type": "boolean",
          "description": "true once the feed has no further pages; false on both calibrated calls."
        },
        "inspirations": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "icon": {
                "type": "string",
                "description": "Icon image URL."
              },
              "name": {
                "type": "string",
                "description": "The inspiration's own display title, e.g. a topic or theme name."
              },
              "type": {
                "type": "string",
                "description": "Display category, e.g. \"Topic\", \"Image\", \"Video\" (observed values)."
              },
              "image": {
                "type": "string",
                "description": "Cover/preview image URL for this item."
              },
              "ins_id": {
                "type": "number",
                "description": "The inspiration's numeric id."
              },
              "btn_text": {
                "type": "string",
                "description": "The call-to-action label for this item, e.g. \"Post Now\"."
              },
              "cnt_desc": {
                "type": "string",
                "description": "A human-readable popularity count, e.g. \"34.8K Posted\"."
              },
              "ins_type": {
                "type": "string",
                "description": "The inspiration's kind, e.g. \"inspiration\", \"image_template\", \"video_theme\" (observed values)."
              },
              "dark_icon": {
                "type": "string",
                "description": "Icon image URL (dark-mode variant)."
              },
              "direction": {
                "type": "number",
                "description": "Numeric layout/orientation flag; 0 observed on both calibrated calls."
              },
              "favor_status": {
                "type": "number",
                "description": "Numeric favorite/follow flag; 0 observed on both calibrated calls."
              },
              "post_deeplink": {
                "type": "string",
                "description": "An in-app deep link (xhsdiscover://...) that starts a new post against this inspiration."
              },
              "detail_deeplink": {
                "type": "string",
                "description": "An in-app deep link (xhsdiscover://...) that opens this inspiration's own detail view."
              }
            },
            "additionalProperties": true
          },
          "description": "One entry per suggested topic, image template, or video theme."
        }
      },
      "additionalProperties": true
    },
    "success": {
      "type": "boolean",
      "description": "true on both calibrated calls."
    }
  },
  "description": "The feed page, as returned at routing.responseResultPath ($.output). `code`/`success`/`msg` are the aggregator's own call-status envelope (0/true/\"success\" on both calibrated calls); `data.cursor`/`data.end_flag` drive pagination.",
  "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