主题
Google Play 应用列表数据库
Google Play 应用列表数据库收录百万个已发布到 Google Play 的应用及数据。每条应用记录可能应用 ID、图标、评论数、评分、图片、量、价格、开发信息等字段。
数据库提供 JSON 格式。
> 注意: 当前支持美国地区,位置代码为 2840。
数据范围与价格
数据库数据按地区和数据库规模计费。当前可用地区如下:
| 地区 | 位置代码 |
|---|---|
| 美国 | 2840 |
参考价根据数据库规模和地区参数确定。扣费以响应头 X-SeerMarTech-Charge-CNY 为准。
字段说明
顶层字段
| 字段 | 类型 | 说明 |
|---|---|---|
app_id | string | 应用 ID |
location | string / integer | 对应地区的唯一标识。可通过以下接口获取可用地区及 location_code:https://api.seermartech.cn/v3/app_data/google/locations。例如,2840 表示美国。 |
language | string | 语言代码,表示该地区可用语言的唯一标识。可通过以下接口获取语言及 language_code:https://api.seermartech.cn/v3/app_data/google/languages。例如,en 表示英语。 |
check_url | string | Google Play 应用页的直接 URL,可用于核验返回结果的准确性 |
time_update | string | 应用数据最后更新时间,采用 ISO 8601 格式:YYYY-MM-DDThh:mm:ss.sssssssZ。例如:2020-09-12T00:07:43.0733218Z |
se_domain | string | 搜索引擎域名 |
item | object / array | 应用详细信息 |
item 字段
| 字段 | 类型 | 说明 |
|---|---|---|
developer_email | string | 开发邮箱 |
developer_address | string | 开发实体地址 |
developer_website | string | 开发官方网站 |
installs | string | 应用页面展示的约略量,例如 1,000+ |
installs_count | integer | 应用的精确量 |
version | string | 当前应用版本 |
minimum_os_version | string | 安应用所需的最低操作系统版本 |
released_date | string | 应用发布日期和时间,采用 UTC 格式:yyyy-mm-dd hh-mm-ss +00:00。例如:2019-11-15 12:57:46 +00:00 |
last_update_date | string | 应用最后更新时间,采用 UTC 格式。 |
update_notes | string | 开发提交的最新更新说明 |
images | array | 应用图片 URL 列表,对应应用页中发布的图片 |
videos | string / null | 应用视频 URL |
genres | array | 应用所属类别 |
tags | array | 应用标签 |
type | string | 数据项类型,目前可能为 google_play_info_organic |
rank_group | integer | 在相同 type 数据项中的组排名。不同 type 数据项之间不计该排名。 |
rank_absolute | integer | 所有应用中的绝对排名 |
position | string | 应用在搜索结果页中的对齐位置,目前可能为 left |
app_id | string | 应用 ID |
title | string | 应用标题 |
url | string | Google Play 应用页 URL |
icon | string | 应用图标 URL |
description | string | 应用描述 |
reviews_count | integer / null | 应用累计评论数 |
rating | object | 应用平均评分 |
price | object | 应用价格信息 |
is_free | boolean | 应用是否 |
main_category | string | 应用主要类别 |
similar_apps | array | 与当前应用相似的应用列表 |
more_apps_by_developer | array | 同一开发发布的应用 |
size | string / null | 应用大小 |
developer | string | 开发名称 |
developer_id | string | 开发 ID |
developer_url | string | Google Play 开发页面 URL |
rating 评分字段
| 字段 | 类型 | 说明 |
|---|---|---|
rating_type | string | 评分类型,目前为 Max5 |
value | float / null | 应用平均评分 |
votes_count | integer / null | 反馈数量。当前场景下该字段为 null。 |
rating_max | integer | 评分最大值。对于 Max5,最大值为 5。 |
price 价格字段
| 字段 | 类型 | 说明 |
|---|---|---|
current | float | 当前价格 |
regular | float / null | 应用常规价格 |
max_value | float / null | 价格范围中的最大值 |
currency | string | 价格使用的货币 ISO 代码 |
is_price_range | boolean | 是否以价格区间形式提供 |
displayed_price | string / null | 结果中展示的原始价格字符串 |
similar_apps 相似应用字段
| 字段 | 类型 | 说明 |
|---|---|---|
app_id | string | 应用 ID |
title | string | 应用标题 |
url | string | Google Play 应用页 URL |
more_apps_by_developer 开发应用字段
| 字段 | 类型 | 说明 |
|---|---|---|
app_id | string | 应用 ID |
title | string | 应用标题 |
url | string | Google Play 应用页 URL |
JSON 数据示例
json
{
"app_id": "com.gg.smashtheplanet",
"location": 2840,
"language": "en",
"check_url": "https://play.google.com/store/apps/details?id=com.gg.smashtheplanet&hl=en&gl=us",
"time_update": "2023-06-12T19:03:08.0000000Z",
"se_domain": "play.google.com",
"item": {
"developer_email": "gaminggaloresofficial@gmail.com",
"developer_address": "48,A.I.T, Lahore",
"developer_website": "https://gaminggaloresstudioz.blogspot.com",
"installs": "1,000+",
"installs_count": 2471,
"version": "1.1",
"minimum_os_version": "5.1",
"released_date": "2023-05-19T03:00:00",
"last_update_date": "2023-05-30T03:00:00",
"update_notes": "New Features Added.nBugs Fixed.nRealistic Demolition.",
"images": [],
"videos": null,
"genres": [],
"tags": [],
"type": "google_play_info_organic",
"rank_group": 1,
"rank_absolute": 1,
"position": "left",
"app_id": "com.gg.smashtheplanet",
"title": "Smash planets: Solar Smasher",
"url": "https://play.google.com/store/apps/details?id=com.gg.smashtheplanet&hl=en&gl=us",
"icon": "https://play-lh.googleusercontent.com/7C4454TIN3hI5ww9mIQ1BZBnRhyHeCFT_J4AleqgPCGOWeey1yCgdWamCeN8Jr0BidJI",
"description": "Welcome to Cosmic Destruction, the ultimate planet-smashing game.",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": null,
"votes_count": null,
"rating_max": 5
},
"price": {
"current": 0,
"regular": null,
"max_value": null,
"currency": "USD",
"is_price_range": false,
"displayed_price": null
},
"is_free": true,
"main_category": "Simulation",
"similar_apps": [],
"more_apps_by_developer": [],
"size": null,
"developer": "Gaming Galores",
"developer_id": "6717484826927450279",
"developer_url": "https://play.google.com/store/apps/dev?id=6717484826927450279"
}
}数据说明
- 数据目前覆盖美国地区,位置代码为
2840。 installs为应用页面展示的近似量,installs_count为数据库提供的精确量。rating.value、reviews_count等字段可能返回null,表示当前未获取到对应数据。images、genres、tags、similar_apps和more_apps_by_developer在没有数据时可能为空数组。released_date和last_update_date的时间格式可能因数据源记录方式不同而有所差异。- 价格字段保留应用页面使用的货币,
currency返回对应的 ISO 货币代码。
实用场景
- 盘点应用市场规模:批量获取 Google Play 应用标题、类别、开发和量,建立细分市场应用数据库。
- 评估竞品表现:对比竞品的量、评分、评论数、版本和更新时间,识别产品竞争差距。
- 分析应用定价:提取应用价格、状态和展示价格,支持竞品定价与商业模式研究。
- 挖掘开发产品矩阵:通过
more_apps_by_developer发现同一开发的应用,扩展竞品和合作伙伴名单。 - 构建应用样本库:收集应用描述、图片、视频、标签和类别,用于应用商店优化、研究和分析。