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

# Get Keyword Ideas

> Get Microsoft Ads keyword ideas with average monthly searches, competition and a suggested bid, expanded from seed keywords or a page URL

Get Microsoft Ads keyword ideas with average monthly searches, competition and a suggested bid, expanded from seed keywords or a page URL. This is Microsoft's keyword planner. Use microsoft\_ads\_search\_locations to find a location ID for anywhere other than the United States.

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | Microsoft Ads                     |
| **Operation ID**     | `microsoft_ads_get_keyword_ideas` |
| **Type**             | Action                            |
| **Connection**       | `microsoft_ads` (required)        |
| **Credits per run**  | 1                                 |
| **Agent / MCP tool** | Yes                               |

## Inputs

| Field         | Type                      | Required | Default   | Description                                                                                                                                                                                                       |
| ------------- | ------------------------- | -------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`     | DynamicAccount            | Yes      | -         | Microsoft Ads account the research is run for.                                                                                                                                                                    |
| `keywords`    | string or array of string | No       | -         | Seed keywords to expand from, as a list or comma separated. Supply these, a url, or both.                                                                                                                         |
| `url`         | string                    | No       | -         | A page to pull ideas from. Supply this, keywords, or both.                                                                                                                                                        |
| `language`    | string                    | No       | `English` | Language name for the ideas, for example English or French.                                                                                                                                                       |
| `location_id` | integer or string         | No       | `190`     | Microsoft location ID the ideas and search volumes apply to. 190 is the United States. microsoft\_ads\_search\_locations finds the ID for any other country, region or city. A country name is not accepted here. |
| `ideas_limit` | integer                   | No       | `100`     | Maximum number of ideas to return. Defaults to 100.                                                                                                                                                               |

## Output

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

Returns keyword ideas sorted as Microsoft returns them.

**Fields**: `keyword`, `average_monthly_searches`, `latest_monthly_searches`, `competition`, `suggested_bid`, `source`
