# Compare Keywords in Google Trends (2–5 Terms, One Scale)

**Use case:** 

Score 2–5 keywords on one shared 0–100 scale, exactly like the Trends compare view — delivered as JSON. Ready to run, no API key.

## Input

```json
{
  "searchTerms": [
    "coffee",
    "matcha"
  ],
  "surfaces": [
    "interestOverTime"
  ],
  "compare": true,
  "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.