v1Ressourcen/SEO/getWettbewerber-Rangtrends im Zeitverlauf abrufen
Wettbewerber-Rangtrends im Zeitverlauf abrufen
Liefert den durchschnittlichen Rang je Monat für jeden Wettbewerber über die verfolgte Ranking-Historie dieses Standorts (bis zu den letzten 12 gemessenen Monaten), für das Rang-Trend-Diagramm. Enthält das eigene Unternehmen (isYou).
get
seo:read/api/v1/seo/competitors/trendsQuery-Parameter
locationIdstringerforderlich
Der abzurufende Standort.
clientIdstringoptional
Der Kunde des Standorts.
Antwort
dataobjectoptional
monthsarray of stringoptional
Abgedeckte Monate, älteste zuerst (YYYY-MM).
competitorsarray of objectoptional
Eine Reihe je Wettbewerber (zuzüglich des eigenen Unternehmens), ausgerichtet auf months.
placeIdstringoptional
Eine Kennung für dieses Unternehmen (seine Place-ID oder ein abgeleiteter Schlüssel).
namestringoptional
Firmenname.
isYoubooleanoptional
Ob diese Reihe das eigene Unternehmen ist.
monthlyarray of numberoptional
Durchschnittlicher Rang für jeden Monat in months; null, wenn dieses Unternehmen in diesem Monat nicht beobachtet wurde.
Fehler
400Der Anfrage fehlt ein erforderlicher Parameter, oder sie ist anderweitig fehlerhaft.
401API-Schlüssel fehlt, ist ungültig, abgelaufen oder widerrufen.
403Dem Schlüssel fehlt die erforderliche Berechtigung, oder er ist für diesen Kunden/Standort nicht autorisiert.
429Zu viele Anfragen. Versuchen Sie es nach der im Retry-After-Header angegebenen Anzahl Sekunden erneut.
get/api/v1/seo/competitors/trends
Ihr API-Schlüssel
locationId *
clientId
{
"data": {
"months": [
"2026-01",
"2026-02"
],
"competitors": [
{
"placeId": "ChIJtXC2rwgF9YgRNh1YJHlA4vQ",
"name": "Acme Dental — Downtown",
"isYou": true,
"monthly": [
5.1,
4.2
]
}
]
}
}Anleitungen, die diese Ressource verwenden
- What Is a Local SEO API?A local SEO API measures how a business ranks in local search, with geo-grid rank tracking, profile analytics and AI visibility, not just backlinks.
- 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 Add Local Marketing Functionality to Vertical SaaSAdd local marketing to a vertical SaaS by mapping existing customers to clients and locations, and shipping only the features your niche needs.
- Local SEO APIs: What Developers Actually NeedA practical checklist of what a local SEO API must cover, from listings and sync status to reviews, rank tracking and AI visibility, mapped to endpoints.
- 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.