App Store Scraper API
Fetch iOS and Android app details, reviews, ratings, search results, and top charts. Simple REST API built for developers.
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
/ios/apps/{app_id}App details/ios/searchSearch apps/ios/apps/{app_id}/reviewsApp reviews/ios/categoriesList categories/ios/top/{collection}Top charts🤖 Google Play Store
/android/apps/{package}App details/android/searchSearch apps/android/apps/{package}/reviewsApp reviews/android/categoriesList categories/android/top/{collection}Top chartsSimple 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
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