1. API品牌监测收费接口
鹿推推-品牌监测API
  • 鹿推推-API资源接入说明
  • API品牌监测核心接口
    • 0.1 基础配置-已接入AI平台列表
      POST
    • 1.1 监测小组-新建监测小组
      POST
    • 1.2 监测小组-全部监测小组
      POST
    • 2.1 监测任务-创建监测任务
      POST
    • 2.2 监测任务-统一查询/状态同步
      POST
    • 2.3 监测任务-获取原始结果
      POST
    • 2.4 监测任务-编辑品牌词
      POST
  • API品牌监测收费接口
    • 信源分析接口
      POST
    • 分享报告接口
      POST
    • 竞品对比接口
      POST
  1. API品牌监测收费接口

分享报告接口

POST
/api-brand-page/report-share
按次收费接口:返回报告分享所需数据 展示效果可参考鹿推推「品牌监测-报告分享」页面

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "groupKey": "string",
    "startTime": "2019-08-24",
    "endTime": "2019-08-24",
    "platforms": [
        "string"
    ],
    "taskId": 0,
    "taskPlatform": "string",
    "question": "string",
    "page": 1,
    "perPage": 10
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/api-brand-page/report-share' \
--header 'token;' \
--header 'uid;' \
--header 'device-type: pc' \
--header 'x-api-key;' \
--header 'x-app-id;' \
--header 'X-App-Code: lutuitui' \
--header 'Content-Type: application/json' \
--data '{
    "groupKey": "string",
    "startTime": "2019-08-24",
    "endTime": "2019-08-24",
    "platforms": [
        "string"
    ],
    "taskId": 0,
    "taskPlatform": "string",
    "question": "string",
    "page": 1,
    "perPage": 10
}'

返回响应

🟢200
*/*
OK
Body*/*

示例
{
    "code": "string",
    "desc": "string",
    "content": {
        "totalPerformance": {
            "totalConversations": 0,
            "totalReferences": 0,
            "totalSites": 0,
            "ownMentionConversations": 0,
            "ownMentionCount": 0,
            "mentionRate": 0,
            "sov": 0,
            "compositeScore": 0
        },
        "platformPerformance": [
            {
                "platform": "string",
                "platformName": "string",
                "totalConversations": 0,
                "totalReferences": 0,
                "totalSites": 0,
                "ownMentionConversations": 0,
                "ownMentionCount": 0,
                "mentionRate": 0,
                "sov": 0,
                "compositeScore": 0
            }
        ],
        "platformStats": [
            {
                "platform": "string",
                "platformName": "string",
                "type": "string",
                "icon": "string",
                "count": 0,
                "display": true
            }
        ],
        "zxList": {
            "records": [
                {
                    "id": 0,
                    "question": "string",
                    "platform": "string",
                    "platformName": "string",
                    "platformType": "string",
                    "platformUrl": "string",
                    "platformIcon": "string",
                    "completedAt": "2019-08-24T14:15:22.123Z",
                    "shareUrl": "string",
                    "isRecommended": 0,
                    "exposureCount": 0,
                    "brands": "string",
                    "outOrderNo": "string",
                    "updateTime": "2019-08-24T14:15:22.123Z"
                }
            ],
            "total": 0,
            "size": 0,
            "current": 0,
            "optimizeCountSql": {},
            "searchCount": {},
            "pages": 0
        },
        "questionOptions": [
            {
                "taskId": 0,
                "questionText": "string"
            }
        ]
    },
    "timestamp": 0
}
修改于 2026-08-12 03:09:34
上一页
信源分析接口
下一页
竞品对比接口
Built with