# Google Trends Interest Over Time as JSON (API Alternative)

**Use case:** 

Get Google Trends interest-over-time data as clean JSON. No API key, no subscription — from $1.50/1,000 reports. Ready to run.

## Input

```json
{
  "searchTerms": [
    "chatgpt"
  ],
  "surfaces": [
    "interestOverTime"
  ],
  "compare": false,
  "geo": "",
  "timeRange": "today 12-m",
  "category": 0,
  "property": "",
  "includeTrendingNow": false,
  "trendingNowGeo": "US",
  "proxyCountry": "US"
}
```

## Output

```json
{
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "geo": {
    "label": "Location",
    "format": "string"
  },
  "timeRange": {
    "label": "Time range",
    "format": "string"
  },
  "comparedWith": {
    "label": "Compared with",
    "format": "array"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

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