# Google Trends Interest Over Time for Bitcoin

**Use case:** 

Google Trends task returning interest-over-time and related trends for bitcoin in seconds, as clean JSON or CSV. Ready to run; change the search terms.

## Input

```json
{
  "searchTerms": [
    "bitcoin"
  ],
  "compareTerms": false,
  "timeRange": "today 12-m",
  "geo": "",
  "category": "0",
  "property": "",
  "trendingNow": false,
  "trendingNowGeos": [
    "US"
  ],
  "trendingNowHours": 24,
  "maxTrends": 25
}
```

## Output

```json
{
  "type": {
    "label": "Record type",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "query": {
    "label": "Trending query",
    "format": "string"
  },
  "geo": {
    "label": "Geo",
    "format": "string"
  },
  "averageValue": {
    "label": "Average interest",
    "format": "number"
  },
  "peakDate": {
    "label": "Peak date",
    "format": "string"
  },
  "searchVolume": {
    "label": "Search volume",
    "format": "string"
  },
  "volumeGrowthPct": {
    "label": "Volume growth %",
    "format": "number"
  },
  "url": {
    "label": "Explore URL",
    "format": "string"
  }
}
```

## About this Actor

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