10 种语言官方 SDK 覆盖最广(Ruby、Python、JavaScript、Go、PHP、Java、Rust、.NET、Swift、C++),开箱即用
每次查询消耗 1 search credit,大规模爬取成本随搜索量线性增长
在 serpapi.com 注册免费账号获取 api_key,发起 GET https://serpapi.com/search?engine=google_play&q=<app_name>&api_key=<your_key>,即返回结构化 JSON。
可用率 · 30 天窗口
关于这个 API
SerpApi 是一个 SERP proxy 服务,通过统一的 REST 接口暴露 100+ 搜索引擎的结构化结果。Google Play 对应 `engine=google_play` 参数,支持三种查询模式:Query Search(`q` 参数关键词搜索)、Category Search(`apps_category` 参数分类浏览)、Plain Search。其他参数:`store_device`(设备类型)、`age`(儿童内容年龄限制)、`chart`(Top Charts 榜单)、`next_page_token`、`section_page_token`、`see_more_token`(分页令牌)。返回字段涵盖 app titles、links、ratings、author/developer、category、download counts、prices、descriptions、thumbnails、images、videos、feature images,以及 Organic Results、Top Charts、Chart Options、Items Highlights、App Highlights、Related Searches 等结果类型。定价:Free plan $0/月含 250 searches/month 和 50/小时吞吐限制,Starter $25/月,更高 tier 未完整披露。10 种语言官方 SDK(Ruby、Python、JavaScript、Go、PHP、Java、Rust、.NET、Swift、C++)覆盖范围是三家中最广。
你可以做什么
- 1Google Play 搜索结果抓取:通过 `engine=google_play` 参数获取 Query Search、Category Search、Plain Search 三种模式的结果
- 2App 排行榜监控:使用 `chart` + `apps_category` 参数采集 Top Charts 数据与分类榜单变化
- 3跨引擎搜索聚合:SerpApi 同时支持 100+ 搜索引擎,单 API key 可切换 Google、Amazon、Bing 等
优劣对比
优点
- 10 种语言官方 SDK 覆盖最广(Ruby、Python、JavaScript、Go、PHP、Java、Rust、.NET、Swift、C++),开箱即用
- Free plan 250 searches/month 无需信用卡,Starter $25/月,入门成本最低
- 端点返回结构化 JSON:app titles、links、ratings、author、category、download counts、prices、descriptions、thumbnails、images、videos、feature images
注意事项
- 每次查询消耗 1 search credit,大规模爬取成本随搜索量线性增长
- Google Play 专项仅一个端点(`engine=google_play`),不支持 reviews、changelog history、download estimate 等深度 app 数据
- 本质是 SERP proxy,数据结构跟随 Google Play 页面变化,字段稳定性低于原生 app store API
官方快速开始
在官方文档查看快速开始:serpapi.com
快速开始
在 serpapi.com 注册免费账号获取 api_key,发起 GET https://serpapi.com/search?engine=google_play&q=<app_name>&api_key=<your_key>,即返回结构化 JSON。
常见问题
SerpApi Google Play 怎么计费?+
Free plan $0/月含 250 searches/month,50/小时吞吐限制,无需信用卡。Starter $25/月,更高 tier 未公开完整价格。每次查询消耗 1 search credit。
SerpApi 能拿到 app reviews 吗?+
不能。`engine=google_play` 端点只覆盖搜索结果页数据(titles、ratings、download counts 等),不支持 reviews、changelog 或 download estimate 这类深度 app 数据。
SerpApi 和 AppTweak、42matters 有什么本质区别?+
SerpApi 是 SERP proxy,数据来自 Google Play 搜索结果页面解析,入门成本低但深度有限。AppTweak 和 42matters 是原生 app store 数据服务,提供 download estimates、keyword difficulty、review analysis 等 SERP 拿不到的字段,但价格更高且无真正免费层。
技术细节
- 认证方式
- api_key
- 计费
- freemium
- 速率限制
- Free: 50 searches/hour throughput; Starter $25/month
- 免费额度
- Free plan: $0/month, 250 searches/month, 50/hour throughput; no credit card required
- 协议
- REST
- SDK
- Ruby, Python, JavaScript, Go, PHP, Java, Rust, .NET, Swift, C++