# Google Trends Interest by Region — Country & State Breakdown

**Use case:** 

Geographic breakdown of Google Trends interest for any keyword — countries, states, regions — as JSON.

## Input

```json
{
  "searchTerms": [
    "solar panels"
  ],
  "surfaces": [
    "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.