Playground

Retrieve Google Play query suggestions API playground

Returns up to 10 suggestions for a search term.

GETapiKey1 credit/requestgoogleplay.suggestResponseDoc

Selected endpoint

GET /googleplay/suggest/{term}

Returns up to 10 suggestions for a search term.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
2
Body parameters
0
GETapiKey1 credit/requestsuggestResponseDoc

Retrieve Google Play query suggestions

Returns up to 10 suggestions for a search term.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "term": "chatgpt"
    },
    {
      "term": "chatgpt assistant"
    }
  ]
}