# tube atlas, google trends, trending analyzer

**Use case:** 

tube atlas, google trends, trending analyzer

## Input

```json
{
  "mode": "trending",
  "trendingGeo": "US",
  "trendingHours": "24",
  "trendingSort": "relevance",
  "trendingCategory": "all",
  "trendingMaxItems": 20,
  "keywords": [
    "nodejs",
    "docker",
    "kubernetes",
    "github",
    "gitlab",
    "visual studio code",
    "cursor ai",
    "github copilot",
    "chatgpt",
    "google gemini",
    "claude ai",
    "deepseek",
    "kimi ai",
    "mistral ai",
    "meta ai",
    "perplexity ai",
    "openai",
    "anthropic",
    "google ai",
    "microsoft ai",
    "nvidia ai",
    "apple intelligence",
    "amazon web services",
    "microsoft azure",
    "google cloud",
    "cloudflare",
    "digital transformation",
    "technology trends",
    "future technology",
    "emerging technology",
    "quantum computing",
    "quantum computer",
    "internet of things",
    "smart devices",
    "smart home",
    "virtual reality",
    "augmented reality",
    "mixed reality",
    "metaverse",
    "3d printing",
    "drone technology",
    "autonomous vehicles",
    "self driving cars",
    "electric vehicles",
    "battery technology",
    "solar energy",
    "wind energy",
    "renewable energy",
    "clean energy",
    "nuclear energy",
    "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
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "volume": {
    "label": "Search volume",
    "format": "integer"
  },
  "score": {
    "label": "Trend score",
    "format": "integer"
  },
  "active": {
    "label": "Active",
    "format": "boolean"
  },
  "geo": {
    "label": "Country",
    "format": "string"
  },
  "relatedQueries": {
    "label": "Related queries",
    "format": "array"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## 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).
