1、自媒体库排行榜支持的平台
请求说明
接口地址: /api/open/api/datamonitor/mediarankingplatform
请求方式:GET
输出参数说明
| 参数 |
类型 |
说明 |
| pid |
int |
平台 ID |
| platename |
string |
平台名称 |
完整返回结果示例
{
"code": "Success",
"msg": "请求成功",
"data": [
{
"pid": 5,
"platename": "头条号"
},
...
]
}
2、获取作者列表
请求说明
接口地址: /api/open/api/datamonitor/searchmediaauthor
请求方式:POST
Content-Type:application/json
{
"pageIndex": 0,
"pageSize": 0,
"orderName": "string",
"apid": 0,
"autwebid": "string",
"autname": "string"
}
输入参数说明
| 参数 |
类型 |
说明 |
必填项 |
缺省值 |
| apid |
int |
平台 ID |
是 |
|
| pageIndex |
int |
分页索引 |
否 |
|
| pageSize |
int |
分页大小 |
否 |
|
| orderName |
int |
排序 |
否 |
|
| autwebid |
string |
作者 ID |
否 |
|
| autname |
string |
作者名称 |
否 |
|
输出参数说明
| 参数 |
类型 |
说明 |
| apid |
int |
平台 ID |
| acid |
int |
领域 ID |
| autwebid |
string |
作者 ID |
| autname |
string |
作者名称 |
| autimageurl |
string |
作者头像 URL |
| autsumread |
int |
阅读 |
| autsumcomment |
int |
评论 |
| autfans |
int |
粉丝 |
完整返回结果示例
{
"code": "Success",
"msg": "请求成功",
"data": [
{
"apid": 5,
"acid": 0,
"autwebid": "4492956276",
"autname": "string",
"autimageurl": "stromg",
"autsumread": 0,
"autsumcomment": null,
"autfans": 79774508
},
...
]
}
3、解析图文作者信息
请求说明
接口地址: /api/open/api/datamonitor/searchmediaauthorinfo
请求方式:POST
Content-Type:application/json
{
"url": ""
}
输入参数说明
| 参数 |
类型 |
说明 |
必填项 |
缺省值 |
| url |
string |
URL |
是 |
|
输出参数说明
| 参数 |
类型 |
说明 |
| url |
int |
URL |
| apid |
int |
平台 ID |
| autname |
int |
作者名称 |
| autwebid |
string |
作者 ID |
| autimageurl |
string |
作者头像 URL |
| autfans |
int |
作者粉丝 |
| isoriginal |
string |
是否原创 |
| plate |
string |
平台 |
完整返回结果示例
{
"code": "Success",
"msg": "请求成功",
"data": {
"url": "https://www.toutiao.com/a6923098632094745096/",
"apid": 5,
"autname": "央视新闻",
"autwebid": "4492956276",
"autimageurl": "https://sf6-ttcdn-tos.pstatp.com/img/pgc-image/e851d72f00744176ab596f32f376e408~300x300.image",
"autfans": 0,
"isoriginal": null,
"plate": "头条"
}
}
4、解析视频作者信息
请求说明
接口地址: /api/open/api/datamonitor/searchvideoauthorinfo
请求方式:POST
Content-Type:application/json
{
"url": ""
}
输入参数说明
| 参数 |
类型 |
说明 |
必填项 |
缺省值 |
| url |
string |
URL |
是 |
|
输出参数说明
| 参数 |
类型 |
说明 |
| url |
int |
URL |
| apid |
int |
平台 ID |
| autname |
int |
作者名称 |
| autwebid |
string |
作者 ID |
| autimageurl |
string |
作者头像 URL |
| autfans |
int |
作者粉丝 |
| isoriginal |
string |
是否原创 |
| plate |
string |
平台 |
完整返回结果示例
{
"code": "Success",
"msg": "请求成功",
"data": {
"url": "https://www.toutiao.com/a6923098632094745096/",
"apid": 5,
"autname": "央视新闻",
"autwebid": "4492956276",
"autimageurl": "https://sf6-ttcdn-tos.pstatp.com/img/pgc-image/e851d72f00744176ab596f32f376e408~300x300.image",
"autfans": 0,
"isoriginal": null,
"plate": "头条"
}
}
5、自媒体库排行榜
请求说明
接口地址: /api/open/api/datamonitor/mediaranking
请求方式:POST
Content-Type:application/json
{
"apid": 0,
"acid": 0,
"time": "string",
"authorname": "string",
"rankingType": 0
}
输入参数说明
| 参数 |
类型 |
说明 |
必填项 |
缺省值 |
| apid |
string |
平台 ID |
是 |
|
| acid |
string |
领域 ID |
是 |
|
| time |
string |
时间 |
是 |
|
| authorname |
string |
作者名称 |
否 |
|
| rankingType |
string |
排名类型 |
是 |
|
输出参数说明
| 参数 |
类型 |
说明 |
| ranking |
int |
排行 ID |
| apid |
int |
平台 ID |
| acid |
int |
领域 ID |
| releasecount |
int |
发布总数 |
| releasecontentcount |
int |
发布图文总数 |
| releaseatlascount |
int |
发布图集总数 |
| releasevideo |
int |
发布视频总数 |
| readcount |
int |
阅读总数 |
| readcontentcount |
int |
|
| readatlascount |
int |
|
| readvideocount |
int |
视频总数 |
| commentcount |
int |
评论总数 |
| autname |
string |
作者名称 |
| autimageurl |
string |
作者头像 URL |
| authoridstr |
string |
作者 ID |
| hottrend |
int |
|
完整返回结果示例
{
"code": "Success",
"msg": "请求成功",
"data": {
"ranking": 1,
"apid": 5,
"acid": 0,
"releasecount": 13,
"releasecontentcount": 0,
"releaseatlascount": 0,
"releasevideo": 13,
"readcount": 5794816,
"readcontentcount": 0,
"readatlascount": 0,
"readvideocount": 5794816,
"commentcount": 2750,
"autname": "垄上行",
"autimageurl": "http://sf1-ttcdn-tos.pstatp.com/img/pgc-image/b776e12ba26d439899abe03d335a866d~120x256.image",
"authoridstr": "4223496221",
"hottrend": "3"
}
}