List trending searches
Return normalized Trending Now episodes without collapsing repeated titles across distinct episodes.
google_trends.trending.list
/execute
Shared execution endpoint
Input parameters
country
string
required
Country supplied for this request.
US
hours
integer
optional
Hours supplied for this request. Allowed values: `4`, `24`, `48`, `168`.
24
include_ended
boolean
optional
Include ended supplied for this request.
limit
integer
optional
Maximum number of results to return.
25
sort
string
optional
Sort order for returned results. Allowed values: `relevance`, `title`, `volume`, `started_at`.
started_at
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
country |
string |
US |
execution |
object |
6 fields |
execution.country_verified |
boolean |
true |
execution.duplicates_removed |
integer |
0 |
execution.records_observed |
integer |
321 |
execution.response_normalized |
boolean |
true |
execution.transport |
string |
[redacted:implementation_detail] |
execution.upstream_status |
integer |
200 |
hours |
integer |
24 |
trends |
array |
2 items |
trends |
array |
2 items |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.