Skip to main content

What is SuprKeywords?

SuprKeywords is an API-first keyword research platform. You provide a primary domain, optional competitor domains, and a language/location. The pipeline generates customer personas, seed keywords, enriches and expands them via our enterprise-grade data provider, then clusters results into pillar and supporting keywords with opportunity scores.

Open the dashboard

Create jobs, view results, and export keywords from the web app.

What you can do with the API

  • Create jobs – Submit a keyword research job (primary domain, competitors, locale). One run is debited upfront; the pipeline runs asynchronously.
  • List and inspect jobs – Get job status, progress, and metadata. When a job is completed or failed, fetch total keyword count and error details.
  • Fetch results – Get personas, keywords (with filters and pagination), clusters, and keywords within each cluster. Export all keywords as CSV.
  • Locale data – List available languages and locations for job creation.
The API base URL is https://www.suprkeywords.com; all endpoints live under /api/v1/ (e.g. https://www.suprkeywords.com/api/v1/jobs). The dashboard is at suprkeywords.com/app. Programmatic access is authenticated with API keys: create keys in Settings (Agency plan) and send Authorization: Bearer <your-api-key> or X-API-KEY: <your-api-key>. Dashboard users are authenticated via a session cookie in the browser.

API Reference

Base URL, authentication, and endpoint reference.

Next steps

Quickstart

Run a job and fetch results in a few steps.

API Reference

Endpoints, request/response shapes, and examples.