Expand seed keywords into Google Ads keyword ideas with volume and CPC data. Try free — pay per generation, no subscription.
About this model
Keywords for Keywords expands a small set of seed keywords into a larger list of related keyword ideas using the same recommendation engine Google Ads uses inside its own Keyword Planner. Each idea returned includes search volume, competition, and CPC so you can shortlist opportunities without manually cross-referencing a separate volume lookup. It is well suited to early-stage campaign or content research, where the goal is to widen a narrow seed list into dozens of concrete, fundable terms.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.01 per query | Google Ads keyword expansion with volume and CPC metrics included. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Google Ads keyword expansion with volume and CPC metrics included.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Keywords | array | List of seed keywords to expand. | seo tools |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Limit | integer | Number of keyword ideas to return. | 10 |
List of seed keywords to expand.
seo toolsCountry to target for the search.
United StatesLanguage to search in.
EnglishNumber of keyword ideas to return.
10Developer documentation
keywords array of your starting terms.location and language (default United States / English).limit (default 10) to control how many keyword ideas come back.curl -X POST https://api.muapi.ai/api/v1/seo-keywords-for-keywords \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keywords": ["seo tools", "keyword research"],
"location": "United States",
"language": "English",
"limit": 20
}'
Frequently asked
Search Volume looks up metrics for keywords you already have; Keywords for Keywords generates new keyword ideas from seed terms using Google Ads' own expansion algorithm.
Configurable via `limit`, from 1 to 100 suggestions per request.
Yes, `keywords` accepts an array so you can combine several seeds in one call.
Search volume, competition level, competition index, and low/high CPC bid estimates, matching the Keywords Search Volume response shape.
Yes, `location` and `language` control market targeting for both the ideas and their metrics.