微信文章互动采集服务
更新时间:2026-03-20 11:10:36
API测试
申请API调用
基本信息
接口描述:根据输入的微信文章url实时采集互动数据,然后将采集后的内容返回。
请求方式:post
请求地址:
base/weixincrawl/url
请求参数格式:application/json
输入参数
参数名称
类型
是否必填
描述
url
string
是
需要采集的url链接
输出参数
参数名称
类型
描述
mid
String
文章id
readCount
String
阅读数
approveCount
String
点赞数
lookedCount
String
再看数
调用示例
http://[域名]/opens/api/base/weixincrawl/url
输入示例
nan
输出示例
{
{
"code": 200,
"msg": null,
"data": {
"content": [{
"commentNum": 50,
"approveCount": 3,
"rttCount":34
}]}
}
接口说明
在线测试
请求方式:
POST
*url:
确定
重置
请求结果
错误码
其他错误码详见
公共错误码。