# Get today's Google Trends for the United States

**Use case:** 

Export current Google Trends Trending Now rows for the US with ranks, traffic labels, related queries, and article context.

## Input

```json
{
  "mode": "trending_now",
  "geo": "US",
  "geos": [],
  "hl": "en-US",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Trend",
    "format": "string"
  },
  "traffic": {
    "label": "Traffic",
    "format": "integer"
  },
  "searchVolumeLabel": {
    "label": "Traffic label",
    "format": "string"
  },
  "geo": {
    "label": "Country",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  },
  "relatedQueries": {
    "label": "Related queries",
    "format": "array"
  },
  "articles": {
    "label": "Articles",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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