# Get Google Trends Data for Any Keyword

**Use case:** 

Get Google Trends data for any keyword. Track search interest over time, spot rising trends and measure popularity worldwide or by country.

## Input

```json
{
  "enableTrendingSearches": false,
  "trendingSearchesCountry": "US",
  "trendingSearchesTimeframe": "24",
  "trendingSearchesCategories": [],
  "trendingSearchesMaxItems": 50,
  "keyword": "bitcoin",
  "predefinedTimeframe": "today 12-m",
  "geo": "",
  "fetchRegionalData": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "geo": {
    "label": "Region"
  },
  "timeframe": {
    "label": "Timeframe"
  },
  "timeframe_hours": {
    "label": "Hours"
  },
  "timeline_data": {
    "label": "Timeline Data"
  },
  "region_data": {
    "label": "Regional Data"
  },
  "trending_searches": {
    "label": "Trending Searches"
  },
  "trends_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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