Keyword Questions
DATA_getKeywordQuestionsRetrieve question-based keywords containing a seed keyword for content ideation and SEO research.
Instructions
Data Tool: Retrieves a list of question-based keywords containing the seed keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | The field by which the returned list of keywords should be sorted. | |
| limit | No | Maximum number of keywords to return per page. | |
| offset | No | Starting offset for pagination. | |
| source | Yes | Alpha-2 country code of the regional keyword database. | |
| keyword | Yes | The seed keyword for which to find similar keywords. | |
| sort_order | No | The order of sorting for the sort field. | desc |
| filter_cpc_to | No | Maximum Cost Per Click. | |
| history_trend | No | Whether to include historical search volume trend data in the response. | |
| filter_intents | No | Comma-separated list of search intent codes: I=Informational, N=Navigational, T=Transactional, C=Commercial, L=Local. | |
| filter_cpc_from | No | Minimum Cost Per Click. | |
| filter_volume_to | No | Maximum monthly search volume. | |
| filter_volume_from | No | Minimum monthly search volume. | |
| filter_difficulty_to | No | Maximum keyword difficulty score (0-100). | |
| filter_serp_features | No | Comma-separated list of SERP features to filter by. | |
| filter_competition_to | No | Maximum competition score (0.0-1.0). | |
| filter_difficulty_from | No | Minimum keyword difficulty score (0-100). | |
| filter_competition_from | No | Minimum competition score (0.0-1.0). | |
| filter_keyword_count_to | No | Maximum number of words in the keyword. | |
| filter_keyword_count_from | No | Minimum number of words in the keyword. | |
| filter_characters_count_to | No | Maximum character length of the keyword. | |
| filter_characters_count_from | No | Minimum character length of the keyword. | |
| filter_multi_keyword_excluded | No | Comma-separated list of words that must NOT appear in the keyword. | |
| filter_multi_keyword_included | No | Comma-separated list of words that MUST appear in the keyword (AND logic). |