# SEO Keyword Research with Google Trends

**Use case:** 

Find rising SEO keywords with Google Trends: search interest over time, related and rising queries, and interest by region. Perfect for content planning. No API

## Input

```json
{
  "keywords": [
    "seo tools",
    "content marketing",
    "ai writing",
    "keyword research"
  ],
  "geo": "US",
  "timeRange": "today 12-m",
  "searchProperty": "",
  "category": 0,
  "includeRelatedQueries": true,
  "includeRegionData": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "geo": {
    "label": "Country / region",
    "format": "text"
  },
  "timeRange": {
    "label": "Time range",
    "format": "text"
  },
  "property": {
    "label": "Search property",
    "format": "text"
  },
  "interestOverTime": {
    "label": "Interest over time",
    "format": "array"
  },
  "relatedQueries": {
    "label": "Related queries (top & rising)",
    "format": "object"
  },
  "interestByRegion": {
    "label": "Interest by region",
    "format": "array"
  }
}
```

## About this Actor

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