# Google Trends Daily Trending Searches

**Use case:** 

Get today's trending searches on Google Trends for any country — rising search terms with approximate traffic and related news. Great for newsrooms, marketers a

## Input

```json
{
  "mode": "trending",
  "keywords": [
    "chatgpt",
    "claude ai"
  ],
  "geo": "US",
  "timeRange": "today 12-m",
  "searchProperty": "",
  "category": 0,
  "includeRelatedQueries": true,
  "includeRegionData": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "geo": {
    "label": "Country / region",
    "format": "text"
  },
  "timeRange": {
    "label": "Time range",
    "format": "text"
  },
  "property": {
    "label": "Search property",
    "format": "text"
  },
  "interestOverTime": {
    "label": "Interest over time",
    "format": "array"
  },
  "relatedQueries": {
    "label": "Related queries (top & rising)",
    "format": "object"
  },
  "interestByRegion": {
    "label": "Interest by region",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Trends Scraper (Fast & Reliable)](https://apify.com/emreceylan/google-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/emreceylan/google-trends-scraper) to learn more, explore other use cases, and run it yourself.