Skip to main content
The RankSpot API gives you programmatic access to competitor research, keyword scoring, backlink analysis, forum link-building opportunities, “People Also Ask” mining, and AI-generated content — all from a single REST endpoint. Base URL: https://api.rankspot.ai/v1

Authentication

All requests are authenticated with a bearer token. Pass your API key in the Authorization header:
curl -H "Authorization: Bearer $RANKSPOT_API_KEY" \
  https://api.rankspot.ai/v1/keywords
1

Sign up

Create an account at rankspot.ai.
2

Generate a key

Go to Settings → API Keys in the RankSpot dashboard and create a new key.
3

Store it as an env var

export RANKSPOT_API_KEY=your_key_here
Treat your API key like a password. Never commit it to source control or expose it in client-side code.

Using RankSpot with AI agents

If you’re building with Claude, Cursor, or another AI agent, install the official RankSpot SEO Skill instead of wiring up the API by hand. It ships with ready-to-use commands for every endpoint.

RankSpot Skill on GitHub

npx skills add RankSpotAI/rankspot-skill --skill rankspot