Get Keyword Suggestions
marketing_miner_get_keyword_suggestionsGet keyword suggestions with search volume, CPC, difficulty, and SERP features. Filter by questions, new, or trending terms. Use for content clustering, FAQ mining, and trend discovery.
Instructions
Retrieve related keyword suggestions with optional full metrics (difficulty, SERP features, volume, CPC, seasonality).
Args:
lang: Market code (cs/sk/pl/hu/ro/gb/us).
keyword: Seed keyword (2-80 chars).
suggestions_type (optional): 'questions' | 'new' | 'trending'. Omit for a general mix.
with_keyword_data (default true): include search_volume, cpc, difficulty, serp_features, yoy_change, peak_month, monthly_sv.
limit (default 50, max 1000): client-side window size.
offset (default 0): client-side offset into API results for pagination.
response_format: 'markdown' or 'json'.
Returns: keywords[limit], plus total_available, has_more, next_offset for pagination.
Use for topical research, content-cluster ideation, FAQ mining (suggestions_type='questions'), trend discovery (suggestions_type='trending').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | Language/market code. 'gb' = United Kingdom, 'us' = United States. | |
| keyword | Yes | Keyword to analyze (2-80 chars). | |
| suggestions_type | No | Filter suggestions: 'questions' (question-style), 'new' (newly appearing), 'trending' (gaining traffic). | |
| with_keyword_data | No | Include difficulty, SERP features and volume metrics for each suggestion. | |
| limit | No | Maximum suggestions to return (client-side window over API payload). | |
| offset | No | Client-side offset into the full API response. Use with limit to paginate. | |
| response_format | No | Output format. 'markdown' for human reading, 'json' for structured processing. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | ||
| seed_keyword | Yes | ||
| suggestions_type | Yes | ||
| total_available | Yes | ||
| returned | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| next_offset | Yes | ||
| export_credits_cost | Yes | ||
| keywords | Yes |