Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Google Play app categories API Playground
Returns category ids found in the Google Play apps navigation.
GETapiKey1 credit/requestgoogleplay.categoriesResponseDocGooglePlay
Endpoint details
Returns category ids found in the Google Play apps navigation.
- Method
- GET
- Path
- /googleplay/categories
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 3 documented fields
Request parameters
country:querylang:queryx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"id": "PRODUCTIVITY",
"name": "Productivity"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/categories" \
-H "x-api-key: <api-key>"