# Google Keyword Trends (`agentx/google-keyword-trends`) Actor

Collects Google Trends interest over time, interest by region, and related queries for a keyword across country, time range, category, and search property filters.

- **URL**: https://apify.com/agentx/google-keyword-trends.md
- **Developed by:** [AgentX](https://apify.com/agentx) (community)
- **Categories:** SEO tools, AI, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.17 / result

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

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


# README

## Google Keyword Trends - Keyword Trend Intelligence API

**Google Keyword Trends is a Google Trends API for collecting keyword interest over time, interest by region, and related queries from one country, time range, category, and search-property combination.** It returns a single structured trend record per run with the Google Trends Explore URL, section row counts, parsed time-series data, regional demand tables, top related queries, and rising related queries. The API is built for SEO research, product demand validation, market timing, content planning, brand monitoring, YouTube trend discovery, shopping interest analysis, and competitive search-intelligence workflows.

[![Google Trends](https://img.shields.io/badge/Google_Trends-4285f4?style=for-the-badge&color=4285f4)](https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi) [![Keyword Intelligence](https://img.shields.io/badge/Keyword_Intelligence-34a853?style=for-the-badge&color=34a853)](https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi) [![Market Research](https://img.shields.io/badge/Market_Research-fbbc05?style=for-the-badge&color=fbbc05)](https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi)

---

### Why Choose This API

#### Google Trends Keyword Intelligence for Search and Market Research

**📈 Interest Over Time**
Collect normalized Google Trends time-series rows for a keyword across windows from the past hour to 2004-present. Use the data to detect seasonality, launch timing, news spikes, and demand decay.

**🌍 Interest By Region**
Return regional interest tables when Google Trends exposes a geography widget for the selected keyword and market. This helps compare country, state, or regional demand without manually exporting charts.

**🔍 Related Queries**
Capture top and rising related searches for SEO clustering, content briefs, audience research, campaign ideation, and product positioning.

**🛍️ Search Property Filters**
Analyze Web Search, Image Search, News Search, Google Shopping, or YouTube Search. This lets teams compare intent across classic search, ecommerce demand, video discovery, and news-driven spikes.

**🏗️ Production-Ready Actor Flow**
The actor uses Google Trends Explore widgets, browser-like headers, proxy rotation, JSON-first parsing, and CSV fallback for selected widgets. Partial results are preserved when optional widgets fail.

---

### Quick Start Guide

#### How to Collect Google Keyword Trends Data in 3 Steps

##### Step 1: Configure Your Request

[Open Actor Input](https://console.apify.com/actors/agentx~google-keyword-trends/input?fpr=aiagentapi)

##### Step 2: Run the Actor

Enter one keyword, brand, product, topic, or search phrase. Select the location, time range, category, and search type that match the market question you want to answer, then click **Start**.

##### Step 3: Access Your Data

Download JSON or CSV from the Apify dataset, or call the dataset API from your data pipeline. Each run returns one structured trend record with parsed widget tables and collection metadata.

---

### Input Parameters

#### Configuration Fields

| Parameter     | Type   | Required | Description                                                | Example Values                                           |
| ------------- | ------ | -------- | ---------------------------------------------------------- | -------------------------------------------------------- |
| `keyword`     | string | Yes      | Keyword, brand, product, topic, or query phrase to analyze | `"coffee"`, `"iPhone"`, `"Taylor Swift"`                 |
| `location`    | select | Yes      | Worldwide or country-level Google Trends market            | `"Worldwide"`, `"United States"`, `"United Kingdom"`     |
| `time_range`  | select | Yes      | Google Trends time window                                  | `"Past 30 days"`, `"Past 12 months"`, `"2004 - present"` |
| `category`    | select | Yes      | Top-level Google Trends category context                   | `"All categories"`, `"Food & Drink"`                     |
| `search_type` | select | Yes      | Google Trends search property                              | `"Web Search"`, `"News Search"`, `"YouTube Search"`      |

#### Example Input Configuration

```json
{
  "keyword": "coffee",
  "location": "United States",
  "time_range": "Past 30 days",
  "category": "Food & Drink",
  "search_type": "Web Search"
}
````

***

### Output Data Schema

#### Complete Google Keyword Trends Record Structure

[Open Actor Output](https://console.apify.com/actors/agentx~google-keyword-trends/output?fpr=aiagentapi)

Each run pushes one dataset item for the input combination. The item is shaped for customers and downstream workflows: readable input labels, the matching Google Trends URL, row counts, clean trend arrays, and top/rising related query arrays.

#### Core Fields

| Field          | Type   | Description                                    |
| -------------- | ------ | ---------------------------------------------- |
| `processor`    | string | Apify actor URL that processed this record     |
| `processed_at` | string | ISO timestamp when the record was created      |
| `keyword`      | string | Submitted keyword or topic                     |
| `location`     | string | Human-readable location label                  |
| `time_range`   | string | Human-readable time window                     |
| `category`     | string | Human-readable category label                  |
| `search_type`  | string | Human-readable search property                 |
| `trends_url`   | string | Google Trends Explore URL for the same filters |
| `data_counts`  | object | Row counts for each public trend data section  |

#### Trend Data Fields

| Field                    | Type  | Description                                            |
| ------------------------ | ----- | ------------------------------------------------------ |
| `interest_over_time`     | array | Interest-over-time rows with date and normalized value |
| `interest_by_region`     | array | Regional interest rows when available                  |
| `related_queries_top`    | array | Top related searches                                   |
| `related_queries_rising` | array | Rising related searches                                |

#### Example JSON Output

```json
{
  "processor": "https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi",
  "processed_at": "2026-05-11T10:30:00.000Z",
  "keyword": "coffee",
  "location": "United States",
  "time_range": "Past 30 days",
  "category": "Food & Drink",
  "search_type": "Web Search",
  "trends_url": "https://trends.google.com/trends/explore?q=coffee&date=today+1-m&hl=en-US&tz=0&geo=US&cat=71",
  "data_counts": {
    "interest_over_time": 30,
    "interest_by_region": 50,
    "related_queries_top": 25,
    "related_queries_rising": 25
  },
  "interest_over_time": [
    {
      "timestamp": 1714521600,
      "date": "May 1",
      "value": 72
    }
  ],
  "interest_by_region": [
    {
      "region": "California",
      "geo_code": "US-CA",
      "value": 100
    }
  ],
  "related_queries_top": [
    {
      "query": "iced coffee",
      "value": 100,
      "formatted_value": "100",
      "link": "https://trends.google.com/trends/explore?q=iced+coffee"
    }
  ],
  "related_queries_rising": [
    {
      "query": "protein coffee",
      "value": 5000,
      "formatted_value": "Breakout",
      "link": "https://trends.google.com/trends/explore?q=protein+coffee"
    }
  ]
}
```

#### Export Formats

- **JSON** - Complete structured data with all trend fields
- **CSV** - Spreadsheet-compatible format
- **API Access** - Programmatic access via Apify Client SDK
- **Cloud Storage** - Automatic upload to Apify Dataset and Key-Value Store

***

### Integration Examples

#### Actor ID for Platform Integration

```text
agentx/google-keyword-trends
```

#### Ⓜ️ [Make.com Setup:](https://www.make.com/en/register?pc=marketingme)

1. Login to **[Make.com (Get 1000 Free Credits)](https://www.make.com/en/register?pc=marketingme)**
2. Add module **"Run an Actor"**
3. Turn **'Map'** on - right side of the 'Actor\*'
4. Paste **Actor ID** - from above
5. Click the **'⟳ Refresh'** - left side of Map
6. **Input JSON\*** - Modify the parameters as needed
7. Set **"Run synchronously"** to **YES**
8. Add module **"Get Dataset Items"** - receive the result
9. In **Dataset ID\*** select **defaultDatasetId**

#### 🎱 [N8N.io Setup:](https://n8n.io/)

1. Add **'Run an Actor and get dataset'** - from the apify node
2. **Actor** → **By ID** → **Paste Actor ID** - from above
3. **Input JSON** - Modify the parameters as needed

#### Python Integration Example

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run_input = {
    "keyword": "coffee",
    "location": "United States",
    "time_range": "Past 30 days",
    "category": "Food & Drink",
    "search_type": "Web Search",
}

run = client.actor("agentx/google-keyword-trends").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
  print(item["keyword"], item["data_counts"]["interest_over_time"], item["data_counts"]["related_queries_top"])
```

#### JavaScript/Node.js Integration

```javascript
import { ApifyClient } from "apify-client";

const client = new ApifyClient({ token: "YOUR_API_TOKEN" });

const input = {
  keyword: "iPhone",
  location: "United Kingdom",
  time_range: "Past 7 days",
  category: "Computers & Electronics",
  search_type: "News Search",
};

const run = await client.actor("agentx/google-keyword-trends").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();

items.forEach((item) => {
  console.log(
    item.keyword,
    item.data_counts.interest_over_time,
    item.data_counts.related_queries_top,
  );
});
```

#### JSON-LD Metadata

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SoftwareApplication",
      "@id": "https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi#software",
      "name": "Google Keyword Trends",
      "description": "Google Keyword Trends collects keyword interest over time, interest by region, and related queries for search intelligence, SEO research, market validation, and content planning.",
      "applicationCategory": "BusinessApplication",
      "applicationSubCategory": "Keyword Research API",
      "operatingSystem": "Web, Cloud",
      "url": "https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi",
      "softwareVersion": "1.0.0",
      "datePublished": "2026-05-11",
      "dateModified": "2026-05-12",
      "featureList": [
        "Google Trends interest over time with normalized values",
        "Interest by region for country, state, and city-level demand",
        "Top and rising related queries for SEO cluster discovery",
        "Web, Image, News, Shopping, and YouTube search property filters",
        "JSON-first parsing with CSV fallback for optional widgets"
      ],
      "offers": {
        "@type": "Offer",
        "price": "0.17",
        "priceCurrency": "USD",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.17",
          "priceCurrency": "USD",
          "referenceQuantity": {
            "@type": "QuantitativeValue",
            "value": "1",
            "unitText": "trend result"
          }
        },
        "availability": "https://schema.org/InStock"
      },
      "author": { "@id": "https://apify.com/agentx#person" },
      "publisher": { "@id": "https://apify.com#organization" }
    },
    {
      "@type": "Person",
      "@id": "https://apify.com/agentx#person",
      "name": "AgentX",
      "url": "https://apify.com/agentx",
      "sameAs": [
        "https://apify.com/agentx",
        "https://t.me/AiAgentApi",
        "https://t.me/Apify_Actor"
      ],
      "knowsAbout": [
        "web scraping",
        "keyword research",
        "Google Trends",
        "SEO intelligence",
        "market demand analytics"
      ]
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How do I collect Google Trends data for one keyword?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Set keyword, choose location, time_range, category, and search_type, then run the actor. The output contains time-series data, related queries, and summary counts for the submitted keyword."
          }
        },
        {
          "@type": "Question",
          "name": "What is included in the Google Keyword Trends output?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The output includes input labels, the matching Google Trends Explore URL, row counts, interest-over-time rows, interest-by-region rows when available, and top and rising related queries."
          }
        },
        {
          "@type": "Question",
          "name": "Can I analyze YouTube or Shopping search trends?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Use search_type values such as YouTube Search, Google Shopping, News Search, Image Search, or Web Search to collect trend data for different Google search properties."
          }
        },
        {
          "@type": "Question",
          "name": "Why does a run sometimes return partial results?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Google Trends may rate-limit or omit optional sections for some keyword and filter combinations. The actor preserves required data when available, and data_counts shows which sections returned rows."
          }
        },
        {
          "@type": "Question",
          "name": "How do I export Google Trends data to CSV?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Open the Apify dataset after the run and choose CSV export, or use the Apify dataset API to stream items into your warehouse, spreadsheet, or BI tool."
          }
        },
        {
          "@type": "Question",
          "name": "How much does Google Keyword Trends cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Pay-per-result: $0.17 per collected trend result. 100 runs cost approximately $17.00. There is no monthly minimum or seat fee."
          }
        }
      ]
    },
    {
      "@type": "HowTo",
      "name": "How to collect Google Trends keyword data with Google Keyword Trends",
      "step": [
        {
          "@type": "HowToStep",
          "position": 1,
          "name": "Configure Your Request",
          "text": "Open the Actor input page and enter the keyword, location, time_range, category, and search_type that match the market question you want to answer."
        },
        {
          "@type": "HowToStep",
          "position": 2,
          "name": "Run the Actor",
          "text": "Click Start. Google Keyword Trends collects interest over time, regional demand, and related queries for the submitted keyword and returns one structured dataset item."
        },
        {
          "@type": "HowToStep",
          "position": 3,
          "name": "Access Your Data",
          "text": "Export the dataset as JSON or CSV, or stream items via the Apify REST API. Use interest_over_time for time-series analysis and related_queries_rising for SEO cluster discovery."
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Apify",
          "item": "https://apify.com"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "AgentX",
          "item": "https://apify.com/agentx"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Google Keyword Trends",
          "item": "https://apify.com/agentx/google-keyword-trends"
        }
      ]
    }
  ]
}
```

***

### Pricing & Cost Calculator

#### Pay-Per-Event Pricing

| Event            | Description                                                                        | Price |
| ---------------- | ---------------------------------------------------------------------------------- | ----- |
| **Actor Start**  | Charged when the Actor starts running (one event per GB memory, minimum one event) | $0.02 |
| **Trend Result** | One charged Google Trends keyword result                                           | $0.17 |

#### Cost Estimation Examples

| Trend Runs | Estimated Result Cost |
| ---------- | --------------------- |
| 10 runs    | ~$1.70                |
| 100 runs   | ~$17.00               |
| 1,000 runs | ~$170.00              |
| 5,000 runs | ~$850.00              |

#### Competitive Pricing Comparison

| Feature                   | Google Keyword Trends | SerpAPI | Semrush API | Custom Build |
| ------------------------- | --------------------- | ------- | ----------- | ------------ |
| **Interest Over Time**    | **Yes** ⭐            | Partial | Limited     | Complex      |
| **Regional Demand Data**  | **Yes** ⭐            | No      | No          | Varies       |
| **Related Queries**       | **Yes** ⭐            | Limited | No          | Varies       |
| **YouTube Search Filter** | **Yes** ⭐            | No      | No          | Varies       |
| **Pay-Per-Result**        | **Yes** ⭐            | Monthly | Monthly     | None         |
| **Structured JSON**       | **Enterprise** ⭐     | Basic   | Basic       | None         |

***

### Use Cases & Applications

#### SEO and Content Research

**Content Calendar and Keyword Prioritization**
Use interest-over-time and related queries to prioritize content calendars, validate keyword clusters, identify rising search terms, and monitor seasonal demand before publishing campaigns.

#### Product and Market Validation

**Demand Signal Comparison Across Markets**
Compare demand signals across countries and categories before launching products, testing market entries, planning inventory, or validating category momentum.

#### Brand and Competitor Monitoring

**Branded Keyword and Competitor Tracking**
Track branded keywords, competitor names, campaign slogans, creator names, and product lines. Related queries can reveal how audiences describe the same topic in the market.

#### YouTube and News Trend Discovery

**Cross-Property Intent Analysis**
Switch `search_type` to YouTube Search or News Search to study video discovery demand, breaking-news interest, public attention spikes, and creator-topic opportunities.

***

### FAQ

#### How do I collect Google Trends data for one keyword?

Set `keyword`, choose `location`, `time_range`, `category`, and `search_type`, then run the actor. The output contains time-series data, related queries, and summary counts.

#### What is included in the Google Keyword Trends output?

The output includes input labels, the matching Google Trends Explore URL, row counts, interest-over-time rows, interest-by-region rows when available, and top and rising related queries.

#### Can I analyze YouTube or Shopping search trends?

Yes. Use `search_type` values such as `YouTube Search`, `Google Shopping`, `News Search`, `Image Search`, or `Web Search` to collect trend data for different Google search properties.

#### Why does a run sometimes return partial results?

Google Trends may rate-limit or omit optional sections for some keyword and filter combinations. The actor preserves required data when available, and `data_counts` shows which sections returned rows.

#### How do I export Google Trends data to CSV?

Open the Apify dataset after the run and choose CSV export, or use the Apify dataset API to stream items into your warehouse, spreadsheet, or BI tool.

***

### SEO Keywords & Search Terms

#### Primary Keywords

Google Trends API, Google Trends scraper, Google Trends keyword API, Google Trends search data, keyword trend intelligence API, Google Trends interest over time, Google Trends related queries, search demand API, market trend data API

#### Long-Tail Keywords

how to collect Google Trends data, export Google Trends related queries to JSON, Google Trends API for SEO research, Google Trends API for YouTube search, Google Trends country keyword demand, Google Trends rising queries data, Google Trends interest by region API

#### Industry Terms

search intelligence, keyword research, demand forecasting, trend monitoring, content planning, SEO data pipeline, market validation, audience research, ecommerce demand signals, YouTube trend research

#### Use Case Keywords

keyword seasonality tracker, rising search terms finder, regional search demand API, product demand validation, brand trend monitoring, content calendar research, news trend monitoring, shopping trend analysis, YouTube keyword demand

***

### Trust & Certifications

- ✅ **Production-Grade Infrastructure** — Runs on Apify cloud infrastructure with managed execution, storage, and retry support.
- ✅ **Transparent Dataset Output** — Returns parsed trend tables and row counts for each public data section.
- ✅ **Pay-Per-Result Billing** — Charges per collected trend result rather than monthly seats.
- ✅ **Maintained Actor Contract** — Input, output, and pricing fields are documented for repeatable workflow integration.

***

### Legal & Compliance

#### Data Rights & Usage

Google Keyword Trends collects publicly accessible trend and search-interest data made available through Google Trends interfaces. Users are responsible for ensuring their use of exported data complies with applicable laws, contractual obligations, and internal data governance policies.

#### Privacy Compliance

The actor does not collect private account data, personal profiles, or private user records. Dataset items contain aggregated keyword-interest signals, parsed trend tables, and collection metadata. Users with GDPR or CCPA obligations should review how they combine this dataset with other data sources.

#### Platform Terms of Service

Users must review and comply with Google terms, Apify platform terms, and any downstream platform requirements before using collected data in production systems.

#### Enterprise Support

For enterprise licensing, private deployments, compliance review, or custom integrations, contact [@AiAgentApi](https://t.me/AiAgentApi).

***

### Related Tools

#### Jobs & Hiring

- **[All Jobs Scraper](https://apify.com/agentx/all-jobs-scraper?fpr=aiagentapi)** - Multi-Platform Job Listings Intelligence API
- **[Glassdoor Hiring Scraper](https://apify.com/agentx/glassdoor-hiring-scraper?fpr=aiagentapi)** - Glassdoor Job Listings Intelligence API
- **[Glints Employer Data Extractor](https://apify.com/agentx/glints-employer-data-extractor?fpr=aiagentapi)** - Glints Employer Intelligence API
- **[Glints Jobs Data Extractor](https://apify.com/agentx/glints-jobs-data-extractor?fpr=aiagentapi)** - Glints Job Listings Intelligence API
- **[Indeed Hiring Scraper](https://apify.com/agentx/indeed-hiring-scraper?fpr=aiagentapi)** - Indeed Job Listings Intelligence API
- **[JobStreet Employer Data Extractor](https://apify.com/agentx/jobstreet-employer-data-extractor?fpr=aiagentapi)** - JobStreet Employer Intelligence API
- **[JobStreet Jobs Data Extractor](https://apify.com/agentx/jobstreet-jobs-data-extractor?fpr=aiagentapi)** - JobStreet Job Listings Intelligence API
- **[LinkedIn Hiring Scraper](https://apify.com/agentx/linkedin-hiring-scraper?fpr=aiagentapi)** - LinkedIn Job Listings Intelligence API
- **[StepStone Employer Data Extractor](https://apify.com/agentx/stepstone-employer-data-extractor?fpr=aiagentapi)** - StepStone Employer Intelligence API
- **[StepStone Jobs Data Extractor](https://apify.com/agentx/stepstone-jobs-data-extractor?fpr=aiagentapi)** - StepStone Job Listings Intelligence API

#### Social Media

- **[Instagram Creator Scraper](https://apify.com/agentx/instagram-creator-scraper?fpr=aiagentapi)** - Instagram Creator Intelligence API
- **[Instagram Post Reel Scraper](https://apify.com/agentx/instagram-post-reel-scraper?fpr=aiagentapi)** - Instagram Post & Reel Intelligence API
- **[Instagram Trending Scraper](https://apify.com/agentx/instagram-trending-scraper?fpr=aiagentapi)** - Instagram Trending Content Intelligence API
- **[LinkedIn Company Scraper](https://apify.com/agentx/linkedin-company-scraper?fpr=aiagentapi)** - LinkedIn Company Intelligence API
- **[LinkedIn Profile Scraper](https://apify.com/agentx/linkedin-profile-scraper?fpr=aiagentapi)** - LinkedIn Profile Intelligence API
- **[Medium Author Data Extractor](https://apify.com/agentx/medium-author-data-extractor?fpr=aiagentapi)** - Medium Author Intelligence API
- **[Medium Content Data Extractor](https://apify.com/agentx/medium-content-data-extractor?fpr=aiagentapi)** - Medium Content Intelligence API
- **[Reddit Author Scraper](https://apify.com/agentx/reddit-author-scraper?fpr=aiagentapi)** - Reddit Author Intelligence API
- **[Reddit Viral Scraper](https://apify.com/agentx/reddit-viral-scraper?fpr=aiagentapi)** - Reddit Viral Content Intelligence API
- **[SubReddit Info Scraper](https://apify.com/agentx/subreddit-info-scraper?fpr=aiagentapi)** - Subreddit Intelligence API
- **[Subreddit Member Scraper](https://apify.com/agentx/subreddit-member-scraper?fpr=aiagentapi)** - Subreddit Member Intelligence API
- **[SubReddit Post Scraper](https://apify.com/agentx/subreddit-post-scraper?fpr=aiagentapi)** - Subreddit Post Intelligence API
- **[Telegram Chat Scraper](https://apify.com/agentx/telegram-chat-scraper?fpr=aiagentapi)** - Telegram Chat Intelligence API
- **[Telegram Group Inviter](https://apify.com/agentx/telegram-group-inviter?fpr=aiagentapi)** - Telegram Group Invitation API
- **[Telegram Info Scraper](https://apify.com/agentx/telegram-info-scraper?fpr=aiagentapi)** - Telegram Channel Intelligence API
- **[Telegram Member Scraper](https://apify.com/agentx/telegram-member-scraper?fpr=aiagentapi)** - Telegram Member Intelligence API
- **[Telegram Private Group Scraper](https://apify.com/agentx/telegram-private-group-scraper?fpr=aiagentapi)** - Telegram Private Group Intelligence API
- **[TikTok Creator Scraper](https://apify.com/agentx/tiktok-creator-scraper?fpr=aiagentapi)** - TikTok Creator Intelligence API
- **[Twitter Community Scraper](https://apify.com/agentx/twitter-community-scraper?fpr=aiagentapi)** - Twitter Community Intelligence API
- **[Twitter Info Scraper](https://apify.com/agentx/twitter-info-scraper?fpr=aiagentapi)** - Twitter Account Intelligence API

#### Video & Transcript

- **[All Video Scraper](https://apify.com/agentx/all-video-scraper?fpr=aiagentapi)** - Multi-Platform Video Intelligence API
- **[Live Stream Transcript](https://apify.com/agentx/live-stream-transcript?fpr=aiagentapi)** - Live Stream Transcript Intelligence API
- **[TikTok Live Downloader](https://apify.com/agentx/tiktok-live-downloader?fpr=aiagentapi)** - TikTok Live Stream Download API
- **[TikTok Transcript](https://apify.com/agentx/tiktok-transcript?fpr=aiagentapi)** - TikTok Video Transcript Intelligence API
- **[Video Caption Scraper](https://apify.com/agentx/video-caption-scraper?fpr=aiagentapi)** - Multi-Platform Video Caption Extraction API
- **[Video to Social Post](https://apify.com/agentx/video-to-social-post?fpr=aiagentapi)** - Video to Social Post Generation API
- **[Video Transcript](https://apify.com/agentx/video-transcript?fpr=aiagentapi)** - Multi-Platform Video Transcript Intelligence API
- **[YouTube Market Intelligence](https://apify.com/agentx/youtube-market-intelligence?fpr=aiagentapi)** - YouTube Channel Intelligence API
- **[YouTube Transcript](https://apify.com/agentx/youtube-transcript?fpr=aiagentapi)** - YouTube Video Transcript Intelligence API

#### E-Commerce & Retail

- **[Amazon Product Search API](https://apify.com/agentx/amazon-product-search-api?fpr=aiagentapi)** - Amazon Product Search Intelligence API
- **[Amazon Store Scraper](https://apify.com/agentx/amazon-store-scraper?fpr=aiagentapi)** - Amazon Storefront Intelligence API
- **[Argos Retail Data Extractor](https://apify.com/agentx/argos-retail-data-extractor?fpr=aiagentapi)** - Argos Product Intelligence API
- **[ASOS Product Catalog Extractor](https://apify.com/agentx/asos-product-catalog-extractor?fpr=aiagentapi)** - ASOS Product Catalog Intelligence API
- **[eBay Product Search](https://apify.com/agentx/ebay-product-search?fpr=aiagentapi)** - eBay Marketplace Intelligence API
- **[eBay Seller Leads API](https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi)** - eBay Seller Lead Intelligence API
- **[Flipkart Product Data Extractor](https://apify.com/agentx/flipkart-product-data-extractor?fpr=aiagentapi)** - Flipkart Product Intelligence API
- **[John Lewis Retail Data Extractor](https://apify.com/agentx/john-lewis-retail-data-extractor?fpr=aiagentapi)** - John Lewis Product Intelligence API
- **[Lidl Offers Data Extractor](https://apify.com/agentx/lidl-offers-data-extractor?fpr=aiagentapi)** - Lidl Offers Intelligence API
- **[Magalu Product Data Extractor](https://apify.com/agentx/magalu-product-data-extractor?fpr=aiagentapi)** - Magalu Product Intelligence API
- **[MediaMarkt Product Data Extractor](https://apify.com/agentx/mediamarkt-product-data-extractor?fpr=aiagentapi)** - MediaMarkt Product Intelligence API
- **[Mercado Livre Marketplace Data Extractor](https://apify.com/agentx/mercado-livre-marketplace-data-extractor?fpr=aiagentapi)** - Mercado Livre Marketplace Intelligence API
- **[Nykaa Product Data Extractor](https://apify.com/agentx/nykaa-product-data-extractor?fpr=aiagentapi)** - Nykaa Product Intelligence API
- **[OTTO Product Data Extractor](https://apify.com/agentx/otto-product-data-extractor?fpr=aiagentapi)** - OTTO Product Intelligence API
- **[Target Product Data Extractor](https://apify.com/agentx/target-product-data-extractor?fpr=aiagentapi)** - Target Product Intelligence API
- **[Walmart Product Data Extractor](https://apify.com/agentx/walmart-product-data-extractor?fpr=aiagentapi)** - Walmart Product Intelligence API

#### Classifieds & Automotive

- **[AutoTrader Dealer Leads API](https://apify.com/agentx/autotrader-dealer-leads-api?fpr=aiagentapi)** - AutoTrader Dealer Lead Intelligence API
- **[AutoTrader Vehicle Listings API](https://apify.com/agentx/autotrader-vehicle-listings-api?fpr=aiagentapi)** - AutoTrader Vehicle Listings Intelligence API
- **[Cars.com Dealer Leads API](https://apify.com/agentx/carscom-dealer-leads-api?fpr=aiagentapi)** - Cars.com Dealer Lead Intelligence API
- **[Cars.com Vehicle Listings API](https://apify.com/agentx/carscom-vehicle-listings-api?fpr=aiagentapi)** - Cars.com Vehicle Listings Intelligence API
- **[Kleinanzeigen Classifieds Data Extractor](https://apify.com/agentx/kleinanzeigen-classifieds-data-extractor?fpr=aiagentapi)** - Kleinanzeigen Classifieds Intelligence API
- **[Kleinanzeigen Seller Leads API](https://apify.com/agentx/kleinanzeigen-seller-leads-api?fpr=aiagentapi)** - Kleinanzeigen Seller Lead Intelligence API
- **[OLX Classifieds Data Extractor](https://apify.com/agentx/olx-classifieds-data-extractor?fpr=aiagentapi)** - OLX Classifieds Intelligence API
- **[OLX Seller Leads API](https://apify.com/agentx/olx-seller-leads-api?fpr=aiagentapi)** - OLX Seller Lead Intelligence API
- **[Webmotors Vehicle Listings API](https://apify.com/agentx/webmotors-vehicle-listings-api?fpr=aiagentapi)** - Webmotors Vehicle Listings Intelligence API

#### Real Estate

- **[MagicBricks Builder Leads API](https://apify.com/agentx/magicbricks-builder-leads-api?fpr=aiagentapi)** - MagicBricks Builder Lead Intelligence API
- **[MagicBricks Property Data Extractor](https://apify.com/agentx/magicbricks-property-data-extractor?fpr=aiagentapi)** - MagicBricks Real Estate Data API
- **[Realtor Property Scraper](https://apify.com/agentx/realtor-property-scraper?fpr=aiagentapi)** - Realtor.com Property Listings Intelligence API
- **[Zillow For Sale Scraper](https://apify.com/agentx/zillow-for-sale-scraper?fpr=aiagentapi)** - Zillow Property Listings Intelligence API

#### Business Intelligence & Reviews

- **[BBB Business Data Extractor](https://apify.com/agentx/bbb-business-data-extractor?fpr=aiagentapi)** - BBB Business Intelligence API
- **[BBB Reputation Data Extractor](https://apify.com/agentx/bbb-reputation-data-extractor?fpr=aiagentapi)** - BBB Reputation Intelligence API
- **[Global Weather Scraper](https://apify.com/agentx/global-weather-scraper?fpr=aiagentapi)** - Global Weather Intelligence API
- **[Google Trending Scraper](https://apify.com/agentx/google-trending-scraper?fpr=aiagentapi)** - Google Trends Trending Now Intelligence API
- **[Google Maps Store Scraper](https://apify.com/agentx/google-maps-store-scraper?fpr=aiagentapi)** - Google Maps Business Intelligence API
- **[Google Keyword Trends](https://apify.com/agentx/google-keyword-trends?fpr=aiagentapi)** - Google Trends Keyword Intelligence API
- **[Reclame Aqui Company Data Extractor](https://apify.com/agentx/reclame-aqui-company-data-extractor?fpr=aiagentapi)** - Reclame Aqui Company Intelligence API
- **[TradeIndia Product Data Extractor](https://apify.com/agentx/tradeindia-product-data-extractor?fpr=aiagentapi)** - TradeIndia Product Intelligence API
- **[TradeIndia Supplier Leads API](https://apify.com/agentx/tradeindia-supplier-leads-api?fpr=aiagentapi)** - TradeIndia Supplier Lead Intelligence API
- **[Zomato Menu Data Extractor](https://apify.com/agentx/zomato-menu-data-extractor?fpr=aiagentapi)** - Zomato Restaurant Menu Intelligence API
- **[Zomato Restaurant Data Extractor](https://apify.com/agentx/zomato-restaurant-data-extractor?fpr=aiagentapi)** - Zomato Restaurant Search Intelligence API

***

### Support & Community

- **👥 Community**: [@Apify\_Actor](https://t.me/Apify_Actor)
- **👤 Contact Team**: [@AiAgentApi](https://t.me/AiAgentApi)

***

**Last Updated:** May 12, 2026

# Actor input Schema

## `keyword` (type: `string`):

Search keyword to collect Google Trends data for.

## `location` (type: `string`):

Country-level Google Trends location. This list comes from Google Trends' live geo picker and excludes city/subregion options.

## `time_range` (type: `string`):

Google Trends time windows from the Explore filter.

## `category` (type: `string`):

Top-level Google Trends categories from the live category picker.

## `search_type` (type: `string`):

Google Trends search properties from the Explore filter.

## Actor input object example

```json
{
  "keyword": "New York",
  "location": "Venezuela",
  "time_range": "Past 12 months",
  "category": "All categories",
  "search_type": "YouTube Search"
}
```

# Actor output Schema

## `results` (type: `string`):

Google Trends keyword interest records collected during the run.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keyword": "New York",
    "location": "Worldwide",
    "time_range": "Past 12 months",
    "category": "All categories",
    "search_type": "Web Search"
};

// Run the Actor and wait for it to finish
const run = await client.actor("agentx/google-keyword-trends").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keyword": "New York",
    "location": "Worldwide",
    "time_range": "Past 12 months",
    "category": "All categories",
    "search_type": "Web Search",
}

# Run the Actor and wait for it to finish
run = client.actor("agentx/google-keyword-trends").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keyword": "New York",
  "location": "Worldwide",
  "time_range": "Past 12 months",
  "category": "All categories",
  "search_type": "Web Search"
}' |
apify call agentx/google-keyword-trends --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=agentx/google-keyword-trends",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Keyword Trends",
        "description": "Collects Google Trends interest over time, interest by region, and related queries for a keyword across country, time range, category, and search property filters.",
        "version": "1.0",
        "x-build-id": "JeJ3iIGkp2E48aqVx"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/agentx~google-keyword-trends/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-agentx-google-keyword-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/agentx~google-keyword-trends/runs": {
            "post": {
                "operationId": "runs-sync-agentx-google-keyword-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/agentx~google-keyword-trends/run-sync": {
            "post": {
                "operationId": "run-sync-agentx-google-keyword-trends",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "keyword",
                    "location",
                    "time_range",
                    "category",
                    "search_type"
                ],
                "properties": {
                    "keyword": {
                        "title": "🔎 Keyword",
                        "type": "string",
                        "description": "Search keyword to collect Google Trends data for."
                    },
                    "location": {
                        "title": "🌍 Location",
                        "enum": [
                            "Worldwide",
                            "Afghanistan",
                            "Åland Islands",
                            "Albania",
                            "Algeria",
                            "American Samoa",
                            "Andorra",
                            "Angola",
                            "Anguilla",
                            "Antarctica",
                            "Antigua & Barbuda",
                            "Argentina",
                            "Armenia",
                            "Aruba",
                            "Australia",
                            "Austria",
                            "Azerbaijan",
                            "Bahamas",
                            "Bahrain",
                            "Bangladesh",
                            "Barbados",
                            "Belarus",
                            "Belgium",
                            "Belize",
                            "Benin",
                            "Bermuda",
                            "Bhutan",
                            "Bolivia",
                            "Bosnia & Herzegovina",
                            "Botswana",
                            "Bouvet Island",
                            "Brazil",
                            "British Indian Ocean Territory",
                            "British Virgin Islands",
                            "Brunei",
                            "Bulgaria",
                            "Burkina Faso",
                            "Burundi",
                            "Cambodia",
                            "Cameroon",
                            "Canada",
                            "Cape Verde",
                            "Caribbean Netherlands",
                            "Cayman Islands",
                            "Central African Republic",
                            "Chad",
                            "Chile",
                            "China",
                            "Christmas Island",
                            "Cocos (Keeling) Islands",
                            "Colombia",
                            "Comoros",
                            "Congo - Brazzaville",
                            "Congo - Kinshasa",
                            "Cook Islands",
                            "Costa Rica",
                            "Côte d’Ivoire",
                            "Croatia",
                            "Cuba",
                            "Curaçao",
                            "Cyprus",
                            "Czechia",
                            "Denmark",
                            "Djibouti",
                            "Dominica",
                            "Dominican Republic",
                            "Ecuador",
                            "Egypt",
                            "El Salvador",
                            "Equatorial Guinea",
                            "Eritrea",
                            "Estonia",
                            "Eswatini",
                            "Ethiopia",
                            "Falkland Islands (Islas Malvinas)",
                            "Faroe Islands",
                            "Fiji",
                            "Finland",
                            "France",
                            "French Guiana",
                            "French Polynesia",
                            "French Southern Territories",
                            "Gabon",
                            "Gambia",
                            "Georgia",
                            "Germany",
                            "Ghana",
                            "Gibraltar",
                            "Greece",
                            "Greenland",
                            "Grenada",
                            "Guadeloupe",
                            "Guam",
                            "Guatemala",
                            "Guernsey",
                            "Guinea",
                            "Guinea-Bissau",
                            "Guyana",
                            "Haiti",
                            "Heard & McDonald Islands",
                            "Honduras",
                            "Hong Kong",
                            "Hungary",
                            "Iceland",
                            "India",
                            "Indonesia",
                            "Iran",
                            "Iraq",
                            "Ireland",
                            "Isle of Man",
                            "Israel",
                            "Italy",
                            "Jamaica",
                            "Japan",
                            "Jersey",
                            "Jordan",
                            "Kazakhstan",
                            "Kenya",
                            "Kiribati",
                            "Kosovo",
                            "Kuwait",
                            "Kyrgyzstan",
                            "Laos",
                            "Latvia",
                            "Lebanon",
                            "Lesotho",
                            "Liberia",
                            "Libya",
                            "Liechtenstein",
                            "Lithuania",
                            "Luxembourg",
                            "Macao",
                            "Madagascar",
                            "Malawi",
                            "Malaysia",
                            "Maldives",
                            "Mali",
                            "Malta",
                            "Marshall Islands",
                            "Martinique",
                            "Mauritania",
                            "Mauritius",
                            "Mayotte",
                            "Mexico",
                            "Micronesia",
                            "Moldova",
                            "Monaco",
                            "Mongolia",
                            "Montenegro",
                            "Montserrat",
                            "Morocco",
                            "Mozambique",
                            "Myanmar (Burma)",
                            "Namibia",
                            "Nauru",
                            "Nepal",
                            "Netherlands",
                            "New Caledonia",
                            "New Zealand",
                            "Nicaragua",
                            "Niger",
                            "Nigeria",
                            "Niue",
                            "Norfolk Island",
                            "North Korea",
                            "North Macedonia",
                            "Northern Mariana Islands",
                            "Norway",
                            "Oman",
                            "Pakistan",
                            "Palau",
                            "Palestine",
                            "Panama",
                            "Papua New Guinea",
                            "Paraguay",
                            "Peru",
                            "Philippines",
                            "Pitcairn Islands",
                            "Poland",
                            "Portugal",
                            "Puerto Rico",
                            "Qatar",
                            "Réunion",
                            "Romania",
                            "Russia",
                            "Rwanda",
                            "Samoa",
                            "San Marino",
                            "São Tomé & Príncipe",
                            "Saudi Arabia",
                            "Senegal",
                            "Serbia",
                            "Seychelles",
                            "Sierra Leone",
                            "Singapore",
                            "Sint Maarten",
                            "Slovakia",
                            "Slovenia",
                            "Solomon Islands",
                            "Somalia",
                            "South Africa",
                            "South Georgia & South Sandwich Islands",
                            "South Korea",
                            "South Sudan",
                            "Spain",
                            "Sri Lanka",
                            "St. Barthélemy",
                            "St. Helena",
                            "St. Kitts & Nevis",
                            "St. Lucia",
                            "St. Martin",
                            "St. Pierre & Miquelon",
                            "St. Vincent & Grenadines",
                            "Sudan",
                            "Suriname",
                            "Svalbard & Jan Mayen",
                            "Sweden",
                            "Switzerland",
                            "Syria",
                            "Taiwan",
                            "Tajikistan",
                            "Tanzania",
                            "Thailand",
                            "Timor-Leste",
                            "Togo",
                            "Tokelau",
                            "Tonga",
                            "Trinidad & Tobago",
                            "Tunisia",
                            "Türkiye",
                            "Turkmenistan",
                            "Turks & Caicos Islands",
                            "Tuvalu",
                            "U.S. Outlying Islands",
                            "U.S. Virgin Islands",
                            "Uganda",
                            "Ukraine",
                            "United Arab Emirates",
                            "United Kingdom",
                            "United States",
                            "Uruguay",
                            "Uzbekistan",
                            "Vanuatu",
                            "Vatican City",
                            "Venezuela",
                            "Vietnam",
                            "Wallis & Futuna",
                            "Western Sahara",
                            "Yemen",
                            "Zambia",
                            "Zimbabwe"
                        ],
                        "type": "string",
                        "description": "Country-level Google Trends location. This list comes from Google Trends' live geo picker and excludes city/subregion options."
                    },
                    "time_range": {
                        "title": "📅 Time Range",
                        "enum": [
                            "Past hour",
                            "Past 4 hours",
                            "Past day",
                            "Past 7 days",
                            "Past 30 days",
                            "Past 90 days",
                            "Past 12 months",
                            "Past 5 years",
                            "2004 - present"
                        ],
                        "type": "string",
                        "description": "Google Trends time windows from the Explore filter."
                    },
                    "category": {
                        "title": "🏷 Category",
                        "enum": [
                            "All categories",
                            "Arts & Entertainment",
                            "Autos & Vehicles",
                            "Beauty & Fitness",
                            "Books & Literature",
                            "Business & Industrial",
                            "Computers & Electronics",
                            "Finance",
                            "Food & Drink",
                            "Games",
                            "Health",
                            "Hobbies & Leisure",
                            "Home & Garden",
                            "Internet & Telecom",
                            "Jobs & Education",
                            "Law & Government",
                            "News",
                            "Online Communities",
                            "People & Society",
                            "Pets & Animals",
                            "Real Estate",
                            "Reference",
                            "Science",
                            "Shopping",
                            "Sports",
                            "Travel"
                        ],
                        "type": "string",
                        "description": "Top-level Google Trends categories from the live category picker."
                    },
                    "search_type": {
                        "title": "🧭 Search Type",
                        "enum": [
                            "Web Search",
                            "Image Search",
                            "News Search",
                            "Google Shopping",
                            "YouTube Search"
                        ],
                        "type": "string",
                        "description": "Google Trends search properties from the Explore filter."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
