Skip to documentation
Browse documentation

List trending searches

Return normalized Trending Now episodes without collapsing repeated titles across distinct episodes.

Capability ID google_trends.trending.list
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

country string required

Country supplied for this request.

Example US
hours integer optional

Hours supplied for this request. Allowed values: `4`, `24`, `48`, `168`.

Example 24
Available values 42448168
include_ended boolean optional

Include ended supplied for this request.

limit integer optional

Maximum number of results to return.

Example 25
sort string optional

Sort order for returned results. Allowed values: `relevance`, `title`, `volume`, `started_at`.

Example started_at
Available values relevancetitlevolumestarted_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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.