AS

App Store Scraper

antsdata/appstore-scraper

AntsData 4.8 (156 reviews) 96K runs

Scrape charts, keyword rankings, ratings and reviews for ASO and global market analysis.

#App#ASO
INPUT

Configure your task

ParameterTypeRequired
appIds
App IDs / package
string[]Optional
searchQueries
ASO keywords
string[]Optional
country
Country
stringRequired
maxItems
Max items
numberOptional
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/appstore-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.