> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trending Now

> Get real-time trending searches and topics from Google Trends in specified countries

Get real-time trending searches and topics from Google Trends in specified countries

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | Google Trends                |
| **Operation ID**     | `google_trends_trending_now` |
| **Type**             | Action                       |
| **Connection**       | None                         |
| **Credits per run**  | 10                           |
| **Agent / MCP tool** | Yes                          |

## Inputs

| Field  | Type                       | Required | Default | Description                                                                                                                |
| ------ | -------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
| `geo`  | string or SelectableOption | No       | -       | Geographic location for trending searches. Use ISO country codes (e.g., US, GB, IN). Default is US.                        |
| `time` | string or SelectableOption | No       | -       | Time range for trending data: past\_4\_hours, past\_24\_hours, past\_48\_hours, past\_7\_days. Default is past\_24\_hours. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns trending searches with query, search volume, percentage increase, categories, and more.

**Fields**: dynamic (depend on the inputs)
