# Track keyword search interest over time

**Use case:** 

Pull Google Trends interest over time for a keyword: full series, average, peak, latest value and trend direction, plus interest by region.

## Input

```json
{
  "mode": "keywords",
  "searchTerms": [
    "bitcoin"
  ],
  "geo": "US",
  "timeRange": "today 12-m",
  "searchType": "web",
  "category": 0,
  "dataTypes": [
    "interestOverTime",
    "interestByRegion",
    "relatedQueries"
  ],
  "regionResolution": "",
  "language": "en-US",
  "maxItems": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "geoLabel": {
    "label": "Location",
    "format": "text"
  },
  "timeRange": {
    "label": "Time range",
    "format": "text"
  },
  "property": {
    "label": "Property",
    "format": "text"
  },
  "averageInterest": {
    "label": "Avg interest",
    "format": "number"
  },
  "peakInterest": {
    "label": "Peak",
    "format": "number"
  },
  "latestInterest": {
    "label": "Latest",
    "format": "number"
  },
  "trendDirection": {
    "label": "Direction",
    "format": "text"
  },
  "topRegions": {
    "label": "Top regions",
    "format": "array"
  },
  "risingQueries": {
    "label": "Rising queries",
    "format": "array"
  },
  "trendsUrl": {
    "label": "Trends URL",
    "format": "link"
  }
}
```

## About this Actor

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