Playstore Top Apps/games scraper avatar
Playstore Top Apps/games scraper

Pricing

$5.00/month + usage

Go to Apify Store
Playstore Top Apps/games scraper

Playstore Top Apps/games scraper

Scrape trending Google Play apps by country, language, category, and chart type. This actor retrieves detailed app data from top free, paid, and grossing charts perfect for market research, competitor analysis, and app discovery.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

El

El

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

Share

Google Play Trending Apps Scraper

A powerful Apify Actor that scrapes trending apps from the Google Play Store. It allows you to fetch top charts based on category, collection (free, paid, grossing), country, and language.

Features

  • Scrape Top Charts: Get lists of top free, top paid, and top grossing apps.
  • Category Filtering: Filter apps by specific categories (e.g., GAME, BUSINESS, SOCIAL).
  • Localization: Support for scraping charts from different countries and in different languages.
  • Proxy Support: Built-in support for Apify Proxy to avoid blocking.

Use Cases

  • Market Research: Analyze top trending apps in different countries and categories to identify market trends.
  • Competitor Analysis: Monitor top-performing apps in your niche to understand their success.
  • App Discovery: Discover new and popular apps for personal use or review.
  • ASO (App Store Optimization): Study trending apps to understand keywords and features that drive popularity.
  • AI & Machine Learning: Use the scraped data (descriptions, ratings, genres) to train models for trend prediction, sentiment analysis, or to build recommendation engines.

Input

The Actor accepts a JSON object with the following properties:

  • country (string, optional): Two-letter country code (e.g., "us", "gb", "jp"). Default: "us".
  • language (string, optional): Two-letter language code (e.g., "en", "es", "ja"). Default: "en".
  • category (string, optional): App category (e.g., "GAME", "BUSINESS"). Default: "GAME".
  • collection (string, optional): Chart collection ("TOP_FREE", "TOP_PAID", "TOP_GROSSING"). Default: "TOP_FREE".
  • count (integer, optional): Number of apps to retrieve (1-200). Default: 50.
  • proxyConfiguration (object, optional): Proxy settings.

Example Input

{
"country": "us",
"language": "en",
"category": "GAME",
"collection": "TOP_FREE",
"count": 50,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

The Actor stores the results in the default dataset. Each item represents an app and contains details such as:

  • App Title
  • App ID (Package Name)
  • Developer
  • Icon URL
  • Score / Rating
  • Price
  • Free/Paid status

Example Output

{
"appId": "com.gamincat.jigsolitaire",
"title": "Jigsolitaire",
"description": "Combine the photos on the cards correctly to complete a single picture. Once you experience the satisfying snap of the cards fitting perfectly, you'll be hooked for sure!\n\n[Game Features]\n- Enjoy Completing Photos by Combining Cards\nEven if the cards seem random at first, finding the exact spot they fit brings unmatched satisfaction!\n\n- Intuitive Swipe Controls\nSimply swipe to move the cards. When cards stick together, you can move them as a group, making gameplay smooth and easy.\n\n- Exhilarating Chain Reactions\nThe thrill of multiple cards locking into place all at once is seriously addictive. This is a puzzle game with high replay value.\n\n- Designed for All Skill Levels\nWhether you have a bit of free time or want a longer play session, this game is perfect. You'll find new discoveries each time you play!\n\n- Wide Variety of Themed Photos\nFrom flowers and landscapes to animals, we plan to continuously add a diverse range of photos!\n\n[How to Play]\n- Swipe to Move Cards\nSwipe your screen to drag the cards wherever you like.\n\n- Move Connected Cards All at Once\nWhen cards are placed correctly, they snap together. You can then move the connected group of cards as a single unit.\n\n- Caution When Overlapping Large and Small Cards\nIf you place a small card on top of a larger one, the larger card may shrink. Pay close attention to any size changes and combine them carefully.\n\nDespite its simple controls, \"Jigsolitaire\" offers depth through strategic card placement. Whether you love jigsaw puzzles, enjoy solitaire, or just want a fun and easy puzzle, give it a try!",
"icon": "https://play-lh.googleusercontent.com/lOjF0kPO3canejX2jRwiuZufUp3Y0B-chegEvt_EIITSbebddVZD61NjfuYD7MgY2dA",
"screenshots": [
"https://play-lh.googleusercontent.com/8dj593QN1_-3L_G3nDfjtY69hlaMiHWqCtp9NF-wIrbQ6EyiBR0wsGqivm4R4-Txbg",
"https://play-lh.googleusercontent.com/EuJMYLna38FYf2H8vU8vOZzoZ8AKasOh5xZvJ4TFeP1ildF44cMBwViLVigi6_LajUM",
"https://play-lh.googleusercontent.com/iksRqCSN5SBTOkyLhaype67KoSHQuE6z9xpgMPm8FnhipkQzKFgul3Qvf6d_p7pd1ps",
"https://play-lh.googleusercontent.com/sj7fAkiCvNLiRhMWV_ZkuAdXjwz-bqYEEQnYezBox-sR6PcW8ZYp2vYHHdgbXY5EEOo",
"https://play-lh.googleusercontent.com/krT26Zul0btMRSggyQo4b9ivkpMdqdPpdkW23kskXyr092S7F1NRHU6EJrMkCKI2a8Xz"
],
"developer": "Gamincat",
"genre": "Puzzle",
"score": 4.614931,
"scoreText": "4.6",
"installs": "5,000,000+",
"currency": "USD",
"price": 0,
"free": true,
"url": "https://play.google.com/store/apps/details?id=com.gamincat.jigsolitaire"
}