# Track Remote work interest on Google Trends

**Use case:** 

Pull interest-over-time and regional demand for remote work from Google Trends without a login.

## Input

```json
{
  "keywords": [
    "remote work"
  ],
  "geo": "US",
  "timeRange": "today 12-m",
  "compareKeywords": false,
  "trendingGeos": [],
  "trendingHours": 24,
  "maxTrendingPerGeo": 500,
  "language": "en-US",
  "timezoneOffset": -330,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "keyword": {
    "label": "Keyword"
  },
  "term": {
    "label": "Term"
  },
  "geo": {
    "label": "Geo"
  },
  "rank": {
    "label": "Rank"
  },
  "value": {
    "label": "Interest"
  },
  "searchVolume": {
    "label": "Volume"
  },
  "growthPercent": {
    "label": "Growth %"
  },
  "articleCount": {
    "label": "Articles"
  },
  "date": {
    "label": "Date"
  },
  "startedAt": {
    "label": "Started"
  },
  "relatedQueries": {
    "label": "Related"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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