# Compare Google Trends for up to 5 keywords

**Use case:** 

Compare search interest for up to 5 keywords on one normalized 0–100 scale over time, with related queries and interest by region.

## Input

```json
{
  "searchTerms": [
    "chatgpt",
    "claude",
    "gemini"
  ],
  "geo": "",
  "timeRange": "today 12-m",
  "category": "0",
  "dataTypes": [
    "relatedQueries",
    "interestByRegion"
  ],
  "language": "en-US",
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "geoLabel": {
    "label": "Location",
    "format": "string"
  },
  "interestOverTime": {
    "label": "Interest Over Time",
    "format": "array"
  }
}
```

## About this Actor

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