Technical guides for advanced usage, API integration, and custom data processing.
Our REST API allows you to pull all data points directly into your own tools, BI dashboards, or client reports. All requests require a valid **API Key** (found in your Settings).
https://api.yourseoplatform.com/v3
Use the GET method to retrieve the latest rank data for a specific project ID and keyword ID.
GET /rank/{project_id}/{keyword_id}/daily
{
"date": "2025-10-09",
"rank": 5,
"volume": 2400,
"url": "https://example.com/blog/article-name"
}
Set up webhooks to receive real-time POST notifications when a site audit is completed or when critical issues are detected.
db_connectionure Webhooks in Dashboard