v1Recursos/Reviews/getObter um resumo de análise de avaliações
Obter um resumo de análise de avaliações
Análise de avaliações agregada nos locais deste cliente (ou de toda a agência): contagem, avaliação média, distribuição de avaliações, mix de sentimento, taxa de resposta, detalhamento por plataforma e uma tendência mensal. Limite o escopo com tags.
get
reviews:read/api/v1/reviews/analytics/summaryParâmetros de consulta
clientIdstringopcional
Limitar aos locais de um cliente.
tagsstringopcional
Nomes de tags de local separados por vírgula — apenas locais com pelo menos uma dessas tags são incluídos.
monthsintegeropcional
Duração da tendência em meses. Padrão 6.
Resposta
dataobjectopcional
locationsnumberopcional
Número de locais no escopo.
countnumberopcional
Total de avaliações no escopo.
avgRatingnumberopcional
Avaliação média no escopo.
distributionobjectopcional
Contagem de avaliações por classificação em estrelas (1-5).
sentimentobjectopcional
Contagem de avaliações por sentimento.
positivenumberopcional
neutralnumberopcional
negativenumberopcional
responseRatenumberopcional
Percentual de avaliações com resposta.
byPlatformarray of objectopcional
Contagem e avaliação média por plataforma.
platformstringopcional
countnumberopcional
avgRatingnumberopcional
trendarray of objectopcional
Contagem mensal e avaliação média.
monthstringopcional
countnumberopcional
avgRatingnumberopcional
Erros
401Chave de API ausente, inválida, expirada ou revogada.
403A chave não tem a permissão exigida, ou não está autorizada para este cliente/local.
429Muitas solicitações. Tente novamente após o número de segundos indicado no cabeçalho Retry-After.
get/api/v1/reviews/analytics/summary
Sua chave de API
clientId
tags
months
{
"data": {
"locations": 5,
"count": 210,
"avgRating": 4.4,
"distribution": {
"1": 4,
"2": 8,
"3": 12,
"4": 60,
"5": 126
},
"sentiment": {
"positive": 172,
"neutral": 24,
"negative": 14
},
"responseRate": 91,
"byPlatform": [
{
"platform": "google",
"label": "Google",
"count": 160,
"avgRating": 4.5
}
],
"trend": [
{
"month": "2026-02",
"count": 114,
"avgRating": 4.4
}
]
}
}Guias que usam este recurso
- Google Business Profile API vs a Listings Management APIHow Google's Business Profile API compares with a listings management API on scope, access, sync status, duplicates and reviews, and when to use each.
- How to Build a Reputation Management PlatformArchitecture and API calls for a multi-client reputation management platform on Synup: review ingestion, reply workflows, invites, widgets and reporting.
- 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 an AI Agent That Responds to ReviewsBuild an AI agent that drafts and posts review replies, with rating-based guardrails, human approval for negatives, and protection against injection.
- 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.
- How to Fetch and Respond to Reviews via APIFetch reviews from Google, Facebook and custom review sites, filter them, post owner replies, add internal notes and read review analytics with the Synup API.
- How to Build Automated Review-Response WorkflowsBuild a review-response workflow that routes reviews by rating and sentiment, drafts replies, approves them, and pushes them back to the platform.
- Fetch Recent Reviews via APIPull a location's reviews from every connected platform with the Synup API, filter to what needs attention, and page through with a cursor.
- 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 Retrieve Google Business Profile Analytics via APIPull Google Business Profile analytics through an API, portfolio-wide and per location, with views, calls, direction requests and a maps-versus-search split.
- Respond to a Review via APIPost an owner reply to a review with the Synup API, read the push status back, and know which failures are worth a retry.