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 Domain Competitors' in the 'Site Explorer' resource retrieves a list of competitor domains for a specified website or domain. It is useful for SEO analysis to identify competing domains in the same niche or market. For example, a user can input their website domain and get a list of competitor domains to analyze their SEO strategies or keyword overlaps.

Use Case Examples

  1. Input a domain like 'example.com' to get a list of competitor domains for SEO competitive analysis.
  2. Use the output to compare traffic, keyword rankings, or backlink profiles against competitors.

Properties

Name Meaning
Input The requested URL or domain for which to find competitor domains.
Page The page number of results to retrieve, useful for paginated responses.
Line Count Maximum number of competitor domains to return in the response.
Mode Determines whether to look for a domain, root domain, URL, or auto-detect.
Request Options Additional request options such as batching, SSL certificate validation, proxy, and timeout settings.

Output

JSON

  • competitors - List of competitor domains returned by the API.
  • totalCount - Total number of competitor domains available.
  • page - Current page number of the results.
  • lineCount - Number of competitor domains returned in the current response.

Dependencies

  • Requires an API key credential for Haloscan API authentication.

Troubleshooting

  • Ensure the input domain or URL is valid and correctly formatted to avoid API errors.
  • Check API key credentials are correctly configured and have sufficient quota.
  • If using proxy or SSL options, verify network settings to avoid connection issues.
  • Paginated results require managing 'page' and 'lineCount' parameters to retrieve all data.

Links

Discussion