Google Play Search API
Advanced search for apps and developers
Access daily-updated complete database of Google Play apps and publishers. Use advanced search options to build precise, insight-ready datasets based on accurate and up-to-date data.
Explore 2.6M+ apps - each described by 38 key data fields.
Combine 36 filters and 12 sorting options for building perfect search criteria.
Combine 36 filters and 12 sorting options for building perfect search criteria.
API Reference
Definition
| Field | Value |
|---|---|
| Base URL | https://google-play-store-complete-data-api.p.rapidapi.com |
| Authorization | API key passed in the header X-RapidAPI-Key |
| Specification | OpenAPI definition |
You can access API directly from this page using Swagger UI. To authorize, please provide API key.
Sign up to Rapid API platform to get API key. You can obtain free API key with basic plan.
Sign up to Rapid API platform to get API key. You can obtain free API key with basic plan.
Request examples
The examples below illustrate how filtering and sorting options can be combined to cover common use cases.App Search
Most recently published apps from specific categories:
GET /apps?categories=GAME_CASUAL,GAME_PUZZLE&sort=releasedOn:desc
(games from categories 'Casual' or 'Puzzle' sorted by release date descending)
Most downloaded recently released apps:
GET /apps?releasedOnFrom=2026-03-22&sort=installsCount:desc
(apps released after 22 Mar 2026 sorted by the number of installs descending)
TOP-rated single-player shooters:
GET /apps?hasTagsAllOf=Single player,Shooter&ratesCountFrom=100000&avgRateFrom=4.8
(games having tags 'Single player' and 'Shooter', at least 100K+ rates and AVG rate 4.8+)
TOP-rated free video players without ads:
GET /apps?category=VIDEO_PLAYERS&containsAds=false&offersPurchases=false&priceTo=0&sort=avgRate:desc
(apps from category 'Video Players' without ads and in-app-purchases, having price up to $0, sorted by AVG rate descending)
Most downloaded apps published by Google:
GET /apps?developerName=Google LLC&sort=installsCount:desc
(apps published by Google LLC sorted by the number of installs descending)
Apps recently published by developers from India
GET /apps?developerCountryCode=IN&releasedOnFrom=2026-03-26
(apps published after 26 Mar 2026 by developers from India
Developer Search
Developers from specific country:
GET /developers?countryCode=FR
(developers from France)
Developers from specific country:
GET /developers?countryCode=FR
(developers from France)
Developers recently published their first app:
GET /developers?firstReleaseTo=2026-01-01&sort=firstRelease:desc
(developers published their 1st app after 1st Jan 2026 sorted by first release date descending)
Developers who have published the most number of apps:
GET /developers?sort=appsCount:desc
(developers, sorted by the number of active apps descending)