# Google Trends in California

**Use case:** 

Find and extract Google Trends in California. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "keywords": [
    "web scraping",
    "ai agents"
  ],
  "timeRange": "today 12-m",
  "geo": "California",
  "maxItems": 10
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "geo": {
    "label": "Geo"
  },
  "timeRange": {
    "label": "Time range"
  },
  "averageInterest": {
    "label": "Average interest"
  },
  "peakInterest": {
    "label": "Peak interest"
  },
  "peakDate": {
    "label": "Peak date"
  },
  "interestOverTime": {
    "label": "Interest over time"
  },
  "topQueries": {
    "label": "Top queries"
  },
  "risingQueries": {
    "label": "Rising queries"
  },
  "relatedTopics": {
    "label": "Related topics"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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