# Keyword Trend Research for SEO — Full Google Trends Report

**Use case:** 

12-month interest, related queries, and region breakdown for any keyword in one run. JSON output for SEO workflows.

## Input

```json
{
  "searchTerms": [
    "standing desk"
  ],
  "surfaces": [
    "interestOverTime",
    "relatedQueries",
    "interestByRegion"
  ],
  "compare": false,
  "geo": "US",
  "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.