GP
Google Play 采集器
antsdata/googleplay-scraper
AntsData 4.7 (134 评价) 88K 次调用
采集应用详情、榜单、评论与开发者数据,按国家/地区拆分。
#应用#ASO
输入参数 · INPUT
配置你的采集任务
| 参数 | 类型 | 必填 |
|---|---|---|
appIds 应用 ID / 包名 | string[] | 可选 |
searchQueries ASO 关键词 | string[] | 可选 |
country 国家/地区 | string | 必填 |
maxItems 最大条数 | number | 可选 |
示例 · EXAMPLE
输入与输出
input.json
{
"searchQueries": [
"photo editor"
],
"country": "US",
"maxItems": 200
}output.json
{
"appId": "com.example.app",
"title": "Photo Editor",
"rank": 3,
"category": "Photography",
"rating": 4.7,
"reviews": 90213,
"price": "Free",
"developer": "Example Inc.",
"updated": "2026-05-30"
}调用方式 · API
一个请求即可运行
POST · cURL
curl -X POST https://api.antsdata.com/v1/actors/antsdata/googleplay-scraper/runs \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["photo editor"],"country":"US","maxItems":200}'完整接入指南见 API 文档.
需要不一样的字段或站点?
任何公开数据,我们都能定制采集并封装成稳定 API。
