# Google Trends Demand Research for Trending Products

**Use case:** 

Track search demand for trending products on Google Trends: interest over time, rising related queries and interest by region. No API key needed.

## Input

```json
{
  "keywords": [
    "black friday",
    "air fryer",
    "labubu",
    "stanley cup"
  ],
  "geo": "US",
  "timeRange": "today 12-m",
  "searchProperty": "",
  "category": 0,
  "includeRelatedQueries": true,
  "includeRegionData": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "geo": {
    "label": "Country / region",
    "format": "text"
  },
  "timeRange": {
    "label": "Time range",
    "format": "text"
  },
  "property": {
    "label": "Search property",
    "format": "text"
  },
  "interestOverTime": {
    "label": "Interest over time",
    "format": "array"
  },
  "relatedQueries": {
    "label": "Related queries (top & rising)",
    "format": "object"
  },
  "interestByRegion": {
    "label": "Interest by region",
    "format": "array"
  }
}
```

## About this Actor

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