# Worldwide Travel Destination Trends Report

**Use case:** 

Get the latest trends on travel destinations like Japan, including interest over time and related queries. Analyze trends for strategic insights.

## Input

```json
{
  "keywords": [
    "flights to Japan",
    "cheap hotels",
    "best vacation 2024",
    "travel insurance",
    "Airbnb"
  ],
  "trendingNowGeos": [
    "US",
    "GB",
    "IN"
  ],
  "timeframe": "today 6-m",
  "geo": "",
  "category": 0,
  "includeInterestOverTime": true,
  "includeRelatedQueries": true,
  "includeRelatedTopics": true,
  "includeInterestByRegion": true,
  "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.