Skip to main content
POST
电子邮件查询
根据 TikTok、Instagram 或 YouTube 创作者的主页 URL 查询联系邮箱。返回从 URL 解析出的 platformusernameprofileLinkplatformUserIdregion,主邮箱 email,包含全部命中地址的 emails 数组,以及外部联系方式数组 contacts(每项形如 {url, type},包括个人站点、WhatsApp 链接),另有以积分计的 quota.costquota.remainingQuota 实测单个 Instagram 创作者响应 533 字节、约 2 秒 创作者未公开邮箱时 email 为 null、emails 为空数组 —— 这是正常结果,不是错误。 每次调用只处理一个创作者。若需要先获得一批创作者,请用 post_waveinflu_similar_creators —— 它对多数匹配已直接返回 email,本接口只需用于 email 为 null 的结果,以及相似创作者接口不覆盖的 Instagram 创作者。

示例

授权

Authorization
string
header
必填

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

请求体

application/json
url
string
必填

TikTok、Instagram 或 YouTube 创作者个人资料 URL。

示例:

"https://www.instagram.com/onkimia/"

响应

200 - application/json

电子邮件查询已完成

code
number
示例:

1000

message
string
示例:

"Email lookup completed"

data
object