# Trending Searches in Germany Right Now

**Use case:** 

Get real-time data on today's trending searches in Germany. Discover popular queries driving current interest and media attention.

## Input

```json
{
  "keywords": [],
  "trendingNowGeos": [
    "DE"
  ],
  "timeframe": "now 1-d",
  "geo": "DE",
  "category": 0,
  "includeInterestOverTime": false,
  "includeRelatedQueries": false,
  "includeRelatedTopics": true,
  "includeInterestByRegion": false,
  "hl": "en-US",
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Type",
    "format": "string"
  },
  "geo": {
    "label": "Geo",
    "format": "string"
  },
  "query": {
    "label": "Trending Query",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "approxTraffic": {
    "label": "Approx Traffic",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

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