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 trending now data API Playground
Returns normalized Google Trends Trending Now rows from the internal TrendsUi batch RPC replay.
GETapiKey2 credits/requesttrends.trendingResponseDocGoogle
Endpoint details
Returns normalized Google Trends Trending Now rows from the internal TrendsUi batch RPC replay.
- Method
- GET
- Path
- /google/trends/trending
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Parameters
- 10 documented fields
Request parameters
geo:queryhl:querytz:querywindow:querytime_range:querycategory:querystatus:querysort_by:querylimit:queryx-api-key:header
Response schema fields
codedatadata.categorydata.geodata.hldata.itemsdata.items[].articlesdata.items[].articles[].sourcedata.items[].articles[].timedata.items[].articles[].titledata.items[].articles[].urldata.items[].explore_url
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"geo": "US",
"hl": "en-US",
"window": "24h",
"time_range": "24h",
"category": 0,
"status": "all",
"sort_by": "relevance",
"items": [
{
"rank": 1,
"title": "chatgpt",
"query": "chatgpt",
"traffic": "200K+",
"status": "active",
"explore_url": "https://trends.google.com/trends/explore?q=chatgpt&geo=US"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/trends/trending" \
-H "x-api-key: <api-key>"