Skip to main content
POST
相似创作者
在 YouTube 或 TikTok 上按种子主页、自然语言内容方向或两者结合查找相似创作者。platform 为必填;seedProfileUrlcontentDirection(最长 800 字符)可任选其一或同时提供,另有 limit(1–100,默认 25)和可选的 filters(地区、语言、粉丝数与平均播放量区间)。 响应回显系统判定的 mode —— 仅种子为 homepage、仅方向为 direction、两者兼有为 homepage_direction —— 且仅在种子解析成功时才有 sourceUserId 每条匹配包含 usernameplatformHandledescriptionemailprofileUrlavatarsimilarityScore(按降序排列)、followerCountaveragePlayCountlastPublishedTimeregionlanguage 字段结构随平台不同。 YouTube 结果额外带 channelIdchannelTitle;TikTok 结果额外带 userIduniqueIdnicknameaverageLikeCount,这几个字段 YouTube 一个都不返回。 实测 5 条 YouTube 匹配 4.2 KB(约 8 秒)、3 条 TikTok 匹配 2.5 KB 多数匹配已自带 email。对 email 为 null 的结果,以及本接口不覆盖的 Instagram 创作者,请改用 post_waveinflu_email_lookup

示例

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
platform
enum<string>
必填

目标平台。目前支持 youtube 和 tiktok。

可用选项:
youtube,
tiktok
示例:

"youtube"

limit
number
默认值:25

返回的创作者数量上限。默认值为 25,范围为 1–100。

必填范围: 1 <= x <= 100
示例:

10

seedProfileUrl
string

用作匹配种子的 YouTube 或 TikTok 创作者资料 URL。

示例:

"https://www.youtube.com/@mkbhd"

contentDirection
string

对所需创作者类型的自然语言描述。最多 800 个字符。

Maximum string length: 800
示例:

"consumer tech creators covering AI apps, Android phones, productivity gadgets, and honest product reviews"

filters
object

响应

200 - application/json

相似创作者处理完成

code
number
示例:

1000

message
string
示例:

"Similar creators completed"

data
object