# Google Trends API

Episode-aware Google Trending Now data with country, status, volume, and growth normalization.

- Platform ID: `google_trends`
- Capabilities: 1
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Capabilities

### [List trending searches](https://docs.upscrape.com/docs/platforms/google_trends/google_trends.trending.list)

- Capability ID: `google_trends.trending.list`
- Cost: 1 credit per request

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

## Common uses

- Trend discovery
- Content planning
- Market monitoring
- Regional demand research

## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
