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/source-analysis
按次收费接口:返回信源分析所需数据 展示效果可参考鹿推推「品牌监测-信源分析」页面

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "groupKey": "string",
    "startTime": "2019-08-24",
    "endTime": "2019-08-24",
    "platforms": [
        "string"
    ],
    "articleTitle": "string",
    "page": 1,
    "perPage": 20
}

请求示例代码

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/source-analysis' \
--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"
    ],
    "articleTitle": "string",
    "page": 1,
    "perPage": 20
}'

返回响应

🟢200
*/*
OK
Body*/*

示例
{
    "code": "string",
    "desc": "string",
    "content": {
        "sourceAnalysis": {
            "siteRanking": [
                {
                    "siteName": "string",
                    "siteLogo": "string",
                    "citeCount": 0,
                    "percentage": 0
                }
            ],
            "summary": {
                "articleCount": 0,
                "citeCount": 0,
                "siteCount": 0
            },
            "platformDistribution": [
                {
                    "platform": "string",
                    "name": "string",
                    "value": 0
                }
            ],
            "questions": [
                {
                    "batchKey": "string",
                    "question": "string",
                    "taskType": "string",
                    "taskTypeName": "string",
                    "referenceCount": 0,
                    "platforms": [
                        "string"
                    ],
                    "platformIcons": [
                        "string"
                    ]
                }
            ]
        },
        "citedArticles": {
            "records": [
                {
                    "publishTime": "string",
                    "title": "string",
                    "url": "string",
                    "siteName": "string",
                    "questionCount": 0,
                    "platformCount": 0,
                    "siteCount": 0,
                    "citeCount": 0,
                    "hotUrl": true,
                    "platformList": [
                        {
                            "platform": "string",
                            "platformName": "string",
                            "platformIcon": "string"
                        }
                    ]
                }
            ],
            "total": 0,
            "size": 0,
            "current": 0,
            "optimizeCountSql": {},
            "searchCount": {},
            "pages": 0
        }
    },
    "timestamp": 0
}
修改于 2026-08-12 03:09:34
上一页
2.4 监测任务-编辑品牌词
下一页
分享报告接口
Built with