π βΆοΈ Google Play Scraper β Android Apps & Reviews
Pricing
from $3.00 / 1,000 results
π βΆοΈ Google Play Scraper β Android Apps & Reviews
Extract app data from Google Play β ratings, reviews, downloads, pricing & developer info. Build ASO tools, Android market analysis & app intelligence. Pay per app.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Google Play Store Scraper
Extract app details, ratings, reviews, and search results from the Google Play Store. Scrapes the web interface for comprehensive app data.
Features
- Search apps by keyword
- Lookup apps by package name (e.g.,
com.instagram.android) - Fetch reviews with ratings, helpfulness counts, and dates
- Multi-country & multi-language β supports all Play Store regions
- No API key needed β scrapes the public web interface
Use Cases
- Competitor analysis β monitor ratings, reviews, and feature updates
- Market research β discover trending apps and categories
- Review monitoring β track user feedback across versions
- ASO research β analyze keyword rankings and descriptions
- App intelligence β track installs, ratings, and update frequency
Input Examples
Search for apps
{"mode": "search","searchTerm": "fitness tracker","country": "us","maxResults": 30}
Look up specific apps
{"mode": "lookup","appIds": ["com.instagram.android", "com.whatsapp"],"includeReviews": true,"maxReviews": 100}
Get reviews only
{"mode": "reviews","appIds": ["com.instagram.android"],"maxReviews": 200,"reviewSort": "newest"}
Output Example
{"appId": "com.instagram.android","name": "Instagram","developer": "Instagram","rating": 4.2,"ratingCount": 142567890,"price": "0","free": true,"category": "Social","contentRating": "Teen","installs": "5,000,000,000+","version": "325.0.0.35.91","lastUpdated": "Mar 28, 2026","url": "https://play.google.com/store/apps/details?id=com.instagram.android","reviews": [{"author": "User Name","rating": 4,"content": "Great app but could be better...","thumbsUp": 23}]}
Pricing
Pay only for results. Billed per dataset item via Apify's pay-per-event model.
Support
Questions? Open an issue on the actor page or contact NexGenData.
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/google-play-store-scraper").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~google-play-store-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings β Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 140+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
π° Pricing
Pay-per-event pricing β you only pay for what you actually extract.
- Actor Start: $0.0050
- App Listing: $0.0080
π Related NexGenData Actors
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
Built and maintained by NexGenData β 140+ actors covering scraping, enrichment, MCP servers, and automation.