Skip to content

SEO Checker API

One async API for SEO data — SERP, indexing, reputation, audits, competitors, and semantics.

The SEO Checker API exposes our SEO data services through a single, consistent interface: API-key auth, credit-based billing, and an asynchronous task model (submit a task, poll for the result). Learn the flow once and it works across every service.

Terminal window
curl -X POST https://api.seo-checker.com.ua/v1/serp/tasks \
-H "Authorization: Bearer sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"keyword":"best running shoes","region":"us","device":"desktop"}'
# → 202 { "task_id": "58e6…", "status": "queued" }

SERP

The full ranked organic results page for a keyword, region, and device. Available now.

Indexing

Whether URLs are indexed, partially indexed, or not indexed by Google. Coming soon.

SERM

The full page plus reputation tone per result, for brand monitoring. Coming soon.

SEO Audit

A technical site audit — errors, warnings, and health by category. Coming soon.

Competitors

Organic and paid competitors for a domain. Coming soon.

Semantic

Keyword clustering and semantic grouping. Coming soon.

See Services for what each returns and its status.