DocumentationDashboard

Google Play

Play Store Search

Google Play listings by search term, by category, or by chart (top free, top paid, top grossing).

GET/v1/google-play/search10 credits

Parameters

Supply at least one of q or apps_category or chart. Neither is required on its own.

NameTypeRequiredDescription
qstringone ofSearch query.
apps_categorystringone ofCategory identifier.
chartstringone ofWhich chart to read. One of: topselling_free, topselling_paid, topgrossing.
numnumberoptionalResults per page, 1-100.
next_page_tokenstringoptionalPagination cursor from a previous response.
store_devicestringoptionalDevice the store is browsed as. One of: phone, tablet, tv, chromebook, watch, car.
agestringoptionalAge band. Only meaningful inside the FAMILY category. One of: AGE_RANGE1, AGE_RANGE2, AGE_RANGE3.
hlstringoptionalInterface language, e.g. "en", "tr". Default "en".
glstringoptionalCountry code, e.g. "us", "tr". Default "us".

Request

curl --request GET 'https://data-api.roketfy.com/v1/google-play/search?q=%3Cq%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool google_play_search, with the same parameters and the same credit cost.