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
Google Trends categories API Playground
Returns supported top-level Google Trends category ids and labels for Trending Now category filters.
GETapiKey1 credit/requesttrends.trendsCategoriesResponseDocGoogle
Endpoint details
Returns supported top-level Google Trends category ids and labels for Trending Now category filters.
- Method
- GET
- Path
- /google/trends/categories
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata.categoriesdata.categories[].iddata.categories[].namemsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"categories": [
{
"id": 0,
"name": "All"
},
{
"id": 20,
"name": "Sports"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/trends/categories" \
-H "x-api-key: <api-key>"