GP
Google Play Scraper
antsdata/googleplay-scraper
AntsData 4.7 (134 reviews) 88K runs
Scrape app details, charts, reviews and developer data, split by country/region.
#App#ASO
INPUT
Configure your task
| Parameter | Type | Required |
|---|---|---|
appIds App IDs / package | string[] | Optional |
searchQueries ASO keywords | string[] | Optional |
country Country | string | Required |
maxItems Max items | number | Optional |
EXAMPLE
Input & output
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
Run with one request
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}'Full integration guide in the API docs.
Need different fields or sites?
Any public data — we can custom-scrape it and package it as a stable API.
