# Track Google Trends for Japan with localized context

**Use case:** 

Export current Japan Trending Now searches with rank and traffic context for regional monitoring.

## Input

```json
{
  "mode": "trending_now",
  "geo": "JP",
  "geos": [],
  "hl": "ja-JP",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Trend",
    "format": "string"
  },
  "traffic": {
    "label": "Traffic",
    "format": "integer"
  },
  "searchVolumeLabel": {
    "label": "Traffic label",
    "format": "string"
  },
  "geo": {
    "label": "Country",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  },
  "relatedQueries": {
    "label": "Related queries",
    "format": "array"
  },
  "articles": {
    "label": "Articles",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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