Haloscan icon

Haloscan

Haloscan is a powerful SEO analysis tool that provides insights into keyword rankings, domain metrics, and related searches.

Overview

The 'Get Keyword Question' operation in the Haloscan node retrieves popular questions and People Also Ask (PAA) queries related to a specified keyword. This operation is useful for SEO professionals and content creators who want to understand common queries and question types associated with a keyword to optimize content and target user intent effectively. For example, it can be used to gather question-based keyword ideas for blog posts or FAQs.

Use Case Examples

  1. Retrieve popular questions related to the keyword 'digital marketing' to create targeted content.
  2. Fetch PAA queries for 'best smartphones 2024' to understand user interests and optimize product pages.

Properties

Name Meaning
Keyword The keyword for which related questions and PAA queries are requested.
Order By Field used for sorting the results, with default sorting by descending depth (absolute value).
Exact Match Whether to strictly match the seed keyword ignoring accents, punctuation, case, and special characters when false.
Keep Only PAA Whether to include only People Also Ask (PAA) questions from Google in the response.
Question Types Filter results by specific types of questions such as definition, how, what, when, why, yes/no, etc.
Minimum Depth Minimum depth filter for the questions.
Maximum Depth Maximum depth filter for the questions.
Page Page number for paginated results.
Line Count Maximum number of results to return.
Additional Fields Additional filtering options such as include/exclude regex, KGR, KVI, competition, CPC, volume, word count, and sorting order.

Output

JSON

  • questions - Array of popular questions related to the keyword.
  • paa_queries - Array of People Also Ask (PAA) queries related to the keyword.
  • metadata - Additional metadata about the query results such as pagination info and filters applied.

Dependencies

  • An API key credential for Haloscan API

Troubleshooting

  • Ensure the API key credential is correctly configured and has sufficient quota to make requests.
  • Verify that the 'keyword' parameter is provided and is a valid string; missing or empty keywords may cause errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If no results are returned, try adjusting filters such as question types, depth, or line count to broaden the query.

Links

Discussion