# tube atlas, google trends

**Use case:** 

tube atlas, google trends

## Input

```json
{
  "mode": "keyword",
  "trendingGeo": "US",
  "trendingHours": "24",
  "trendingSort": "relevance",
  "trendingCategory": "all",
  "trendingMaxItems": 20,
  "keywords": [
    "energy storage",
    "hydrogen energy",
    "electricity prices",
    "gas prices",
    "oil prices",
    "gold price",
    "silver price",
    "bitcoin",
    "ethereum",
    "solana",
    "xrp",
    "dogecoin",
    "cryptocurrency",
    "crypto market",
    "crypto trading",
    "bitcoin price",
    "ethereum price",
    "bitcoin mining",
    "crypto wallet",
    "digital wallet",
    "blockchain",
    "blockchain technology",
    "decentralized finance",
    "defi",
    "nft",
    "web3",
    "crypto exchange",
    "coinbase",
    "binance",
    "kraken",
    "stock market",
    "stock market today",
    "stock market news",
    "stock market forecast",
    "nasdaq",
    "dow jones",
    "s&p 500",
    "stock trading",
    "day trading",
    "swing trading",
    "long term investing",
    "value investing",
    "growth stocks",
    "dividend stocks",
    "index funds",
    "mutual funds",
    "etf",
    "best etf",
    "bond market",
    "government bonds",
    "treasury bonds",
    "interest rates",
    "federal reserve",
    "inflation",
    "deflation",
    "recession",
    "economic growth",
    "unemployment",
    "consumer confidence",
    "housing market",
    "real estate",
    "home prices",
    "house prices",
    "mortgage rates",
    "mortgage calculator",
    "home loan",
    "personal loan",
    "car loan",
    "credit score",
    "credit card",
    "cashback credit card",
    "online banking",
    "mobile banking",
    "bank account",
    "savings account",
    "checking account",
    "personal finance",
    "budgeting",
    "financial planning",
    "retirement planning",
    "retirement savings",
    "401k",
    "ira",
    "tax refund",
    "income tax",
    "tax calculator",
    "small business",
    "startup",
    "entrepreneurship",
    "business ideas",
    "online business",
    "ecommerce",
    "online store",
    "dropshipping",
    "affiliate marketing",
    "digital marketing",
    "content marketing",
    "social media marketing",
    "email marketing",
    "search engine optimization"
  ],
  "geo": "US",
  "time": "today 12-m",
  "property": "youtube",
  "fetchRegional": true
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "points": {
    "label": "Interest points",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "geo": {
    "label": "Country",
    "format": "string"
  },
  "time": {
    "label": "Time range",
    "format": "string"
  },
  "regions": {
    "label": "Regional interest",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Trends Scraper – Tube Atlas & Search Interest](https://apify.com/utils/google-trends-actor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/utils/google-trends-actor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

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

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
