---
title: "Get Live SEO Stats"
method: GET
path: "/v2/seo/getLiveSeoStats"
tags: ["SEO Research API"]
---

# Get Live SEO Stats

`GET /v2/seo/getLiveSeoStats`

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.

## Query parameters

- `query` string, required
- `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'

## Response `200`

OK

- object
  - `resultCount` integer — Number of results returned
  - `domain` string, nullable — Root domain for the results
  - `url` string, nullable — URL for the results
  - `totalOrganicResults` integer — Total keywords found for domain or URL
  - `monthlyOrganicClicks` number, double — We estimate that the domain or URL should get this many total clicks to its page (per month).
  - `monthlyOrganicClickValue` number, double — The estimated value over a month for ranking on the domain or URL.
  - `totalSearchVolume` number, double — Sum of monthly search volume across all returned keywords.

## Other responses

- `400` — Bad Request
- `401` — User failed authorization
- `500` — Internal Server Error

---

[API](https://skmtc.net/spyfu/apis/domain-stats-api.md) · [All operations](https://skmtc.net/spyfu/apis/domain-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spyfu/domain-stats-api/versions/44f0aff08ed0/schema)
