# Focused research: electric vehicles

**Use case:** 

Google Trends Scraper configured for focused research around “electric vehicles”. The saved input exposes keywords, timeRange, includeRelated, geo and uses...

## Input

```json
{
  "keywords": [
    "electric vehicles"
  ],
  "geo": "GB",
  "timeRange": "today 12-m",
  "includeRelated": false
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "geo": {
    "label": "Geo",
    "format": "text"
  },
  "avgInterest": {
    "label": "Avg interest (0-100)",
    "format": "text"
  },
  "slope": {
    "label": "Slope (Δ12mo)",
    "format": "text"
  },
  "peakInterest": {
    "label": "Peak",
    "format": "text"
  },
  "peakDate": {
    "label": "Peak date",
    "format": "text"
  }
}
```

## About this Actor

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