Haloscan icon

Haloscan

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

Overview

The 'Get Ranking of Domain Keyword' operation in the Site Explorer resource fetches the current keyword rankings for a specified domain or URL. It allows users to retrieve detailed SEO ranking data filtered and sorted by various criteria such as keyword inclusion/exclusion, competition, CPC, traffic, position, and more. This operation is useful for SEO professionals and digital marketers who want to analyze the keyword performance of a domain or URL to optimize their search engine strategies and monitor their SEO rankings.

Use Case Examples

  1. Retrieve the top 20 keyword rankings for a domain, sorted by traffic.
  2. Filter keyword rankings to include only those with a competition score below 0.5 and a minimum traffic threshold.
  3. Get keyword rankings for a specific URL, excluding keywords matching a certain pattern.

Properties

Name Meaning
Input Requested URL or domain to fetch keyword rankings for.
Page Page number of the results to retrieve, useful for pagination.
Line Count Maximum number of results to return.
Mode Determines whether to look for a domain, root domain, URL, or auto-detect.
Order By Field used to sort the results, such as traffic, position, competition, etc.
Additional Fields Optional filters and parameters to refine the keyword ranking results, including regex filters for titles and keywords, min/max thresholds for various SEO metrics, and sorting order.

Output

JSON

  • allintitle - Number of pages with the keyword in the title.
  • competition - Competition level for the keyword.
  • cpc - Cost per click for the keyword.
  • keyword - The keyword text.
  • kgr - Keyword Golden Ratio metric.
  • kvi - Keyword Value Index metric.
  • position - Current ranking position of the domain for the keyword.
  • serp_date - Date of the SERP data.
  • traffic - Estimated traffic from the keyword.
  • volume - Search volume for the keyword.
  • url - URL ranking for the keyword.
  • word_count - Number of words in the keyword.

Dependencies

  • An API key credential for Haloscan API

Troubleshooting

  • Ensure the input domain or URL is correctly formatted and accessible.
  • Check API key credentials and permissions for accessing the Haloscan API.
  • Verify that the requested page and line count parameters are within allowed ranges.
  • If filtering by regex, ensure the expressions are valid and do not exclude all results.
  • Network issues or API rate limits may cause request failures; retry or adjust request frequency.

Links

Discussion