v1

latestOpenAPI 3.1.02026-07-24490622.0 KB
SEO Research API

Get Live SEO Stats

Returns live, aggregated SEO metrics for a given domain, subdomain, path, or URL. Results summarize current organic visibility and traffic estimates derived from up-to-date SERP data. Updated continuously (~every 15 seconds), 24/7/365.

get/v2/seo/getLiveSeoStats

Query parameters

querystring required
Example:domain.com/blog

Domain, URL, subdomain, or path to analyze. Accepts full domains (example.com), complete URLs (https://example.com/blog), subdomains (blog.example.com), specific paths (example.com/products/), or individual pages.

countryCode'AR' | 'AT' | 'AU' | 'BE' | 'BR' | 'CA' | 'CH' | 'DE' | 'DK' | 'ES' | 'FR' | 'IE' | 'IN' | 'IT' | 'JP' | 'MX' | 'NL' | 'NO' | 'NZ' | 'PL' | 'PT' | 'SE' | 'SG' | 'TR' | 'UA' | 'UK' | 'US' | 'ZA'
Example:US

Country to get results for.

Response

OK

resultCountinteger

Number of results returned

domainstring nullable

Root domain for the results

urlstring nullable

URL for the results

totalOrganicResultsinteger

Total keywords found for domain or URL

monthlyOrganicClicksnumber double

We estimate that the domain or URL should get this many total clicks to its page (per month).

monthlyOrganicClickValuenumber double

The estimated value over a month for ranking on the domain or URL.

totalSearchVolumenumber double

Sum of monthly search volume across all returned keywords.

Example response

{
  "resultCount": 1,
  "domain": "example.com",
  "url": "https://example.com/blog",
  "totalOrganicResults": 15420,
  "monthlyOrganicClicks": 125000.5,
  "monthlyOrganicClickValue": 45000.75,
  "totalSearchVolume": 700000
}