# Google Trends API — Daily US Searches

**Use case:** 

Use a Google Trends API for daily US searches, related news, and structured data for content planning, SEO, and market monitoring.

## Input

```json
{
  "geos": [
    "US"
  ],
  "language": "en-US",
  "maxItems": 25,
  "includeNewsItems": true
}
```

## Output

```json
{
  "query": {
    "label": "Search query that's trending",
    "format": "string"
  },
  "geo": {
    "label": "Country code",
    "format": "string"
  },
  "approxTraffic": {
    "label": "Approx traffic (Google relative indicator)",
    "format": "string"
  },
  "newsItemCount": {
    "label": "Number of news items",
    "format": "integer"
  },
  "pubDate": {
    "label": "Publication time (RFC822)",
    "format": "string"
  },
  "trendUrl": {
    "label": "Google Trends explore page URL",
    "format": "string"
  }
}
```

## About this Actor

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