主题
Google Play SERP 高级数据库
Google Play SERP 高级数据库数百万条 Google Play 搜索结果页面及应用数据应用 ID、图标、评论数、评分、价格等信息。
本数据库提供 JSON 格式。
数据库会根据、地区和语言进行组织。每条记录数据、SERP 汇总信息,以及该对应的 Google Play 搜索结果明细。
价格说明
数据库费用取决于数据库的规模、地区和筛选参数。
扣费以响应头 X-SeerMarTech-Charge-CNY 为准。
数据字段
根级字段
| 字段名 | 类型 | 说明 |
|---|---|---|
keyword | string | 查询,使用 UTF-8 编码。 |
location | integer | 地区代码,对应地区的唯一标识。例如:2840 表示美国。 |
language | string | 语言代码,对应地区可用语言的唯一标识。例如:en 表示英语。 |
keyword_info | object | 当前的搜索数据。 |
serp_info | object | 当前的 SERP 数据。 |
keyword_info 字段
| 字段名 | 类型 | 说明 |
|---|---|---|
search_volume | integer | 平均月搜索量,表示该在 Google Play 上的大致月搜索次数。 |
time_update | string | 数据的最后更新时间,采用 ISO 8601 格式:YYYY-MM-DDThh:mm:ss.sssssssZ。示例:2020-09-12T00:07:43.0733218Z。 |
serp_info 字段
| 字段名 | 类型 | 说明 |
|---|---|---|
check_url | string | 搜索结果页面的直接 URL。可通过该地址核验返回结果是否准确。 |
items_count | integer | serp 数组中返回的结果数量。 |
se_results_count | integer | SERP 中的结果总数。 |
time_update | string | SERP 数据的最后更新时间,采用 ISO 8601 格式:YYYY-MM-DDThh:mm:ss.sssssssZ。示例:2020-09-12T00:07:43.0733218Z。 |
serp | array | 当前对应的 SERP素列表。 |
serp 数组中的 google_play_search_organic素
当 SERP素的 type 为 google_play_search_organic 时,可以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
type | string | SERP素类型,固定为 google_play_search_organic。 |
developer | string | 应用开发名称。 |
developer_url | string | Google Play 开发页面 URL。 |
rank_group | integer | 素在相同 type素组中的排名。不同类型之间不会计该字段的排名。 |
rank_absolute | integer | 应用在结果中的绝对排名,即应用在整个结果列表中的位置。 |
position | string | 素在 SERP 中的对齐位置。目前可能为 left。 |
app_id | string | 返回应用的 ID。 |
title | string | 返回应用的名称或标题。 |
url | string | Google Play 应用页 URL。 |
icon | string | 应用图标 URL。 |
reviews_count | integer | 应用的评论总数。 |
rating | object | 应用的平均评分信息。 |
is_free | boolean | 是否为应用。 |
price | object | 应用价格信息。 |
rating 字段
| 字段名 | 类型 | 说明 |
|---|---|---|
rating_type | string | 评分类型,目前可能为 Max5。 |
value | float | 应用当前平均评分。 |
votes_count | integer / null | 评分反馈数量。对于该数据类型,此字段值为 null。 |
rating_max | integer | 评分类型对应的最大分值。对于 Max5,最大值为 5。 |
price 字段
| 字段名 | 类型 | 说明 |
|---|---|---|
current | float | 当前价格,即结果中展示的当前价格。 |
regular | float | 常规价格,即结果中展示的原价。 |
max_value | float | 最高价格,用于表示价格区间中的最大值。 |
currency | string | 价格货币,使用适用货币的 ISO 代码。 |
is_price_range | boolean | 是否以价格区间形式提供价格。 |
displayed_price | string | 结果页面中展示的原始价格字符串。 |
数据示例
以下示例展示了一条数据库记录的基本结构:
json
{
"keyword": "3d room planner",
"location": 2840,
"language": "en",
"keyword_info": {
"search_volume": 611,
"time_update": "2022-06-07T18:33:17.6428718Z"
},
"serp_info": {
"check_url": "https://play.google.com/store/search?c=apps&q=3d%20room%20planner&hl=en&gl=us&price=0",
"items_count": 30,
"se_results_count": 0,
"time_update": "2022-06-01T16:41:33.2546147Z",
"serp": [
{
"type": "google_play_search_organic",
"developer": "示例开发",
"developer_url": "https://play.google.com/store/apps/developer?id=Example",
"rank_group": 1,
"rank_absolute": 1,
"position": "left",
"app_id": "com.example.app",
"title": "示例应用",
"url": "https://play.google.com/store/apps/details?id=com.example.app",
"icon": "https://example.com/icon.png",
"reviews_count": 1250,
"rating": {
"rating_type": "Max5",
"value": 4.5,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": "Free"
}
}
]
}
}数据说明
search_volume是在 Google Play 上的估算月搜索量,不代表绝对精确的搜索次数。rank_group用于比较相同type的 SERP素。rank_absolute用于表示应用在返回结果中的绝对位置。displayed_price保留结果页面中的原始价格文本,适合用于展示或进行原始数据核验。- 数据更新时间分别记录在
keyword_info.time_update和serp_info.time_update中,两个时间可能不同。 - 本数据库提供 JSON 数据,不提供文件格式。
实用场景
- 监测应用排名:批量跟踪目标下的应用绝对排名和分组排名,评估 ASO 优化效果。
- 分析机会:结合搜索量与 SERP 应用列表,筛选搜索需求且竞争程度可控的。
- 对比竞品表现:比较竞品应用的评分、评论数量、开发信息和搜索结果位置,识别产品竞争差距。
- 审查应用展示信息:核对应用标题、图标、价格和页链接在 Google Play 搜索结果中的展示。
- 研究市场定价:汇总不同地区和下的应用价格、状态及价格区间,为产品定价和市场策略提供依据。