Skip to documentation
AgentSEO / Docs
Browse documentation
View Markdown ↗

AgentSEO / Developer documentation

Search evidence.
Ready for your workflow.

AgentSEO provides SEO data and analysis through REST, JavaScript, Python, and MCP. Start with one search request, inspect the result, then add the calls your app or agent needs.

How are you building?

One request. A result you can inspect.

Most analysis calls run as jobs: submit the request, save its ID, and poll until it completes or fails. A queued response confirms acceptance; the completed job contains your result.

  1. 01 · Authenticate with x-api-key
  2. 02 · POST → 202 + jobId
  3. 03 · Poll → completed or failed
First search request
curl https://www.agentseo.dev/api/v1/search \
  -H "x-api-key: $AGENTSEO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"seo api","limit":5,"location_code":2840}'

Set your key in a server-side environment variable. Follow the quickstart for setup and polling, or inspect recorded production responses.

Find the API for your task

Take the documentation into your editor

Use Copy page for AI on any docs page to copy its full Markdown, including examples and tables. Use a focused reference page when your agent only needs one API family.

Copying docs does not grant API access. Keep your API key in your runtime’s secret storage.

Before you automate

Plans and credits · Service status · Changelog