Haloscan icon

Haloscan

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

Overview

This node operation 'Get Keyword Data in Bulk' under the 'Keyword Explorer' resource retrieves bulk keyword data from the Haloscan SEO analysis API. It allows users to input an array of keywords and fetch detailed SEO metrics and insights for each keyword in bulk. This is useful for SEO professionals and marketers who want to analyze multiple keywords simultaneously to understand their competition, volume, CPC, and other SEO-related metrics efficiently.

Use Case Examples

  1. A digital marketer inputs a list of 100 keywords to get bulk SEO data for keyword research and campaign planning.
  2. An SEO analyst uses this operation to bulk fetch keyword metrics to identify high-potential keywords for content optimization.

Properties

Name Meaning
Keywords Array containing the requested keywords to fetch data for in bulk.
Order By Field used for sorting the results. The value 'keep' preserves the original input order.
Exact Match Whether to always ignore accents, punctuation, case, special characters, etc., when matching the seed keyword.
Page Page number for paginated results.
Line Count Maximum number of results to return.
Additional Fields Optional filters and parameters to refine the keyword data query, such as regex for inclusion/exclusion, min/max values for KGR, KVI, competition, CPC, volume, word count, and sorting order.
Request Options Settings for request batching, SSL validation, proxy, and timeout.

Output

JSON

  • data
    • keyword - The keyword string.
    • volume - Search volume for the keyword.
    • competition - Competition metric for the keyword.
    • cpc - Cost per click for the keyword.
    • kgr - Keyword Golden Ratio value.
    • kvi - Keyword Value Index.
    • allintitle - Allintitle metric value.
    • otherMetrics - Additional SEO metrics related to the keyword.

Dependencies

  • An API key credential for Haloscan API access.

Troubleshooting

  • Ensure the 'keywords' array contains at least one keyword; empty input will cause errors.
  • Check API key credentials are correctly configured and valid to avoid authentication errors.
  • Verify network connectivity and proxy settings if requests fail or timeout.
  • Use appropriate values for pagination and line count to avoid exceeding API limits or receiving incomplete data.

Links

Discussion