Developer reference
Map Observer Public API
Free JSON endpoints for the data behind Map Observer’s trackers: confirmed and suspected algorithm updates, Map Pack volatility scores, and the Google Business Profile category list. No key, no signup, no rate-limit headers — just a link back to mapobserver.com wherever you use the data.
Terms (the short version)
- Free for any use — dashboards, articles, internal tools, side projects.
- Include a visible link to the relevant Map Observer page (we’ll list it in
attribution.urlon every response). - Don’t hammer it — endpoints are cached for 10–30 minutes; if you need more, email us.
- We may rate-limit abusive clients at the edge.
Endpoints
GET
/api/public/v1/updates?limit=50Confirmed and suspected Google local-search algorithm updates, newest first.
curl https://mapobserver.com/api/public/v1/updates?limit=10GET
/api/public/v1/volatility?limit=52Weekly Map Pack volatility scores (0–10) with level classification (calm → turbulent).
curl https://mapobserver.com/api/public/v1/volatility?limit=12GET
/api/public/v1/categories?q=plumber&limit=25Search the Google Business Profile category list. Omit q to list all categories.
curl "https://mapobserver.com/api/public/v1/categories?q=dentist&limit=10"Also available
- RSS feed — published articles
- Google News sitemap
- llms-full.txt — full-text feed for AI crawlers
- Embeddable widgets — drop-in iframes with do-follow attribution