v1
latestOpenAPI 3.1.02026-07-24490622.0 KBSEO 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
Example response
{
"resultCount": 1,
"domain": "example.com",
"url": "https://example.com/blog",
"totalOrganicResults": 15420,
"monthlyOrganicClicks": 125000.5,
"monthlyOrganicClickValue": 45000.75,
"totalSearchVolume": 700000
}