Rankolab API Demo

Test our RESTful API endpoints with live examples and interactive documentation

✓ Live API
API Configuration
Configure your API key and test parameters
Test API Endpoints
Try our API endpoints with live data

Website Analysis

POST

Comprehensive SEO analysis of a website

Keyword Rankings

GET

Get keyword rankings for a domain

Keyword Suggestions

POST

Get keyword suggestions and related terms

Code Examples
Ready-to-use code snippets in popular languages
// JavaScript/Node.js Example
const response = await fetch('https://api.rankolab.com/v1/analyze', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer demo_key_12345678',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    domain: 'example.com'
  })
});

const data = await response.json();
console.log(data);
Quick Start
1
Get your API key
2
Choose an endpoint
3
Make your first request
Rate Limits
Free Plan:1,000 requests/month
Pro Plan:50,000 requests/month
Enterprise:Unlimited
API Status
Uptime:99.9%
Response Time:45ms avg
Status:Operational
Need Help?