Skip to content

域名排名概览(Bing 实时查询)

接口说明

/v3/dataforseo_labs/bing/domain_rank_overview/live 用于获取指定域名在 Bing 自然搜索和付费搜索中的排名与流量概览数据。

通过本接口,你可以查看:

  • 域名在 SERP 中的排名分布
  • 自然搜索的预估月流量
  • 付费搜索的预估月流量
  • 自然/付费覆盖规模
  • 排名新增、上升、下降、丢失等变化指标

数据更新频率: 每周更新一次。最新更新时间可通过 /v3/dataforseo_labs/status 查询。

请求方式:

POST https://api.seermartech.cn/v3/dataforseo_labs/bing/domain_rank_overview/live

计费说明

本接口按请求计费。

原文未提供固定单价,因此无法直接换算参考人民币价格。扣费以响应头 X-SeerMarTech-Charge-CNY 为准。

请求限制

  • 每分钟最多 2000 次 API 调用
  • 最大并发请求数:30
  • POST 请求体为 UTF-8 编码的 JSON
  • 请求体格式为 JSON 数组:[{ ... }]

请求参数

字段名类型说明
targetstring。目标网站域名。不要 https://www.
location_namestring可选。地区名。使用该字段时无需再传 location_code。可通过 /v3/dataforseo_labs/locations_and_languages 获取支持的地区列表。省略则返回所有可用地区的数据。注意:当前接口支持美国地区。 例如:United States
location_codeinteger可选。地区代码。使用该字段时无需再传 location_name。可通过 /v3/dataforseo_labs/locations_and_languages 获取支持的地区代码。省略则返回所有可用地区的数据。注意:当前接口支持美国地区。 例如:2840
language_namestring可选。语言名。使用该字段时无需再传 language_code。可通过 /v3/dataforseo_labs/locations_and_languages 获取支持的语言列表。省略则返回所有可用语言的数据。示例:English
language_codestring可选。语言代码。使用该字段时无需再传 language_name。可通过 /v3/dataforseo_labs/locations_and_languages 获取支持的语言代码。省略则返回所有可用语言的数据。示例:en
limitinteger可选。返回结果的最大数量。默认值:100;最大值:1000
offsetinteger可选。结果偏移量,默认值:0。例如传 10 时,会跳过前 10 条 items,从后续数据开始返回
tagstring可选。自定义任务标识,用于请求与结果的对应。最大长度 255 个字符。返回结果中可在 data 对象看到该值

响应结构

接口返回 JSON 数据,顶层 tasks 数组。

顶层字段

字段名类型说明
versionstring当前 API 版本
status_codeinteger通用状态码,完整列表见 /v3/appendix/errors
status_messagestring通用状态信息,完整列表见 /v3/appendix/errors
timestring执行耗时,单位:秒
costfloat本次请求总费用,单位通常为 USD
tasks_countintegertasks 数组中的任务数量
tasks_errorinteger返回错误的任务数量
tasksarray任务结果数组

tasks[] 字段

字段名类型说明
idstring任务唯一标识,UUID 格式
status_codeinteger任务状态码,范围通常为 10000-60000,完整列表见 /v3/appendix/errors
status_messagestring任务状态信息
timestring任务执行耗时,单位:秒
costfloat单个任务费用
result_countintegerresult 数组中的结果数量
patharray请求路径
dataobject与请求中传参数一致的数据对象
resultarray结果数组

result[] 字段

字段名类型说明
se_typestring搜索引擎类型
targetstring请求中的目标域名
location_codeinteger请求中的地区代码
language_codestring请求中的语言代码
total_countinteger数据库中与请求的结果总量
items_countinteger当前 items 数组返回的结果数
itemsarray排名与流量数据

items[] 字段

字段名类型说明
se_typestring搜索引擎类型
location_codeinteger请求中的地区代码
language_codestring请求中的语言代码
metricsobject指定域名的排名指标数据

metrics.organic 字段

表示自然搜索中的排名与流量概览。

字段名类型说明
pos_1integer域名排名第 1 位的自然搜索结果数量
pos_2_3integer域名排名第 2-3 位的自然搜索结果数量
pos_4_10integer域名排名第 4-10 位的自然搜索结果数量
pos_11_20integer域名排名第 11-20 位的自然搜索结果数量
pos_21_30integer域名排名第 21-30 位的自然搜索结果数量
pos_31_40integer域名排名第 31-40 位的自然搜索结果数量
pos_41_50integer域名排名第 41-50 位的自然搜索结果数量
pos_51_60integer域名排名第 51-60 位的自然搜索结果数量
pos_61_70integer域名排名第 61-70 位的自然搜索结果数量
pos_71_80integer域名排名第 71-80 位的自然搜索结果数量
pos_81_90integer域名排名第 81-90 位的自然搜索结果数量
pos_91_100integer域名排名第 91-100 位的自然搜索结果数量
etvfloat预估流量。表示域名的自然搜索预估月流量,按搜索量与 CTR 估算
countinteger含该域名的自然搜索 SERP 总数
estimated_paid_traffic_costfloat将当前自然流量通过付费广告获取时的预估月成本
is_newinteger新增排名数量
is_upinteger排名上升的数量
is_downinteger排名下降的数量
is_lostinteger丢失排名的数量

metrics.paid 字段

表示付费搜索中的排名与流量概览。

字段名类型说明
pos_1integer域名排名第 1 位的付费搜索结果数量
pos_2_3integer域名排名第 2-3 位的付费搜索结果数量
pos_4_10integer域名排名第 4-10 位的付费搜索结果数量
pos_11_20integer域名排名第 11-20 位的付费搜索结果数量
pos_21_30integer域名排名第 21-30 位的付费搜索结果数量
pos_31_40integer域名排名第 31-40 位的付费搜索结果数量
pos_41_50integer域名排名第 41-50 位的付费搜索结果数量
pos_51_60integer域名排名第 51-60 位的付费搜索结果数量
pos_61_70integer域名排名第 61-70 位的付费搜索结果数量
pos_71_80integer域名排名第 71-80 位的付费搜索结果数量
pos_81_90integer域名排名第 81-90 位的付费搜索结果数量
pos_91_100integer域名排名第 91-100 位的付费搜索结果数量
etvfloat预估付费月流量,按搜索量与 CTR 估算
countinteger含该域名的付费搜索 SERP 总数
estimated_paid_traffic_costfloat预估付费月流量成本
is_newinteger新增排名数量
is_upinteger排名上升的数量
is_downinteger排名下降的数量
is_lostinteger丢失排名的数量

请求示例

cURL

bash
curl --location --request POST "https://api.seermartech.cn/v3/dataforseo_labs/bing/domain_rank_overview/live" \
--header "Authorization: Bearer smt_live_YOUR_KEY" \
--header "Content-Type: application/json" \
--data-raw '[
 {
 "target": "example.com",
 "language_name": "English",
 "location_code": 2840
 }
]'

Python

python
import requests

url = "https://api.seermartech.cn/v3/dataforseo_labs/bing/domain_rank_overview/live"
headers = {
 "Authorization": "Bearer smt_live_YOUR_KEY",
 "Content-Type": "application/json"
}
data = [
 {
 "target": "example.com",
 "location_name": "United States",
 "language_name": "English"
 }
]

response = requests.post(url, headers=headers, json=data)
print(response.json)

TypeScript

typescript
import axios from "axios";

const postData = [
 {
 target: "example.com",
 language_name: "English",
 location_code: 2840,
 },
];

axios({
 method: "post",
 url: "https://api.seermartech.cn/v3/dataforseo_labs/bing/domain_rank_overview/live",
 headers: {
 Authorization: "Bearer smt_live_YOUR_KEY",
 "Content-Type": "application/json",
 },
 data: postData,
})
 .then((response) => {
 // 返回结果
 console.log(response.data);
 })
 .catch((error) => {
 console.error(error);
 });

响应示例

json
{
 "version": "0.1.20220216",
 "status_code": 20000,
 "status_message": "Ok.",
 "time": "0.2055 sec.",
 "cost": 0.0101,
 "tasks_count": 1,
 "tasks_error": 0,
 "tasks": [
 {
 "data": {
 "api": "dataforseo_labs",
 "function": "domain_rank_overview",
 "se_type": "bing",
 "target": "example.com",
 "language_name": "English",
 "location_code": 2840
 },
 "result": [
 {}
 ]
 }
 ]
}

错误处理

请基于 status_codestatus_message 设计完善的异常处理逻辑,以下层级:

  • 顶层请求状态
  • tasks[]单任务状态
  • 空结果或分页越界

完整错误码与状态说明请参考:

  • /v3/appendix/errors

使用建议

  • target 只传裸域名,不要带协议头和 www
  • 若只美国 Bing 数据,建议明确传 location_code: 2840
  • 分页拉取时,结合 limitoffset 控制返回体大小
  • 若业务系统需要请求追踪,建议传 tag

实用场景

  • 评估域名在 Bing 的整体 SEO 可见度:快速查看自然搜索排名分布与预估流量,帮助判断站点在 Bing 生态中的基础表现。
  • 对比自然流量与付费流量价值:结合 organicpaid 指标,判断某域名更依赖 SEO 还是广告投放,为渠道预算分提供依据。
  • 监控排名波动趋势:利用 is_newis_upis_downis_lost 等字段,识别域名近期在 Bing 中的增长或流失信号。
  • 估算 SEO 流量替代成本:通过 estimated_paid_traffic_cost 判断自然流量若改用 PPC 获取的大致成本,评估 SEO 产出价值。
  • 筛选竞品域名做市场研究:批量查询竞品域名在 Bing 的排名覆盖与流量规模,行业格局分析与竞品优级排序。

统一入口:官网 · LLM API · 控制台