文档
测试

账号列表-搜索

POST
http://bd_backend.wptomo.top/api/search/search

请求参数

参数名
类型
描述
必填
type
平台
必填
score
保管指数
必填
age
年龄
必填
keyword
关键词
必填
follower
粉丝段
必填
address
地址
必填
sex
性别
必填
sort
排序 0 保观指数(默认) 1 粉丝数 2 视频数 3 点赞数
必填

响应参数

参数名
类型
描述
必填
username
博主名
必填
thumbnail
缩略图
必填
score
保观指数
必填
address
地区
必填
follower
粉丝总量
必填
follower_inc_30
30天粉丝增量
必填
video_count
视频总量
必填
video_count_inc_30
30天视频增量
必填
post_like_30
30天点赞增量
必填
post_like
点赞总量
必填
post_excerpt
简介
必填
code
快手号
必填

说明 / 示例

{ "code": 0, "message": "请求成功", "data": { "current_page": 1, "data": [ { "id": 1550, "score": 5692.6, "username": "小司频道(今晚9点直播)", "address": "北京 东城区", "follower": 1020918, "video_count": 527, "post_excerpt": "薇新恭重號 xiaosilicai\n【每周都有群直播和理cai知识分享】\n领保险秘籍,去公重呺:小司淘保 回复〔秘籍〕自动领", "code": "1092994085", "post_like": 0, "blogger_increment": { "id": 1550, "follower_inc_30": 0, "post_like_30": 0, "video_count_inc_30": 0 } } ], "first_page_url": "http://bg.test/api/search/search?page=1", "from": 1, "last_page": 14784, "last_page_url": "http://bg.test/api/search/search?page=14784", "links": [ { "url": null, "label": "pagination.previous", "active": false }, { "url": "http://bg.test/api/search/search?page=1", "label": 1, "active": true }, { "url": "http://bg.test/api/search/search?page=2", "label": 2, "active": false }, { "url": "http://bg.test/api/search/search?page=3", "label": 3, "active": false }, { "url": "http://bg.test/api/search/search?page=4", "label": 4, "active": false }, { "url": "http://bg.test/api/search/search?page=5", "label": 5, "active": false }, { "url": "http://bg.test/api/search/search?page=6", "label": 6, "active": false }, { "url": "http://bg.test/api/search/search?page=7", "label": 7, "active": false }, { "url": "http://bg.test/api/search/search?page=8", "label": 8, "active": false }, { "url": "http://bg.test/api/search/search?page=9", "label": 9, "active": false }, { "url": "http://bg.test/api/search/search?page=10", "label": 10, "active": false }, { "url": null, "label": "...", "active": false }, { "url": "http://bg.test/api/search/search?page=14783", "label": 14783, "active": false }, { "url": "http://bg.test/api/search/search?page=14784", "label": 14784, "active": false }, { "url": "http://bg.test/api/search/search?page=2", "label": "pagination.next", "active": false } ], "next_page_url": "http://bg.test/api/search/search?page=2", "path": "http://bg.test/api/search/search", "per_page": 1, "prev_page_url": null, "to": 1, "total": 14784 } }