# Find rising Google searches before they peak

**Use case:** 

See which searches are growing fastest in your niche. Get top and rising Google Trends queries with breakout terms flagged, for any country.

## Input

```json
{
  "keywords": [
    "skincare",
    "protein powder",
    "air fryer"
  ],
  "compareKeywords": false,
  "dataTypes": [
    "relatedQueries"
  ],
  "geo": "US",
  "timeframe": "today 12-m",
  "regionResolution": "COUNTRY",
  "category": 0,
  "property": "",
  "trendingNowGeo": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "dataType": {
    "label": "Data type",
    "format": "text"
  },
  "geo": {
    "label": "Geo",
    "format": "text"
  },
  "timeframe": {
    "label": "Timeframe",
    "format": "text"
  },
  "count": {
    "label": "Items",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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