Google Play Store App Search Scraper
2 hours trial then $19.99/month - No credit card required now
Google Play Store App Search Scraper
2 hours trial then $19.99/month - No credit card required now
A powerful scraper that extracts detailed app information from Google Play Store search results. Get comprehensive data about apps including ratings, reviews, installs, and more. Perfect for market research and competitor analysis. 🔍📱
Google Play Store App Search Scraper 🔍
📱 What does Google Play Store App Search Scraper do?
This actor allows you to search and scrape app data from Google Play Store based on your search terms. Perfect for market research, competitor analysis, and app discovery.
✨ Features
- 🎯 Search apps by keyword/term
- 📊 Get detailed app information
- ⚡ Fast and efficient scraping
- 🔄 Customizable number of results
- 💾 Structured JSON output
🎯 Use Cases
- Market research and analysis
- Competitor monitoring
- App discovery and validation
- Data collection for app analytics
- Track app rankings and visibility
📊 Output Data Structure
The actor provides comprehensive data for each app including:
- App title and developer
- Rating and review counts
- Price information
- App category
- Installation counts
- App description
- Screenshots and icons
- And more!
💡 Tips
- Use specific search terms for better results
- Adjust maxItems based on your needs
- Results are sorted by Google Play's relevance algorithm
⚙️ Input Parameters
term
(Required): Search keyword or phrasemaxItems
(Optional): Maximum number of results to fetch
Input Example
A full explanation of an input example in JSON.
1{ 2 "term": "chatgpt", 3 "maxItems": 10 4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "title": "ChatGPT", 4 "appId": "com.openai.chatgpt", 5 "url": "https://play.google.com/work/apps/details?id=com.openai.chatgpt", 6 "icon": "https://play-lh.googleusercontent.com/6qi3w4uqKaD1c-CBdkkfO6IL0lH4OoCTEdiX0oYbLFxwfvxu1t8vuwHcagdYSFmFKmI", 7 "developer": "OpenAI", 8 "developerId": "7577165439232992817", 9 "price": null, 10 "free": false, 11 "summary": "The official app by OpenAI", 12 "scoreText": "4.8", 13 "score": 4.803719 14 }, 15 { 16 "title": "Chatbot AI & Smart Assistant", 17 "appId": "com.codespaceapps.aichat", 18 "url": "https://play.google.com/work/apps/details?id=com.codespaceapps.aichat", 19 "icon": "https://play-lh.googleusercontent.com/dC6GlK3KxcpeDcT8QIeJDRO9MdlPg5gV3lWjhvdBRnjgAaHhvz4avmYz9RClPPfmWW4", 20 "developer": "Codespace Dijital", 21 "developerId": "Codespace+Dijital", 22 "price": null, 23 "free": false, 24 "summary": "Al Chat Bot Developed on GPT-4o. Generate images, write essays & more!", 25 "scoreText": "4.4", 26 "score": 4.4462204 27 }, 28 ... 29]
Actor Metrics
4 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Nov 2024
Modified 13 days ago