{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin Creator Marketplace (Xingtu) Creator Link Metrics API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin Creator Marketplace (Xingtu) creator Link Metrics data, including creator ranking, traffic structure, and related performance indicators, for creator evaluation, campaign planning, and marketplace research."
  },
  "paths": {
    "/api/douyin-xingtu/get-kol-link-info/v1": {
      "get": {
        "tags": [
          "Douyin Creator Marketplace (Xingtu)"
        ],
        "summary": "Creator Link Metrics",
        "description": "Get Douyin Creator Marketplace (Xingtu) creator Link Metrics data, including creator ranking, traffic structure, and related performance indicators, for creator evaluation, campaign planning, and marketplace research.",
        "operationId": "getKolLinkInfoV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "User authentication token.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "kolId",
            "in": "query",
            "description": "KOL ID.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "industryTag",
            "in": "query",
            "description": "Industry Tag.",
            "required": false,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "acceptCache",
            "in": "query",
            "description": "Enable cache.",
            "required": false,
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "base_resp": {
                      "status_code": 0,
                      "status_message": ""
                    },
                    "cooperate_index": {
                      "avg_value": 75.6,
                      "link_relative_ratio": -0.0007,
                      "rank": "144843",
                      "rank_percent": 0.0179,
                      "value": 75.67
                    },
                    "cp_index": {
                      "avg_value": 64.08,
                      "link_relative_ratio": -0.0036,
                      "rank": "104078",
                      "rank_percent": 0.0128,
                      "value": 66.2
                    },
                    "link_convert_index": {
                      "avg_value": 55.31,
                      "link_relative_ratio": 0.0426,
                      "rank": "116767",
                      "rank_percent": 0.0144,
                      "value": 67.01
                    },
                    "link_shopping_index": {
                      "avg_value": 53.58,
                      "link_relative_ratio": -0.0738,
                      "rank": "47882",
                      "rank_percent": 0.0059,
                      "value": 73.9
                    },
                    "link_spread_index": {
                      "avg_value": 53.29,
                      "link_relative_ratio": -0.0456,
                      "rank": "44183",
                      "rank_percent": 0.0055,
                      "value": 74.25
                    },
                    "link_star_index": {
                      "avg_value": 56.48,
                      "link_relative_ratio": -0.0191,
                      "rank": "44031",
                      "rank_percent": 0.0054,
                      "value": 71.41
                    }
                  }
                }
              }
            }
          }
        },
        "deprecated": true,
        "x-order": "15004000"
      }
    }
  },
  "components": {}
}