Home
SE Ranking
Se Ranking Site Audit Example
Se Ranking Site Audit Example
Example workflow: create a site audit, poll for status, and retrieve results via /v1/site-audit/audits endpoints
SEO Keyword Research Rank Tracking Backlinks Competitor Analysis Website Audit AI Search Geo Digital Marketing MCP AI Agents Agent Skills
Se Ranking Site Audit Example is an example object payload from SE Ranking, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
description workflow
Example Payload
{
"description": "Example workflow: create a site audit, poll for status, and retrieve results via /v1/site-audit/audits endpoints",
"workflow": [
{
"step": 1,
"description": "Initiate a standard site audit",
"request": {
"method": "POST",
"url": "https://api.seranking.com/v1/site-audit/audits/standard",
"parameters": {
"apikey": "YOUR_API_KEY"
},
"body": {
"url": "https://example.com",
"max_pages": 500,
"respect_robots_txt": true
}
},
"response": {
"audit_id": "audit_abc123xyz",
"status": "queued",
"url": "https://example.com",
"created_at": "2026-06-13T10:00:00Z"
}
},
{
"step": 2,
"description": "Poll for audit completion status",
"request": {
"method": "GET",
"url": "https://api.seranking.com/v1/site-audit/audits/status",
"parameters": {
"apikey": "YOUR_API_KEY",
"audit_id": "audit_abc123xyz"
}
},
"response": {
"audit_id": "audit_abc123xyz",
"status": "completed",
"pages_crawled": 487,
"pages_total": 500,
"completed_at": "2026-06-13T10:12:34Z"
}
},
{
"step": 3,
"description": "Retrieve audit issue summary report",
"request": {
"method": "GET",
"url": "https://api.seranking.com/v1/site-audit/audits/report",
"parameters": {
"apikey": "YOUR_API_KEY",
"audit_id": "audit_abc123xyz"
}
},
"response": {
"audit_id": "audit_abc123xyz",
"url": "https://example.com",
"pages_crawled": 487,
"health_score": 78,
"issues_total": 143,
"issues_by_severity": {
"critical": 12,
"warnings": 48,
"notices": 83
},
"issue_categories": [
{"category": "crawlability", "count": 8, "severity": "critical"},
{"category": "meta_tags", "count": 31, "severity": "warnings"},
{"category": "page_speed", "count": 24, "severity": "warnings"},
{"category": "structured_data", "count": 19, "severity": "notices"},
{"category": "internal_links", "count": 61, "severity": "notices"}
]
}
}
]
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/se-ranking-site-audit-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.