Skip to content
Eden Engine

Xiaohongshu User Profile Lookup (by User ID)

omnial/xiaohongshu-web-fetch-user-info

Given a Xiaohongshu (Rednote/Little Red Book) numeric user ID, returns that account's public profile: nickname, bio, gender, location, profile tags, follower/following/like-and-collect counts, and which collection tabs (notes, boards, files) are publicly viewable and how many items each holds. An unknown or malformed user ID returns a not-found result rather than a profile.

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": [
    "user_id"
  ],
  "properties": {
    "user_id": {
      "type": "string",
      "examples": [
        "5e3a8ee700000000010070c6"
      ],
      "description": "User ID"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Call-level success flag from the upstream gateway."
    },
    "msg": {
      "type": "string",
      "description": "Status message in Chinese, e.g. '成功' (success) or '此账号不存在' (this account does not exist)."
    },
    "code": {
      "type": "number",
      "description": "0 on a found profile; a negative error code (e.g. -1001) when not found."
    },
    "data": {
      "type": "object",
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "icon": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "The tag's icon image URL. Value withheld (stripped to `null`) in this tool's output."
              },
              "name": {
                "type": "string",
                "description": "Tag text, e.g. a profession label. Absent on a pure icon-only tag."
              },
              "tagType": {
                "type": "string",
                "description": "e.g. 'info', 'profession'."
              }
            },
            "additionalProperties": true
          },
          "description": "Profile info/profession tags. 2 entries observed on the one real profile."
        },
        "basic_info": {
          "type": "object",
          "properties": {
            "desc": {
              "type": "string",
              "description": "The account's public bio/description text."
            },
            "gender": {
              "type": "number",
              "description": "Gender code. Only the value 1 observed on the one real profile calibrated."
            },
            "imageb": {
              "type": [
                "string",
                "null"
              ],
              "description": "The account's large avatar image URL. Value withheld (stripped to `null`) in this tool's output -- only whether an avatar is set is observable."
            },
            "images": {
              "type": [
                "string",
                "null"
              ],
              "description": "The account's small avatar image URL. Value withheld (stripped to `null`) in this tool's output, same treatment as `imageb`."
            },
            "red_id": {
              "type": "string",
              "description": "Xiaohongshu's own public account handle (the platform's '小红书号'), a digit string shown on the account's own public profile page -- not a phone number, despite its digits-only shape."
            },
            "nickname": {
              "type": "string",
              "description": "The account's own public display name."
            },
            "ip_location": {
              "type": "string",
              "description": "Self-reported location text. Observed empty on the one real profile."
            }
          },
          "description": "Present only when the user ID resolves to a real account.",
          "additionalProperties": true
        },
        "tab_public": {
          "type": "object",
          "properties": {
            "collection": {
              "type": "boolean"
            },
            "collectionFile": {
              "type": "object",
              "properties": {
                "lock": {
                  "type": "boolean"
                },
                "count": {
                  "type": "number"
                },
                "display": {
                  "type": "boolean"
                }
              },
              "additionalProperties": true
            },
            "collectionNote": {
              "type": "object",
              "properties": {
                "lock": {
                  "type": "boolean"
                },
                "count": {
                  "type": "number"
                },
                "display": {
                  "type": "boolean"
                }
              },
              "additionalProperties": true
            },
            "collectionBoard": {
              "type": "object",
              "properties": {
                "lock": {
                  "type": "boolean"
                },
                "count": {
                  "type": "number"
                },
                "display": {
                  "type": "boolean"
                }
              },
              "additionalProperties": true
            }
          },
          "description": "Which collection tabs are publicly viewable, and their item counts.",
          "additionalProperties": true
        },
        "interactions": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Chinese label for the counter."
              },
              "type": {
                "type": "string",
                "description": "e.g. 'follows', 'fans', 'interaction'."
              },
              "count": {
                "type": "string",
                "description": "Display-formatted count, e.g. '10+' or '1万+' (not a plain number)."
              },
              "i18n_count": {
                "type": "string",
                "description": "English/localized display-formatted count, e.g. '10K+'."
              }
            },
            "additionalProperties": true
          },
          "description": "Follower/following/like-and-collect counters. 3 entries observed (follows, fans, interaction) on the one real profile calibrated."
        }
      },
      "description": "Present with profile fields when the user ID resolves; `{}` otherwise.",
      "additionalProperties": true
    },
    "status": {
      "type": "number",
      "description": "HTTP-like status code. Observed only on the found-profile fixture (200) -- absent on the not-found fixture, so do not assume it is always present."
    },
    "success": {
      "type": "boolean"
    }
  },
  "description": "The profile lookup result, as returned at routing.responseResultPath ($.output). On a user ID that does not resolve to an account, only `ok`/`success`/`code`/`msg` are populated (confirmed against the `invalid-user-id` fixture, `code: -1001`, still billed the normal per-call price) -- the raw response's `data.result` in that case duplicates those same top-level fields and is left out of the allowlist, so `data` itself carries no shipped fields on a not-found lookup.",
  "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