Programmatic access to citations, rankings, AI visibility scores, and local SEO data for any business. Build integrations, automate workflows, and power your own products.
curl -X GET "https://api.searchrush.com/v1/citations?domain=detroitbarbers.com" \
-H "Authorization: Bearer sk_live_your_api_key"{
"domain": "detroitbarbers.com",
"total_citations": 47,
"score": 72,
"missing_directories": 31,
"top_directories": ["Google", "Yelp", "Bing Places"]
}Four core endpoints to power your integration.
/v1/ai-visibilityGet AI Visibility score — how often ChatGPT/Gemini recommends the business
View docs →Automate citation audits for all client locations. Pull rank data into your own reporting dashboard.
Build local SEO tools on top of SearchRush data. White-label the API under your own brand.
Bulk data access for franchise networks and multi-location brands. 10,000+ locations supported.
All requests use Bearer token authentication. Generate keys in your SearchRush dashboard under Settings → API.
Authorization: Bearer sk_live_xxxxxxxxxxxxxProduction keys — make real submissions and queries.
Sandbox keys — no real submissions, returns mock data.
| Plan | Calls/month | Rate limit |
|---|---|---|
| Starter | 1,000 | 10 req/min |
| Growth | 5,000 | 30 req/min |
| Pro | 25,000 | 60 req/min |
| Agency | 10,000 | 120 req/min |
| Enterprise | Unlimited | Custom |