BytesFlows Docs
API 参考

关键词研究接口

通过选定的 BytesFlows 代理账号,用付费 SERP 数据扩展种子词。

关键词研究接口

该接口会使用你选定的 BytesFlows 代理账号执行付费版关键词研究,并返回 ip-detector 的 keyword research 结果结构。

接口信息

  • URL: /api/tools/keyword-research
  • 方法: POST
  • 认证方式: 已登录的 Dashboard 会话

请求参数

字段类型必填说明
accountstring要消耗流量的代理账号
keywordstring种子关键词
countrystring国家代码,例如 US
devicestringdesktopmobile
session_typestringrotatingsticky
durationnumberSticky 会话时长,单位分钟
session_idstringSticky 会话标识

返回说明

  • 返回结构沿用 ip-detector 的 keyword research 结果格式。
  • 响应中会包含启发式的搜索量和难度估算。
  • 请求消耗的是所选 BytesFlows 代理账号的住宅代理流量。

示例

{
  "account": "acct-main",
  "keyword": "residential proxy api",
  "country": "US",
  "device": "desktop",
  "session_type": "sticky",
  "duration": 30
}

On this page