Skip to main content
ClaudeWave
orbotshq avatar
orbotshq

google-trends-scraper

Ver en GitHub

Reliable Google Trends scraper on Apify: trending now, trend duration, active vs ended trends, interest by region. Pay-per-event.

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/orbotshq/google-trends-scraper
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "google-trends-scraper": {
      "command": "node",
      "args": ["/path/to/google-trends-scraper/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/orbotshq/google-trends-scraper and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Google Trends Scraper - Trending Now, Search Volume & Trend Duration

Reliable Google Trends data on the [Apify](https://apify.com) platform, billed pay-per-event
in USD. Built and maintained by **orbots**.

> **Not affiliated with, endorsed by, or sponsored by Google LLC.** "Google" and "Google
> Trends" are trademarks of Google LLC. This is an independent tool that reads publicly
> available Google Trends data; it is not an official Google product.

**▶️ Run it on Apify:** https://apify.com/orbots/google-trends-scraper

---

## What it does

- **Trending searches** for 100+ countries and sub-regions (e.g. `US-CA`, `FR-75`), with
  estimated search volume.
- **Active trends vs. ended**, plus **trend duration**: how long each trend has been running.
- **Topic categories** on every term (Google's own 19 categories), with an optional
  `categories` filter to keep only one vertical.
- **Interest over time** and **interest by region** for keywords you provide.
- Up to ~370 terms per run in large markets. **No item cap.**
- A run that collects nothing is **not charged at all**.

## Why this one

- **Reliability first.** The official Google Trends source is flaky; this Actor is built to
  degrade gracefully. When part of a request is throttled, it returns the regions that
  responded and reports the ones that didn't, instead of failing the whole run.
- **Honest pricing.** A small start fee plus a per-result fee that scales down with volume.
  A run that returns zero rows costs nothing.
- **Built for schedules.** With `onlyNew: true` each run returns only the trends you have
  not received before, per country and window, so a daily schedule stops paying for the
  same list twice.
- **Agent-ready.** Exposed to AI agents through Apify's MCP server;
  see the [MCP page](https://apify.com/orbots/google-trends-scraper/api/mcp).

## Output (shape)

Each row is one trend (trending mode) or one interest data point (keywords mode). Typical
fields in trending mode:

| field | meaning |
|---|---|
| `type` | `trending_now` (or `interest_over_time` / `interest_by_region` in keywords mode) |
| `term` | the trending query |
| `rank` | position in the feed (1 = hottest) |
| `geo` | country or sub-region code (e.g. `US`, `US-CA`, `FR-75`) |
| `search_volume` / `formatted_volume` | Google's estimated volume, as a number (`200000`) and as the label shown in the UI (`200K+`) |
| `category` / `categories` | Google's topic category for the term |
| `is_active` | whether the trend is still running |
| `started_at` / `ended_at` | trend window timestamps (`ended_at` is `null` while active) |
| `duration_minutes` | how long the trend lasted, once it has ended |
| `trends_url` | direct link to the term's Google Trends explore page |

## Quick start

Run from the [Actor page](https://apify.com/orbots/google-trends-scraper), or call it via the
Apify API and get the rows back in one request:

```bash
curl -X POST "https://api.apify.com/v2/acts/orbots~google-trends-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "mode": "trending", "trendingGeos": ["US", "GB", "BR"], "trendingHours": 24 }'
```

Add `"onlyNew": true` for schedules, or `"categories": ["Sports"]` to keep one vertical.
Full input options and examples are on the Actor page.

## Support

Issues and feature requests: open an issue in this repository, or use the **Issues** tab on
the [Apify Actor page](https://apify.com/orbots/google-trends-scraper).

---

*orbots builds small, reliable data Actors on Apify. Data is read from publicly available
sources; see each Actor's page for details and terms.*
apifyapify-actorgoogle-trendsmcpscrapertrendingtrending-searches

Lo que la gente pregunta sobre google-trends-scraper

¿Qué es orbotshq/google-trends-scraper?

+

orbotshq/google-trends-scraper es mcp servers para el ecosistema de Claude AI. Reliable Google Trends scraper on Apify: trending now, trend duration, active vs ended trends, interest by region. Pay-per-event. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-26.

¿Cómo se instala google-trends-scraper?

+

Puedes instalar google-trends-scraper clonando el repositorio (https://github.com/orbotshq/google-trends-scraper) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar orbotshq/google-trends-scraper?

+

Nuestro agente de seguridad ha analizado orbotshq/google-trends-scraper y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene orbotshq/google-trends-scraper?

+

orbotshq/google-trends-scraper es mantenido por orbotshq. La última actividad registrada en GitHub es del 2026-08-26, con 0 issues abiertos.

¿Hay alternativas a google-trends-scraper?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega google-trends-scraper en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: orbotshq/google-trends-scraper
[![Featured on ClaudeWave](https://claudewave.com/api/badge/orbotshq-google-trends-scraper)](https://claudewave.com/repo/orbotshq-google-trends-scraper)
<a href="https://claudewave.com/repo/orbotshq-google-trends-scraper"><img src="https://claudewave.com/api/badge/orbotshq-google-trends-scraper" alt="Featured on ClaudeWave: orbotshq/google-trends-scraper" width="320" height="64" /></a>

Más MCP Servers

Alternativas a google-trends-scraper