{
"code": 200,
"request_id": "<string>",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "<string>",
"time_stamp": 123,
"time_zone": "America/Los_Angeles",
"docs": "<string>",
"cache_message": "This response is cached and accessible via the URL below for 24 hours at no extra cost. The cache is for request tracing only — it doesn't affect the API's data freshness and won't be returned through the API again.",
"cache_message_zh": "本次响应已缓存,可通过下方 URL 直接查看,有效期 24 小时,访问缓存链接无额外费用。缓存仅用于请求溯源,不影响接口数据的时效性,也不会再次通过接口返回。",
"cache_url": "<string>",
"router": "",
"params": {},
"data": "<unknown>"
}UP主广场搜索(搜UP主
UP主广场搜索(搜UP主
{
"code": 200,
"request_id": "<string>",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "<string>",
"time_stamp": 123,
"time_zone": "America/Los_Angeles",
"docs": "<string>",
"cache_message": "This response is cached and accessible via the URL below for 24 hours at no extra cost. The cache is for request tracing only — it doesn't affect the API's data freshness and won't be returned through the API again.",
"cache_message_zh": "本次响应已缓存,可通过下方 URL 直接查看,有效期 24 小时,访问缓存链接无额外费用。缓存仅用于请求溯源,不影响接口数据的时效性,也不会再次通过接口返回。",
"cache_url": "<string>",
"router": "",
"params": {},
"data": "<unknown>"
}code 为 200 时计费。
示例
curl -X POST "https://api.aisa.one/apis/v1/tikhub/bilibili/huahuo/search_upper" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}' # 请求体结构见下方 schema
授权
AIsa API key. Get yours at https://aisa.one
请求体
[中文]
搜索方式:
nickname_or_mids: 按 UP 主昵称或 UID 搜索,多个值可用英文逗号分隔。main_search: 按内容关键词搜索,并在结果中返回命中的稿件信息。mids/upper_mid: 按一个或多个 UID 精确匹配。
筛选字段:
- 基础与归属:性别、粉丝数、地域、内容分区、MCN、服务商及账号类型。
- 粉丝画像:年龄、性别、地域倾向和粉丝黏性。
- 报价与效果:任务报价、互动率、播放中位数、CPM、CPC、CPE、进店成本。
- 内容与合作:稿件数量、爆款比例、视频时长、稿件荣誉、行业及合作经验。
- 带货能力:带货权限、等级、类目、GPM、组件点击率和商品均价。
- 人群包与标签:DMP 人群包、特色标签、内容类型树和高潜标签。
所有字段均可选。比例字段按页面展示值传入,例如 0.05 表示 5%;
金额字段按页面使用的人民币数值传入。筛选项的动态 ID 可通过
square_static_info、upper_label_tree 及相应下拉列表接口取得。
[English]
Search modes:
nickname_or_mids: Search by creator nickname or UID; separate multiple terms with commas.main_search: Search by content keyword and include matched videos in the response.mids/upper_mid: Match one or more creator UIDs exactly.
Filter groups:
- Profile and affiliation: gender, followers, region, content category, MCN, service provider, and account type.
- Audience profile: age, gender, region affinity, and follower loyalty.
- Pricing and performance: quote, engagement rate, median views, CPM, CPC, CPE, and store-entry cost.
- Content and cooperation: post count, viral-post ratio, video duration, honors, industries, and cooperation experience.
- Commerce: permission, level, categories, GPM, component CTR, and average product price.
- Audience packages and labels: DMP packages, feature tags, content-type trees, and high-potential tags.
Every field is optional. Send ratio fields as decimal values (for example,
0.05 for 5%) and monetary fields as the RMB values displayed by Huahuo.
Dynamic IDs are available from square_static_info, upper_label_tree,
and the corresponding dropdown endpoints.
[示例/Example]
{ "nickname_or_mids": "2233,小电视", "marketing_target": 1, "panel_type": 0, "min_fans_num": 100000, "max_fans_num": 1000000, "min_interact_rate": 0.03, "play_median_traffic_type": 1, "play_median_cycle": 3, "price_info": [{ "cooperation_type": 1, "creative_skill": [], "include_content": [], "price_min": 1000, "price_max": 10000, "price_right": [] }], "goods_ctr_type": 1, "page": 1 }
按 UP 主昵称或 UID 搜索,多个关键词用英文逗号分隔 / Creator nickname or UID query; separate multiple terms with commas
按内容关键词搜索,命中稿件会随结果返回 / Content-keyword query; matched videos are included in the result
批量精确匹配的 UP 主 UID 列表 / List of creator UIDs to match exactly
单个 UP 主 UID 精确筛选 / Single creator UID for an exact match
已保存 UP 主文件夹 ID,用于限定文件夹内搜索 / Saved-creator folder ID used to limit the search
营销目标:1=品牌曝光,2=心智种草,3=效果转化 / Marketing objective: 1=brand awareness, 2=consideration, 3=conversion
行业策略面板:0=通用,1=游戏,2=美妆,3=数码,4=汽车,5=效果,6=食饮,8=网服 / Strategy panel: 0=general, 1=gaming, 2=beauty, 3=digital, 4=automotive, 5=performance, 6=food, 8=internet
排序字段,例如 fans_num、play_median、interactive_rate / Sort field, such as fans_num, play_median, or interactive_rate
排序方向:desc=降序,asc=升序 / Sort direction: desc=descending, asc=ascending
页码,从 1 开始,每页返回 20 条 / One-based page number; each page returns 20 records
x >= 1搜索会话标识;同组条件翻页时复用,留空则生成新值 / Search-session ID; reuse it across pages of the same filter set
UP 主性别,取值见 /api/v1/bilibili/huahuo/square_static_info 返回的 gender_info / Creator gender from gender_info returned by /api/v1/bilibili/huahuo/square_static_info
粉丝数下限(含)/ Minimum follower count, inclusive
粉丝数上限(含)/ Maximum follower count, inclusive
先调用 /api/v1/bilibili/huahuo/region_drop;把选中一级地域的 value 放入此数组 / Call /api/v1/bilibili/huahuo/region_drop first, then put selected primary-region values in this array
先调用 /api/v1/bilibili/huahuo/region_drop;把选中一级地域 children 中的二级 value 放入此数组 / Call /api/v1/bilibili/huahuo/region_drop first, then put selected child-region values in this array
内容一级分区 ID,取值见 /api/v1/bilibili/huahuo/partition_drop / Primary content-category ID from /api/v1/bilibili/huahuo/partition_drop
内容二级分区 ID 列表,取值见 /api/v1/bilibili/huahuo/partition_drop / Secondary content-category IDs from /api/v1/bilibili/huahuo/partition_drop
MCN 机构 ID 列表,取值见 /api/v1/bilibili/huahuo/mcn_drop / MCN organization IDs from /api/v1/bilibili/huahuo/mcn_drop
服务商 ID 列表,使用花火筛选项的可选值 / Service-provider IDs using values offered by the Huahuo filter
账号类型:1或4=机构签约,3=个人 / Creator type: 1 or 4=MCN-affiliated, 3=independent
仅看可签约账号:1=是,0=不限 / Contract-eligible filter: 1=only eligible creators, 0=all
是否筛选画师约稿能力 / Whether to require illustration-commission capability
粉丝年龄倾向标签,取值见 /api/v1/bilibili/huahuo/square_static_info / Audience age-affinity tags from /api/v1/bilibili/huahuo/square_static_info
粉丝性别倾向标签,取值见 /api/v1/bilibili/huahuo/square_static_info / Audience gender-affinity tags from /api/v1/bilibili/huahuo/square_static_info
粉丝地域倾向标签,取值见 /api/v1/bilibili/huahuo/square_static_info / Audience region-affinity tags from /api/v1/bilibili/huahuo/square_static_info
粉丝黏性筛选值,0=不限,其他值取自静态筛选项 / Follower-loyalty filter; 0=all, otherwise use a static-option value
近期投稿活跃开关:1=启用,0=不限 / Recent-publishing activity switch: 1=enabled, 0=all
近期投稿活跃档位,取值见 /api/v1/bilibili/huahuo/square_static_info 返回的 av_active_tag / Recent-publishing activity tier from av_active_tag returned by /api/v1/bilibili/huahuo/square_static_info
DMP 自定义人群包 ID,取值见 /api/v1/bilibili/huahuo/dmp_pkg_list / DMP custom audience-package ID from /api/v1/bilibili/huahuo/dmp_pkg_list
内容类目 DMP 人群包 ID / Content-category DMP audience-package ID
内容类目 DMP 人群包展示名称 / Display label for the content-category DMP audience package
DMP 特殊人群包名称关键词 / DMP special-audience package name query
DMP 人群垂直度下限:相关视频数占总视频数比例 / Minimum DMP verticality: matching videos divided by all videos
DMP 人群垂直度上限:相关视频数占总视频数比例 / Maximum DMP verticality: matching videos divided by all videos
DMP 人群影响力下限:近30天相关观众占该人群总量比例 / Minimum DMP influence: recent matching viewers divided by the audience population
DMP 人群影响力上限:近30天相关观众占该人群总量比例 / Maximum DMP influence: recent matching viewers divided by the audience population
DMP 人群关注度下限:粉丝中该人群占比 / Minimum DMP attention: matching audience members divided by all followers
DMP 人群关注度上限:粉丝中该人群占比 / Maximum DMP attention: matching audience members divided by all followers
标准合作报价下限,单位为人民币元 / Minimum standard cooperation quote in RMB
标准合作报价上限,单位为人民币元 / Maximum standard cooperation quote in RMB
合作报价筛选数组;先调用 /api/v1/bilibili/huahuo/square_static_info 并读取 price_info_options,每次搜索传一个合作类型,每项固定包含六个字段,不适用或未选择的数组传 [] / Cooperation-pricing filters from price_info_options returned by /api/v1/bilibili/huahuo/square_static_info; send one type per search, include all six fields, and use [] for unavailable arrays
Show child attributes
Show child attributes
近7天是否设置过报价:1=是,0=不限 / Quote-updated-in-7-days filter: 1=yes, 0=all
近14天是否设置过报价:1=是,0=不限 / Quote-updated-in-14-days filter: 1=yes, 0=all
近30天是否设置过报价:1=是,0=不限 / Quote-updated-in-30-days filter: 1=yes, 0=all
互动率下限;近180天合格原创稿件互动量除以播放量 / Minimum engagement rate for eligible original videos in the last 180 days
互动率上限;近180天合格原创稿件互动量除以播放量 / Maximum engagement rate for eligible original videos in the last 180 days
蓝链点击率下限,即蓝链点击量除以视频播放量 / Minimum blue-link CTR, blue-link clicks divided by video views
蓝链点击率上限,即蓝链点击量除以视频播放量 / Maximum blue-link CTR, blue-link clicks divided by video views
蓝链点击成本下限,即合作及投流花费除以蓝链点击量 / Minimum blue-link click cost, cooperation and promotion spend divided by clicks
蓝链点击成本上限,即合作及投流花费除以蓝链点击量 / Maximum blue-link click cost, cooperation and promotion spend divided by clicks
播放量中位数下限;统计近180天且发布满7天的合格原创稿件 / Minimum median views for eligible original videos published at least seven days ago
播放量中位数上限;统计近180天且发布满7天的合格原创稿件 / Maximum median views for eligible original videos published at least seven days ago
播放中位数流量口径:1=全部流量,2=自然流量 / Median-view traffic scope: 1=all traffic, 2=organic traffic
播放中位数统计周期:1=7天,2=15天,3=30天 / Median-view window: 1=7 days, 2=15 days, 3=30 days
CPM 下限,即花费除以播放量再乘1000 / Minimum CPM, calculated as spend divided by views times 1,000
CPM 上限,即花费除以播放量再乘1000 / Maximum CPM, calculated as spend divided by views times 1,000
CPM 流量口径:1=全部流量,2=自然流量 / CPM traffic scope: 1=all traffic, 2=organic traffic
CPM 统计周期:1=7天,2=15天,3=30天 / CPM window: 1=7 days, 2=15 days, 3=30 days
CPC 下限,即花费除以组件点击次数 / Minimum CPC, calculated as spend divided by component clicks
CPC 上限,即花费除以组件点击次数 / Maximum CPC, calculated as spend divided by component clicks
CPC 流量口径:1=全部流量,2=自然流量 / CPC traffic scope: 1=all traffic, 2=organic traffic
CPC 统计周期:1=7天,2=15天,3=30天 / CPC window: 1=7 days, 2=15 days, 3=30 days
CPE 下限,即花费除以有效互动次数 / Minimum CPE, calculated as spend divided by valid engagements
CPE 上限,即花费除以有效互动次数 / Maximum CPE, calculated as spend divided by valid engagements
CPE 流量口径:1=全部流量,2=自然流量 / CPE traffic scope: 1=all traffic, 2=organic traffic
CPE 统计周期:1=7天,3=30天 / CPE window: 1=7 days, 3=30 days
主流视频时长:1=0-30秒,2=30-60秒,3=1-3分,4=3-5分,5=5-10分,6=10分以上 / Dominant video duration bucket from under 30 seconds to over 10 minutes
近90天有效原创稿件数下限 / Minimum eligible original-video count in the last 90 days
近90天有效原创稿件数上限 / Maximum eligible original-video count in the last 90 days
近90天爆款稿件占比下限 / Minimum viral-video ratio in the last 90 days
近90天爆款稿件占比上限 / Maximum viral-video ratio in the last 90 days
近半年爆款稿件数下限 / Minimum viral-video count in the last six months
近半年爆款稿件数上限 / Maximum viral-video count in the last six months
近一年相关合作的进店成本下限 / Minimum store-entry cost for relevant cooperation in the last year
近一年相关合作的进店成本上限 / Maximum store-entry cost for relevant cooperation in the last year
稿件荣誉没有独立选项接口,取值见 search_upper 文档;honor_type 始终为可多选数组 / Video honors have no separate options endpoint; use the search_upper documentation and always send honor_type as an array
Show child attributes
Show child attributes
非通用行业面板先调用 /api/v1/bilibili/huahuo/cooperate_experience_industry,再把选中行业 ID 放入此数组;通用面板不使用此字段 / For non-general panels, call /api/v1/bilibili/huahuo/cooperate_experience_industry first and put selected IDs here; unused by the general panel
非通用行业策略面板的合作经验类型:1=有当前行业经验,2=当前行业经验丰富,3=无当前行业经验,4=有其他行业经验;选择行业时仅使用1或2,通用面板改用 spark_tag / Experience type for non-general strategy panels: 1=experienced, 2=extensive, 3=none in current industry, 4=experience in other industries; use 1 or 2 with selected industries, while the general panel uses spark_tag
特色标签列表,取值见 /api/v1/bilibili/huahuo/square_static_info / Feature-tag values from /api/v1/bilibili/huahuo/square_static_info
花火能力标签;通用面板合作次数使用 cooperate=有合作经验或 coo_frequent=合作经验丰富,并与 /api/v1/bilibili/huahuo/square_static_info 返回的行业树字段配合使用 / Huahuo capability tags; general-panel cooperation count uses cooperate or coo_frequent together with industry-tree values from /api/v1/bilibili/huahuo/square_static_info
广场场景标签,例如 ad_partner_experienced / Marketplace scenario tags such as ad_partner_experienced
先调用 /api/v1/bilibili/huahuo/upper_label_tree;把内容类型分组中所有已选节点的 value 放入同一个内层数组 / Call /api/v1/bilibili/huahuo/upper_label_tree first, then put all selected content-type values in one inner array
B站五级内容标签筛选值列表 / Bilibili level-five content-tag filter values
通用面板先调用 /api/v1/bilibili/huahuo/square_static_info;把 industry_tree 选中路径的一级 ID 放入此数组 / For the general panel, call /api/v1/bilibili/huahuo/square_static_info and put selected primary industry_tree IDs here
通用面板先调用 /api/v1/bilibili/huahuo/square_static_info;把 industry_tree 选中路径的二级 ID 放入此数组 / For the general panel, call /api/v1/bilibili/huahuo/square_static_info and put selected secondary industry_tree IDs here
通用面板先调用 /api/v1/bilibili/huahuo/square_static_info;把 industry_tree 选中路径的三级 ID 放入此数组 / For the general panel, call /api/v1/bilibili/huahuo/square_static_info and put selected tertiary industry_tree IDs here
带货权限筛选:1=有权限,0=不限 / Commerce permission filter: 1=required, 0=all
带货 UP 主等级列表 / Commerce-creator level values
带货一级类目 ID 列表,取值见 /api/v1/bilibili/huahuo/effect_goods_drop / Primary commerce-category IDs from /api/v1/bilibili/huahuo/effect_goods_drop
带货二级类目 ID 列表,取值见 /api/v1/bilibili/huahuo/effect_goods_drop / Secondary commerce-category IDs from /api/v1/bilibili/huahuo/effect_goods_drop
近30天 GPM 下限,即每千次带货视频播放产生的支付 GMV / Minimum 30-day GPM, paid GMV per 1,000 commerce-video views
近30天 GPM 上限,即每千次带货视频播放产生的支付 GMV / Maximum 30-day GPM, paid GMV per 1,000 commerce-video views
带货组件点击率下限,即组件点击数除以曝光数 / Minimum commerce-component CTR, clicks divided by impressions
带货组件点击率上限,即组件点击数除以曝光数 / Maximum commerce-component CTR, clicks divided by impressions
带货点击率组件口径:1=全部组件,2=评论区组件 / Commerce CTR component scope: 1=all components, 2=comment component
近30天商品平均价格下限,单位为人民币元 / Minimum average product price in the last 30 days, in RMB
近30天商品平均价格上限,单位为人民币元 / Maximum average product price in the last 30 days, in RMB
高视频播放渗透筛选,近30天播放用户占粉丝数比例居前20% / High video-view penetration filter, top 20% by recent viewers per follower
高粉丝播放渗透筛选 / High follower-view penetration filter
是否筛选内容加热中的 UP 主:1=是,0=不限 / Boosting-status filter: 1=currently boosting, 0=all
是否筛选宝藏 UP 主 / Whether to filter for treasure creators
是否筛选及时响应的 UP 主 / Whether to require timely-response creators
是否筛选新入驻 UP 主 / Whether to filter for newly onboarded creators
是否已设置定制视频报价 / Whether custom-video pricing has been configured
是否筛选 X 计划优选 UP 主 / Whether to filter for X Plan preferred creators
高潜类型:0=全部,1=已入驻,2=未入驻 / High-potential type: 0=all, 1=onboarded, 2=not onboarded
响应
Successful Response
HTTP status code | HTTP状态码
Unique request identifier | 唯一请求标识符
Response message (EN-US) | 响应消息 (English)
Response message (ZH-CN) | 响应消息 (中文)
Support message | 支持消息
The time the response was generated | 生成响应的时间
The timestamp the response was generated | 生成响应的时间戳
The timezone of the response time | 响应时间的时区
Link to the API Swagger documentation for this endpoint | 此端点的 API Swagger 文档链接
Cache message (EN-US) | 缓存消息 (English)
Cache message (ZH-CN) | 缓存消息 (中文)
The URL to access the cached result | 访问缓存结果的 URL
The endpoint that generated this response | 生成此响应的端点
The parameters used in the request | 请求中使用的参数
The response data | 响应数据