Skip to main content
Analyze how a domain ranks for any keyword — get top SERP URLs, domain positions, word counts, and related searches.
Full endpoint reference available on Swagger.

Quick Start

Check how a domain ranks for a single keyword:

Endpoints

MethodPathDescription
POST/api/advanced-ranking/order/Single keyword ranking analysis
GET/api/advanced-ranking/order/?order_id={id}Get single keyword results
POST/api/advanced-ranking/batch/order/Batch keyword ranking analysis
GET/api/advanced-ranking/batch/order/?order_id={id}Get batch results

Parameters

Single Keyword — Required

ParameterTypeDescription
keywordstringTarget keyword to analyze
domainstringDomain to track rankings for (e.g. asana.com)
languagestringLanguage code (e.g. en). See /api/keywords-insights/languages/
locationstringLocation name (e.g. United States). See /api/keywords-insights/locations/

Single Keyword — Optional

ParameterTypeDefaultDescription
devicestringdesktopdesktop or mobile
include_word_countbooleanfalseInclude word count for top ranking pages. Costs 10 credits instead of 1

Batch — Required

ParameterTypeDescription
keywordsstring[]Array of keywords to analyze
domainstringDomain to track rankings for
languagestringLanguage code
locationstringLocation name

Batch — Optional

Same as single keyword: device, include_word_count.

Cost

ModeWithout word countWith word count
Single keyword1 credit10 credits
Batch1 credit per keyword10 credits per keyword

Customizations

Including Word Count

Enable include_word_count to get word counts for the top 10 ranking URLs. Useful for benchmarking content length:

Batch Ranking

Analyze multiple keywords at once:

Retrieving Results

Poll until the order status is "done":
The results include:
FieldDescription
domain_rankingsList of your domain’s URLs that rank in the top 100, with their positions
n_domain_rankingsTotal number of your domain’s URLs in the top 100
top_rankingsTop 10 SERP URLs (with optional word counts)
related_searchesRelated searches from the SERP
related_questionsPeople Also Ask questions from the SERP

Complete Example

Analyze a domain’s rankings for multiple keywords and summarize the results: