# Google Trending Searches Data Studio Export

**Use case:** 

Collect Google Trending Searches for data studio export with trend titles, traffic labels, timing, country settings, images, and optional related news for...

## Input

```json
{
  "geos": [
    "US"
  ],
  "maxItemsPerGeo": 20,
  "includeNewsItems": false
}
```

## Output

```json
{
  "geo": {
    "label": "Geo",
    "format": "text"
  },
  "title": {
    "label": "Trend",
    "format": "text"
  },
  "approxTraffic": {
    "label": "Approx. traffic",
    "format": "text"
  },
  "pubDate": {
    "label": "Published",
    "format": "date"
  },
  "link": {
    "label": "Trend link",
    "format": "link"
  },
  "picture": {
    "label": "Picture",
    "format": "image"
  },
  "pictureSource": {
    "label": "Picture source",
    "format": "text"
  },
  "newsItems": {
    "label": "Related news",
    "format": "object"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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