# Travel Search Trends: Flights, Resorts and Destinations

**Use case:** 

Five years of US Google Trends for cheap flights, all inclusive resorts, japan travel and travel insurance: whether interest is rising, the month people search and book, interest by state, and the breakout searches around each. Useful for travel brands, OTAs and content teams.

## Input

```json
{
  "keywords": [
    "cheap flights",
    "all inclusive resorts",
    "japan travel",
    "travel insurance"
  ],
  "country": "US",
  "timeframe": "today 5-y",
  "searchType": "web",
  "category": "0",
  "compareKeywords": false,
  "includeRelated": true,
  "includeRegions": true,
  "maxRelated": 25,
  "includeTimeline": true,
  "trendingCountries": []
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "country": {
    "label": "Country"
  },
  "timeframe": {
    "label": "Period"
  },
  "status": {
    "label": "Status"
  },
  "direction": {
    "label": "Direction"
  },
  "recentChangePercent": {
    "label": "Recent change %"
  },
  "yearOverYearPercent": {
    "label": "Year on year %"
  },
  "averageInterest": {
    "label": "Average interest"
  },
  "peakInterest": {
    "label": "Peak"
  },
  "peakDate": {
    "label": "Peak date"
  },
  "latestInterest": {
    "label": "Latest"
  },
  "bestMonth": {
    "label": "Strongest month"
  },
  "worstMonth": {
    "label": "Weakest month"
  },
  "seasonalSwingPercent": {
    "label": "Seasonal swing %"
  },
  "topRegion": {
    "label": "Top region"
  },
  "breakoutQueries": {
    "label": "Breakout searches"
  },
  "trendsUrl": {
    "label": "On Google Trends"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Trends Keyword Report: Trends, Seasons & Breakouts](https://apify.com/precious_bathmat/google-trends-keyword-report.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/google-trends-keyword-report.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/precious_bathmat/google-trends-keyword-report.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
