Discover semantically related keywords, difficulty, and volume from a seed term. Try free — pay per generation, no subscription.
About this model
Related Keywords mines a deep keyword graph to uncover terms that are semantically related to a single seed keyword, rather than just lexical variations of it. A configurable depth parameter (1-4) controls how many hops the search tree expands, so shallow requests return close synonyms while deeper requests surface adjacent topics a searcher might explore next. Each result includes search volume and keyword difficulty, which makes this endpoint useful for building topic clusters and finding long-tail content angles competitors haven't covered yet.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.01 per query | Multi-level related-keyword discovery with volume and difficulty metrics. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Multi-level related-keyword discovery with volume and difficulty metrics.
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 |
|---|---|---|---|
| Keyword | string | Seed keyword to discover related keywords for. | ai video generator |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Depth | integer | Search depth level (1-4). | 2 |
| Limit | integer | Max number of related keywords to return. | 10 |
Seed keyword to discover related keywords for.
ai video generatorCountry to target for the search.
United StatesLanguage to search in.
EnglishSearch depth level (1-4).
2Max number of related keywords to return.
10Developer documentation
keyword to the topic you want to expand around.depth from 1 (close matches) to 4 (broad topical expansion).location, language, and limit to control scope and result count.curl -X POST https://api.muapi.ai/api/v1/seo-related-keywords \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "ai video generator",
"depth": 2,
"limit": 20
}'
Frequently asked
Depth (1-4) sets how many hops the semantic search tree expands from the seed keyword — higher depth returns more topically distant but still related terms.
Configurable via `limit`, capped by how many related terms exist for the seed keyword and chosen depth.
Yes, every related keyword returns its own monthly search volume alongside a difficulty score.
Related Keywords surfaces semantically related terms from a keyword graph, while Keywords for Keywords returns Google Ads' own bid-recommendation expansions — the two sources can return different, complementary lists.
Yes, set `location` and `language` to target a specific country and language for both discovery and volume.