# Validate product demand with Google Trends

**Use case:** 

Check whether demand for a product is rising or fading with 5-year Google Trends interest, plus breakout related queries and regions.

## Input

```json
{
  "searchTerms": [
    "standing desk"
  ],
  "geo": "",
  "timeRange": "today 5-y",
  "category": "0",
  "dataTypes": [
    "relatedQueries",
    "interestByRegion"
  ],
  "language": "en-US",
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "geoLabel": {
    "label": "Location",
    "format": "string"
  },
  "interestOverTime": {
    "label": "Interest Over Time",
    "format": "array"
  }
}
```

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