Get API Key
An AppDex Product

App Store Scraper API

Fetch iOS and Android app details, reviews, ratings, search results, and top charts. Simple REST API built for developers.

10
API Endpoints
150+
Countries
<200ms
Response Time
99.9%
Uptime

Everything You Need

Powerful features to build app store analytics tools

📱

iOS & Android

Query both Apple App Store and Google Play Store with a single API. Unified response format.

🔍

App Search

Search apps by keyword with country and language filters. Get ranked results instantly.

Reviews & Ratings

Fetch user reviews with pagination. Get ratings breakdown and sentiment-ready data.

📊

Top Charts

Access top apps by category - free, paid, and grossing charts for market analysis.

🌍

Global Coverage

Query any country's app store. Support for 150+ regions with localized data.

Fast & Reliable

Built on Google Cloud Run. Sub-200ms response times with 99.9% uptime SLA.

API Endpoints

10 endpoints covering all your app store data needs

🍎 iOS App Store

GET/ios/apps/{app_id}App details
GET/ios/searchSearch apps
GET/ios/apps/{app_id}/reviewsApp reviews
GET/ios/categoriesList categories
GET/ios/top/{collection}Top charts

🤖 Google Play Store

GET/android/apps/{package}App details
GET/android/searchSearch apps
GET/android/apps/{package}/reviewsApp reviews
GET/android/categoriesList categories
GET/android/top/{collection}Top charts

Simple Integration

Get started with just a few lines of code

# Python example - Get Spotify app details
import requests

url = "https://app-store-google-play-data-api.p.rapidapi.com/ios/apps/324684580"
headers = {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "app-store-google-play-data-api.p.rapidapi.com"
}

response = requests.get(url, headers=headers)
data = response.json()

print(data["data"]["track_name"])  # "Spotify: Music and Podcasts"
print(data["data"]["rating"])     # 4.78
print(data["data"]["price"])      # 0.0

Simple Pricing

Start free, scale as you grow

Free

$0/mo
100 requests/month
  • All endpoints included
  • iOS & Android support
  • Email support
Get Started

Ultra

$45/mo
50,000 requests/month
  • Everything in Pro
  • Dedicated support
  • Custom features
Get Started

Mega

$100/mo
200,000 requests/month
  • Everything in Ultra
  • SLA guarantee
  • Volume discounts
Get Started

Frequently Asked Questions

How does the free tier work?

You get 100 API requests per month for free. No credit card required. Perfect for testing and small projects.

What data can I get?

App name, description, ratings, reviews, screenshots, price, developer info, release dates, and more. Full metadata from both stores.

Is there rate limiting?

Free tier has standard rate limits. Paid plans have higher limits or no limits depending on the plan.

Can I use this for ASO tools?

Yes! Our API is perfect for building ASO (App Store Optimization) tools. Track rankings, monitor reviews, analyze competitors.

What countries are supported?

150+ countries including US, UK, Germany, Japan, Brazil, India, and more. Use the country parameter to specify the region.

Ready to Get Started?

Get your API key in seconds. Start fetching app data today.

Get Your Free API Key