# Find rising & breakout Google search queries

**Use case:** 

Discover rising and breakout related search queries for any topic on Google Trends — spot trends early for SEO and content.

## Input

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

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "geo": {
    "label": "Geo Code",
    "format": "string"
  },
  "geoLabel": {
    "label": "Location",
    "format": "string"
  },
  "timeRange": {
    "label": "Time Range",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "scalingBasis": {
    "label": "Scaling Basis",
    "format": "string"
  },
  "interestOverTime": {
    "label": "Interest Over Time",
    "format": "array"
  },
  "averageInterest": {
    "label": "Average Interest",
    "format": "number"
  },
  "latestInterest": {
    "label": "Latest Interest",
    "format": "number"
  },
  "relatedQueries": {
    "label": "Related Queries",
    "format": "object"
  },
  "interestByRegion": {
    "label": "Interest By Region",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## 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.