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. 🔍📱
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.
The actor provides comprehensive data for each app including:
term
(Required): Search keyword or phrasemaxItems
(Optional): Maximum number of results to fetchA full explanation of an input example in JSON.
1{ 2 "term": "chatgpt", 3 "maxItems": 10 4}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!