API 参考
关键词研究接口
通过选定的 BytesFlows 代理账号,用付费 SERP 数据扩展种子词。
关键词研究接口
该接口会使用你选定的 BytesFlows 代理账号执行付费版关键词研究,并返回 ip-detector 的 keyword research 结果结构。
接口信息
- URL:
/api/tools/keyword-research - 方法:
POST - 认证方式: 已登录的 Dashboard 会话
请求参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
account | string | 是 | 要消耗流量的代理账号 |
keyword | string | 是 | 种子关键词 |
country | string | 否 | 国家代码,例如 US |
device | string | 否 | desktop 或 mobile |
session_type | string | 否 | rotating 或 sticky |
duration | number | 否 | Sticky 会话时长,单位分钟 |
session_id | string | 否 | Sticky 会话标识 |
返回说明
- 返回结构沿用
ip-detector的 keyword research 结果格式。 - 响应中会包含启发式的搜索量和难度估算。
- 请求消耗的是所选 BytesFlows 代理账号的住宅代理流量。
示例
{
"account": "acct-main",
"keyword": "residential proxy api",
"country": "US",
"device": "desktop",
"session_type": "sticky",
"duration": 30
}