# Today's Trending Google Searches in the US

**Use case:** 

See what is trending on Google in the US today. Get the top real time search trends across news, sports, entertainment and more, all in one place.

## Input

```json
{
  "geo": "US",
  "timeframe": "24",
  "categories": [],
  "trendStatus": "all",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "term": {
    "label": "Search Term"
  },
  "category": {
    "label": "Category"
  },
  "trend_volume": {
    "label": "Volume"
  },
  "trend_volume_raw": {
    "label": "Volume raw"
  },
  "is_active": {
    "label": "Active",
    "format": "boolean"
  },
  "trend_timeframe": {
    "label": "Trend Timeframe"
  },
  "geo": {
    "label": "Geo"
  },
  "related_terms": {
    "label": "Related Terms"
  },
  "trends_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Trends Trending Now](https://apify.com/data_xplorer/google-trends-trending-now) with a specific input configuration. Visit the [Actor detail page](https://apify.com/data_xplorer/google-trends-trending-now) to learn more, explore other use cases, and run it yourself.