主题
Bing 高级 SERP 数据库
概述
Bing 高级 SERP 数据库收录了数百万条 Bing 搜索结果页数据,并丰富的 SERP 扩展,例如精选摘要、知识图谱、问答模块、图片、视频、本地结果等。
该数据库提供 JSON 格式。
- 示例数据:可下载美国地区、英文语言的数据库样例
- 地区与语言列表:可通过接口获取支持的
location_code和language_code
获取地区与语言列表的接口:
GET https://api.seermartech.cn/v3/dataforseo_labs/locations_and_languages
计费说明
该数据库的费用取决于数据的规模以及地区参数。
由于平台按数据规格动态计费,本文不固定展示单价。扣费以响应头 X-SeerMarTech-Charge-CNY 为准。
数据结构说明
数据库中的每条记录,通常表示一个在指定地区与语言下的一次 Bing SERP 快,主要以下几个部分:
- 基础查询信息:
keyword、location、language - 搜索引擎自动纠错信息:
spell、spell_type - 维度数据:
keyword_info - SERP 维度数据:
serp_info - 扩展字段:
extra
顶层字段
| 字段名 | 类型 | 说明 |
|---|---|---|
keyword | string | 搜索,使用 UTF-8 编码 |
location | integer | 地区编码,对应唯一地区标识;例如 2840 表示 United States |
language | string | 语言编码,对应指定地区可用语言;例如 en 表示 English |
spell | string / null | 搜索引擎自动纠正后的;若原被纠错,这里返回纠正后的 |
spell_type | string / null | 自动纠错类型 |
keyword_info | object | 返回的数据 |
serp_info | object | 返回对应的 SERP 数据 |
extra | array / null | 的附加信息;本数据库中通常为 null |
spell_type 可选值
did_you_meanshowing_results_forno_results_found_forincluding_results_for
keyword_info 字段说明
| 字段名 | 类型 | 说明 |
|---|---|---|
search_volume | integer | 平均月搜索量 |
competition | float | 竞争度,范围 0 到 1;基于广告数据计算 |
cpc | float | 平均每次点击费用,单位为 USD |
time_update | string | 数据最后更新时间,ISO 8601 格式,例如 2020-09-12T00:07:43.0733218Z |
history | object | 按月统计的搜索量历史数据 |
说明
competition在美国地区有值。cpc在美国地区有值。history中的键通常为YYYYMM格式,例如202203。
serp_info 字段说明
| 字段名 | 类型 | 说明 |
|---|---|---|
check_url | string | 指向搜索结果页的直接链接,可用于核对 SERP 结果 |
items_count | integer | serp 数组中返回的结果数量 |
keyword_difficulty | integer | 难度,范围 0 到 100,表示自然结果前 10 的难度 |
se_results_count | integer | SERP 中的结果总量 |
time_update | string | 当前 SERP 数据最后更新时间,ISO 8601 格式 |
previous_updated_time | string | 当前更新前一次 SERP 更新时间,ISO 8601 格式 |
item_types | array | 该 SERP 中出现的结果类型列表 |
serp | array | 该对应的 SERP素数组 |
item_types 可能值
answer_boxcarouseleventsfeatured_snippethotels_packimagesjobslocal_packmaporganicpaidpeople_also_askpeople_also_searchquestions_and_answersrecipesrelated_searchesshoppingtop_storiesvideo
serp 数组说明
serp 数组中每个对象代表一个 SERP素。不同 type 下返回字段不同。
以下按常见类型说明。
organic 自然结果
主要字段
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 标题 |
pre_snippet | string | 描述前附加信息 |
description | string | 结果描述 |
breadcrumb | string | 面屑路径 |
images | array | 结果附带图片 |
is_image | boolean | 是否图片 |
is_video | boolean | 是否视频 |
is_featured_snippet | boolean | 是否为精选摘要来源结果 |
extended_snippet | string | 描述后附加信息 |
amp_version | boolean | 是否有 AMP 版本 |
rating | object | 评分信息 |
highlighted | array | 描述中加粗高亮的词 |
links | array / null | 附加站点链接 |
domain | string | 结果域名 |
main_domain | string | 主域名,不含子域 |
url | string | 结果绝对 URL |
relative_url | string | 结果相对 URL |
is_malicious | boolean | 是否被标记为恶意 |
faq | object / null | FAQ 扩展 |
type | string | 固定为 organic |
is_new | boolean | 与上一版数据库相比是否为新结果 |
is_up | boolean | 与上一版相比排名是否上升 |
is_down | boolean | 与上一版相比排名是否下降 |
previous_rank_absolute | integer / null | 上一版中的绝对排名 |
extended_people_also_search | array / null | 扩展搜索 |
cache_url | string / null | 缓存页地址 |
price | object / null | 价格信息 |
related_search_url | string / null | 相似搜索 URL |
related_result | array / null | 同域名的结果 |
about_this_result | object / null | “此结果”面板信息 |
is_web_story | boolean | 是否为 Web Story |
timestamp | string / null | 发布时间,UTC 格式 |
rank_info | object | 页面和域名权重信息 |
position | string | 左侧或右侧位置,可能为 left、right |
xpath | string | 素 XPath |
traffic_cost | float | 预计将自然流量换算为付费流量的成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | SERP 绝对排名 |
etv | float | 预估自然流量 |
子对象说明
images 数组
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 images_element |
alt | string | 图片 alt 文本 |
url | string | 对应链接 |
image_url | string | 图片地址 |
rating 对象
| 字段名 | 类型 | 说明 |
|---|---|---|
rating_type | string | 评分类型,可能为 Max5、Percents、CustomMax |
value | integer | 评分值 |
votes_count | integer | 评价数 |
rating_max | integer | 当前评分体系下的最大值 |
links 数组
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 link_element |
title | string | 链接标题 |
description | string | 链接描述 |
url | string | 链接 URL |
faq 对象
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 faq_box |
items | array | FAQ 列表 |
FAQ 中每个:
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 faq_box_element |
title | string | 问题 |
description | string | 回答 |
links | array | 链接 |
price 对象
| 字段名 | 类型 | 说明 |
|---|---|---|
current | float | 当前价格 |
regular | float | 原价 |
max_value | float | 最大价格 |
currency | string | 币种 ISO 编码 |
is_price_range | boolean | 是否为价格区间 |
displayed_price | string | 原始展示价格字符串 |
related_result 数组
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 related_result |
xpath | string | 素 XPath |
domain | string | 域名 |
title | string | 标题 |
url | string | URL |
cache_url | string | 缓存页 |
related_search_url | string | 相似搜索 URL |
breadcrumb | string | 面屑 |
is_image | boolean | 是否含图片 |
is_video | boolean | 是否含视频 |
description | string | 描述 |
pre_snippet | string | 前置摘要 |
extended_snippet | string | 扩展摘要 |
images | array | 图片 |
amp_version | boolean | 是否有 AMP 版本 |
rating | object | 评分 |
price | object | 价格 |
highlighted | array | 高亮词 |
about_this_result | object | “此结果”信息 |
about_this_result 对象
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 about_this_result_element |
url | string | 结果 URL |
source | string | 补信息来源 |
source_info | string | 结果补说明 |
source_url | string | 来源页 URL |
language | string | 结果语言 |
location | string | 结果适用地区 |
search_terms | array | 匹到的搜索词 |
related_terms | array | 搜索词 |
time_stamp / timestamp | string | 结果发布时间,UTC 格式 |
rank_info 对象
| 字段名 | 类型 | 说明 |
|---|---|---|
page_rank | integer | 页面权重 |
main_domain_rank | integer | 主域名权重 |
paid 付费广告
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 广告标题 |
domain | string | 广告展示域名 |
description | string | 广告描述 |
breadcrumb | string | 面屑 |
url | string | 广告目标绝对 URL |
main_domain | string | 主域名 |
relative_url | string | 相对 URL |
highlighted | array | 加粗高亮词 |
extra | object | 附加信息,如 ad_aclk |
description_rows | array / null | 扩展描述行 |
links | array / null | 广告附加链接 |
type | string | 固定为 paid |
is_new | boolean | 是否为新增广告结果 |
is_up | boolean | 是否上升 |
is_down | boolean | 是否下降 |
previous_rank_absolute | integer / null | 上一版绝对排名 |
price | object / null | 价格信息 |
rank_info | object | 页面与域名权重 |
position | string | left 或 right |
xpath | string | XPath |
traffic_cost | float | 流量成本估算 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
广告附加链接 links 中每项:
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 ad_link_element |
title | string | 链接标题 |
url | string | 链接地址 |
description | string | 链接描述 |
ad_aclk | string | 广告标识符 |
SERP素类型
以下字段相对固定,常用于结构化识别不同搜索特征。
carousel
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 模块标题 |
items | array / null | 轮播项列表 |
type | string | 固定为 carousel |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
轮播项字段:
type:carousel_elementtitle: 项标题subtitle: 项副标题
answer_box
| 字段名 | 类型 | 说明 |
|---|---|---|
text | array / null | 文本 |
links | array / null | 链接 |
type | string | 固定为 answer_box |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
related_searches
| 字段名 | 类型 | 说明 |
|---|---|---|
items | array / null | 搜索项 |
type | string | 固定为 related_searches |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
people_also_search
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 模块标题 |
items | array / null | 搜索项 |
type | string | 固定为 people_also_search |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
local_pack
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 商家标题 |
description | string | 描述 |
phone | string | 电话 |
is_paid | boolean | 是否为广告 |
rating | object / null | 评分信息 |
domain | string | 域名 |
main_domain | string | 主域名 |
url | string | 绝对 URL |
relative_url | string | 相对 URL |
type | string | 固定为 local_pack |
is_new | boolean | 是否新增 |
is_up | boolean | 是否上升 |
is_down | boolean | 是否下降 |
previous_rank_absolute | integer / null | 上一版绝对排名 |
rank_info | object | 页面与域名权重 |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
featured_snippet
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 结果标题 |
featured_title | string / null | 精选摘要来源页标题 |
description | string | 描述 |
table | object / null | 表格结果 |
type | string | 固定为 featured_snippet |
domain | string | 域名 |
main_domain | string | 主域名 |
url | string | 绝对 URL |
relative_url | string | 相对 URL |
is_new | boolean | 是否新增 |
is_up | boolean | 是否上升 |
is_down | boolean | 是否下降 |
previous_rank_absolute | integer / null | 上一版绝对排名 |
images | array | 图片 |
timestamp | string / null | 发布时间 |
rank_info | object | 页面与域名权重 |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
表格结构:
table_header:列名数组table_content:表格数组
top_stories
| 字段名 | 类型 | 说明 |
|---|---|---|
items | array / null | 新闻项列表 |
type | string | 固定为 top_stories |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
新闻项字段:
type:top_stories_elementsource: 来源站点domain: 来源域名title: 标题date: 发布日期url: 链接timestamp: 发布时间
map
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 标题 |
url | string | 地图结果链接 |
type | string | 固定为 map |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
video
| 字段名 | 类型 | 说明 |
|---|---|---|
items | array / null | 视频项 |
type | string | 固定为 video |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
视频项字段:
type:video_elementsource: 视频来源title: 标题url: 链接timestamp: 发布时间
people_also_ask
| 字段名 | 类型 | 说明 |
|---|---|---|
items | array / null | 问题列表 |
type | string | 固定为 people_also_ask |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
问题项字段:
type:people_also_ask_elementtitle: 问题标题xpath: 问题 XPathexpanded_element: 展开后的答案
展开项字段:
featured_titleurldomaintitledescriptiontabletype:people_also_ask_expanded_elementtimestamp
images
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 标题 |
url | string | 图片搜索链接 |
items | array / null | 图片项列表 |
related_image_searches | array / null | 图片搜索建议 |
type | string | 固定为 images |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
图片项字段:
type:images_elementalt: 图片 alt 文本url: 页面链接image_url: 图片地址
图片搜索项字段:
type:related_image_searches_elementtitle: 可用于细化搜索的alt: 特色图片 alturl: 原图 URLimage_url: 压缩图 URL
shopping
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 模块标题 |
items | array / null | 商品项列表 |
type | string | 固定为 shopping |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
商品项字段:
type:shopping_elementtitle: 商品标题price: 价格对象source: 来源description: 描述marketplace: 商城或商家平台marketplace_url: 商城页面链接
jobs
| 字段名 | 类型 | 说明 |
|---|---|---|
title | string | 模块标题 |
url | string / null | 模块链接 |
items | array / null | 职位列表 |
type | string | 固定为 jobs |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
职位项字段:
type:jobs_elementtitle: 职位标题description: 摘要author: 发布方job_posted_time: 发布时间说明contract_type: 合同类型salary: 薪资url: 职位链接timestamp: 发布时间
events
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 events |
url | string | 模块链接 |
title | string | 模块标题 |
items | array / null | 活动项 |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
活动项字段:
type:events_elementtitle: 活动标题snippet: 活动摘要url: 活动链接
recipes
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 recipes |
items | array / null | 菜谱项 |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
菜谱项字段:
type:recipes_elementtitle: 菜谱标题url: 菜谱链接domain: 域名source: 来源description: 摘要time: 烹饪总时长rating: 评分对象
hotels_pack
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | 固定为 hotels_pack |
title | string | 模块标题 |
date_from | string | 住日期,格式 YYYY-MM-DD |
date_to | string | 离店日期,格式 YYYY-MM-DD |
items | array | 店列表 |
position | string | left / right |
xpath | string | XPath |
traffic_cost | float | 预估流量成本 |
rank_group | integer | 同类型排名 |
rank_absolute | integer | 绝对排名 |
etv | float | 预估流量 |
项字段:
type:hotels_pack_elementtitle:店或住宿标题url: 链接desription: 描述domain: 域名rating: 评分price: 指定日期住宿价格is_paid: 是否为广告
时间字段格式
文档中常见时间字段格式如下:
ISO 8601
例如:
2020-09-12T00:07:43.0733218Z
适用于:
keyword_info.time_updateserp_info.time_updateserp_info.previous_updated_time
UTC 字符串格式
例如:
2019-11-15 12:57:46 +00:00
适用于部分 SERP素中的:
timestamptime_stamp
结果排名与流量估算字段
以下字段在多种 SERP素中重复出现:
| 字段名 | 类型 | 说明 |
|---|---|---|
rank_group | integer | 同 type素的排名;不同类型不计该排序 |
rank_absolute | integer | SERP 中所有的绝对位置 |
position | string | 素位于 SERP 左侧或右侧,取值 left、right |
xpath | string | 页面中该的 XPath |
etv | float | 预估自然月流量 |
traffic_cost | float | 预估以 PPC 获取相同流量所需成本 |
JSON 示例
下面是数据库中单条记录的结构示例。原始样例中部分数组被省略,以下保留结构特征并做适度整理:
json
{
"keyword": "0 23 as a fraction",
"location": 2840,
"language": "en",
"spell": null,
"spell_type": null,
"keyword_info": {
"search_volume": 40,
"competition": 0.1,
"cpc": 0,
"time_update": "2022-04-18T14:04:05.9075575Z",
"history": {
"202104": 60,
"202105": 40,
"202106": 20,
"202107": 10,
"202108": 20,
"202109": 70,
"202110": 80,
"202111": 60,
"202112": 20,
"202201": 50,
"202202": 30,
"202203": 50
}
},
"serp_info": {
"check_url": "https://www.bing.com/search?q=0%2023%20as%20a%20fraction&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
"items_count": 19,
"keyword_difficulty": 58,
"se_results_count": 41,
"time_update": "2022-04-24T13:41:00.9015527Z",
"previous_updated_time": "2022-03-19T05:28:45.4966790Z",
"item_types": [
"organic",
"paid",
"images",
"top_stories",
"video",
"related_searches",
"carousel",
"answer_box",
"featured_snippet",
"jobs",
"local_pack",
"map",
"people_also_ask",
"people_also_search",
"recipes",
"shopping"
],
"serp": [
{
"title": "Why do some people have 0 0 bumper stickers?",
"domain": "www.quora.com",
"main_domain": "quora.com",
"url": "https://www.quora.com/Why-do-some-people-have-0-0-bumper-stickers",
"relative_url": "/Why-do-some-people-have-0-0-bumper-stickers",
"is_malicious": false,
"faq": null,
"type": "organic",
"is_new": true,
"is_up": false,
"is_down": false,
"previous_rank_absolute": null,
"extended_people_also_search": null,
"cache_url": null,
"price": null,
"related_search_url": null,
"related_result": null,
"about_this_result": null,
"is_web_story": false,
"timestamp": null,
"rank_info": {
"page_rank": 160,
"main_domain_rank": 640
},
"position": "left",
"xpath": "/html/body/div/main/ol/li",
"traffic_cost": 0.2619,
"rank_group": 9,
"rank_absolute": 13,
"etv": 0.291
},
{
"title": "0.0 Sticker | 1000s of Designs | Create Your Own",
"domain": "www.zazzle.com",
"description": "Ad 1000s of Unique Designs. Easy Personalize.",
"breadcrumb": "https://www.zazzle.com/custom",
"url": "https://www.zazzle.com/0+stickers?rf=238520885541542696&msclkid=4e9b8ddc2ba016aac4d5ef84aa24c9f9",
"main_domain": "zazzle.com",
"relative_url": "/0+stickers?rf=238520885541542696&msclkid=4e9b8ddc2ba016aac4d5ef84aa24c9f9",
"highlighted": null,
"extra": {
"ad_aclk": null
},
"description_rows": null,
"type": "paid",
"is_new": true,
"is_up": false,
"is_down": false,
"previous_rank_absolute": null,
"price": null,
"rank_info": {
"page_rank": 148,
"main_domain_rank": 664
},
"position": "left",
"xpath": "/html/body/div/main/ol/li/ul/li",
"traffic_cost": 1.2798,
"rank_group": 1,
"rank_absolute": 50,
"etv": 1.422
},
{
"title": "Images of 0W30 Oil",
"url": "https://www.bing.com/images/search?q=0w30+oil&qpvt=0w30+oil&tsc=ImageHoverTitle&FORM=IGRE",
"type": "images",
"position": "left",
"xpath": "/html/body/div/main/ol/li",
"traffic_cost": 0.69312,
"rank_group": 1,
"rank_absolute": 13,
"etv": 13.8624
},
{
"type": "top_stories",
"position": "left",
"xpath": "/html/body/div/main/ol/li",
"traffic_cost": 13.68,
"rank_group": 1,
"rank_absolute": 7,
"etv": 27.36
}
]
},
"extra": null
}获取方式说明
本页描述的是数据库结构,原始文档未提供对应下载接口的请求示例。若你在本平台中通过数据库类接口、离线数据交付或数据服务获取该数据,请以交付方式为准。
如需查询地区与语言映射,可直接调用:
cURL
bash
curl -X GET "https://api.seermartech.cn/v3/dataforseo_labs/locations_and_languages" \
-H "Authorization: Bearer smt_live_YOUR_KEY"Python
python
import requests
url = "https://api.seermartech.cn/v3/dataforseo_labs/locations_and_languages"
headers = {
"Authorization": "Bearer smt_live_YOUR_KEY"
}
response = requests.get(url, headers=headers)
print(response.status_code)
print(response.text)TypeScript
ts
const response = await fetch(
"https://api.seermartech.cn/v3/dataforseo_labs/locations_and_languages",
{
method: "GET",
headers: {
"Authorization": "Bearer smt_live_YOUR_KEY"
}
}
);
console.log(response.status);
console.log(await response.text);使用建议
- 通过
/v3/dataforseo_labs/locations_and_languages获取可用地区和语言编码。 - 处理
serp数组时,应根据type分支解析字段,不同结构不同。 - 若你需要做排名变动分析,可重点:
is_newis_upis_downprevious_rank_absolute
- 若你需要做流量价值评估,可重点:
search_volumecpckeyword_difficultyetvtraffic_cost
- 原始样例中存在部分省略字段、重复段落和不完整数组,生产数据应以真实返回为准。
实用场景
- 识别 SERP 版式:分析某类是否频繁出现图片、视频、精选摘要、本地等模块,帮助制定更适合的形态与 SEO 策略。
- 监控自然结果波动:基于
is_up、is_down、previous_rank_absolute跟踪排名变化,快速发现竞争对手上升或自有页面下滑。 - 评估流量价值:结合
search_volume、cpc、etv、traffic_cost判断商业价值,优级和投放预算决策。 - 拆解 SERP 特征机会:提取
people_also_ask、related_searches、featured_snippet等结构化模块,挖掘问答、摘要优化和主题扩展机会。 - 分析本地与商品意图:利用
local_pack、shopping、hotels_pack等识别用户本地消费或商品购买意图,支持本地 SEO 与电商落地页规划。