🔥 NEW AI Ranking Predictor 2.0 — forecast your local rank 90 days ahead Try free →
🔌 REST API

Build Anything on Top of
Local Rank Data

Pull ranking data, trigger scans, fetch geo-grid results, and push reports into your own dashboards, CRMs, or client tools. Full REST API access on all paid plans with comprehensive docs.

Start Free Trial → View API Docs →

What You Can Do

  • GET geo-grid scan results as JSON
  • POST to trigger new scans programmatically
  • GET rank history for any business + keyword
  • GET competitor rankings
  • GET AI insights and recommendations
  • POST to create and manage businesses
  • GET invoices and subscription status
  • Receive real-time webhooks on rank changes
Example Request
GET /api/v1/rankings
Authorization: Bearer {api_key}
Content-Type: application/json

// Response
{
  "success": true,
  "grid": [
    { "lat": 40.7128, "lng": -74.0060, "rank": 2 },
    ...
  ]
}
JSON
Response format
REST
Architecture
All Plans
API included
View Full API Documentation →