v1Resources/SEO/getGet the all-locations ranking roll-up
Get the all-locations ranking roll-up
Returns one summary row per location that has at least one ranking report, optionally scoped to a client and/or location tags. A key restricted to specific clients must pass clientId.
get
seo:read/api/v1/seo/rollupQuery parameters
clientIdstringoptional
Restrict results to one client. When your key is scoped to specific clients, this is required.
tagsstringoptional
Comma-separated location tag names. Only locations carrying at least one of these tags are included.
Response
dataobjectoptional
countnumberoptional
Number of rows returned.
rowsarray of objectoptional
One row per location with at least one ranking report.
idstringoptional
Unique identifier for the location.
locationNamestringoptional
The location's business name.
citystringoptional
City, or null.
avgRanknumberoptional
Mean average rank across the location's active keywords, or null.
top3Pctnumberoptional
Mean percent of grid points in the top 3 across the location's keywords, or null.
top10Pctnumberoptional
Mean percent of grid points in the top 10 across the location's keywords, or null.
bestKeywordobjectoptional
The location's best-ranking keyword, or null.
keywordstringoptional
avgRanknumberoptional
tagsarray of stringoptional
The location's internal tags.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/seo/rollup
Your API key
clientId
tags
{
"data": {
"count": 2,
"rows": [
{
"id": "cm_loc_1",
"locationName": "Acme Dental — Downtown",
"city": "Austin",
"avgRank": 4.2,
"top3Pct": 44,
"top10Pct": 78,
"bestKeyword": {
"keyword": "dentist near me",
"avgRank": 4.2
},
"tags": [
"priority",
"downtown"
]
}
]
}
}Guides that use this endpoint
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Build an AI Agent for Local SEOBuild an AI agent that audits and fixes listings, tracks local rankings, checks AI visibility and drafts review replies with Synup's MCP server or REST tools.
- How to Build a Multi-Location Marketing DashboardBuild a multi-location marketing dashboard from the API's rollup endpoints, one call per panel, covering listings, reviews, rank, AI visibility and duplicates.
- How to Track Local Rankings with an APITrack local search rankings on a geo grid through an API, add keywords, read the grid and trend, and compare against competitors and citation coverage.
- How to Monitor Local SEO Across Multiple LocationsMonitor local SEO across hundreds of locations through rollup endpoints, with rank and AI visibility per location and the weakest surfaced first.
- Fetch Local Keyword Rankings via APITrack local search rankings on a geo grid with the Synup API, add keywords for a location, and read the rank trend once the background scan lands.