Playground

Retrieve Google Play app categories API playground

Returns category ids found in the Google Play apps navigation.

GETapiKey1 credit/requestgoogleplay.categoriesResponseDoc

Selected endpoint

GET /googleplay/categories

Returns category ids found in the Google Play apps navigation.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
2
Body parameters
0
MCP tool
googleplay.categories
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestcategoriesResponseDoc

Retrieve Google Play app categories

Returns category ids found in the Google Play apps navigation.

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

Set up API key

MCP tool

MCP URL
https://mcp.crawlora.net/mcp
Tool name
googleplay.categories

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": [
    {
      "id": "PRODUCTIVITY",
      "name": "Productivity"
    }
  ]
}