Review Velocity API
Reputation decline has a leading indicator.
A client loses 3 reviews per month for two months and doesn't notice for another month. You notice the same week it started. Review velocity is the rate at which a business collects reviews — count per month, rating trend, owner reply rate over time. A drop in velocity is the canary in the coal mine for reputation decay. Most owners see it 90 days late. Agents catch it on the first scheduled run.
POST /v1/reviews/velocity · 6 credits / call
Local pack rank
Up from #3 last week
Review velocity
Down 20% MoM
NAP consistency
3 mismatches fixed
Profile complete
Missing 3 categories
Top fix: add 3 missing service categories to profile.
These prompts are the new reputation-monitoring workflow.
Connect Local SEO Data as an MCP server once (60 seconds, below). Then your agent audits client reputation velocity on schedule. Replace bracketed business names with your own.
Run review velocity for all 12 client locations. Flag any location where reviews-per-month dropped more than 25% from the prior month. Include the top 3 positive and negative themes.
Check velocity for [Joe's Pizza]. If the rating trend is declining or reviews-per-month fell below threshold, alert me with the sentiment themes that are driving the decline.
Compare review velocity for [my business] and the top 3 local competitors. Show me who's gaining momentum and who's losing traction month-over-month.
Pull velocity for all 25 client locations. Rank them by rating trend. Show me the locations improving and the ones declining. Pair with sentiment themes so I know what to fix at each.
What you get back
Live response from POST /v1/reviews/velocity for a sample Brooklyn pizzeria over 90 days.
{
"status": "success",
"credits_used": 6,
"business": "Joe's Pizza Brooklyn",
"location": "Brooklyn, NY",
"period": "90d",
"data": {
"reviews_per_month": 12.3,
"trend": "declining",
"current_rating": 4.6,
"rating_change": -0.2,
"reply_rate": 0.60,
"reply_rate_trend": "stable",
"sentiment_themes": {
"positive": ["fast delivery", "great crust", "authentic taste"],
"negative": ["weekend wait times", "small seating area"]
},
"monthly_breakdown": [
{ "month": "March", "reviews": 16, "avg_rating": 4.7, "reply_rate": 0.65 },
{ "month": "April", "reviews": 12, "avg_rating": 4.6, "reply_rate": 0.60 },
{ "month": "May", "reviews": 9, "avg_rating": 4.5, "reply_rate": 0.55 }
],
"velocity_vs_competitors": {
"your_business_monthly": 12.3,
"competitor_avg_monthly": 15.8,
"gap": -3.5
}
}
}The reputation metrics that predict crisis before it happens
Reviews per month, month-over-month
Raw count and trend. A drop from 15 to 10 per month is the leading indicator. Owners miss it; agents catch it.
Improving, stable, or declining
Is the average rating going up or down over the period. Critical for differentiating between 'fewer reviews' and 'worse reviews.'
Owner activity over time
Is the owner becoming less engaged. A reply rate that drops from 70% to 40% is a sign of problems — either operational strain or apathy.
What customers love and hate
Extracted from review text, aggregated by month. Shows if complaint themes are new or persistent. 'Wait time' in May but not March is actionable.
Granular per-month data
See exactly which months had the drop. Pair with calendar events — staffing changes, seasonal demand, operational shifts — to diagnose the cause.
How your client stacks up locally
Not just absolute velocity but relative. Gaining 10 reviews per month when competitors average 20 tells a different story than absolute decline.
What AI-native operators ship with this
Automated client reputation monitoring
Agencies run weekly velocity checks across all client locations. The agent flags any location with declining reviews or falling reply rates. No dashboard, no manual report. Claude handles it.
→ For agenciesEarly-warning reputation crisis detection
A client's review velocity drops 40% in one month. The agent catches it in the weekly run, surfaces the declining sentiment themes, and triggers a response workflow. The difference between fixing it in week 1 and discovering it in week 4 is reputation recovery.
→ Sentiment detection agentsCompetitive velocity benchmarking
Pull velocity for your top 5 local competitors monthly. Know when they're losing momentum before they do. Pair with sentiment analysis to understand why they're declining and what you should emphasize instead.
→ Competitor Gap APIMulti-location portfolio reports
Consultants audit 50+ business portfolios monthly. Velocity API returns trend, sentiment, and competitor gap in one call per location. Build a ranked list of which locations need attention. Client reports are data-backed, not guesswork.
→ For consultantsWhy not just use BrightLocal, Birdeye, or ReviewTrackers?
Dashboard reputation-tracking tools (BrightLocal, Birdeye, ReviewTrackers, Podium) charge $75–400/mo and are built for humans logging in and reading reports. For agent-driven portfolio monitoring, scheduled trend analysis, or rapid velocity alerts, they're too slow and too expensive. Here's how the options stack up.
| Approach | Monitoring speed | Cost per location | Setup | Agent-ready |
|---|---|---|---|---|
| Manual monitoring (Google + Yelp) | Manual check, 1+ hour per location | Labor cost only | None | No |
| BrightLocal | Dashboard-based, weekly refresh | $2–5/mo per location on annual plan | Dashboard setup + location verification | Limited to CSV export |
| Birdeye | Dashboard-based, configurable alerts | $7–13/mo per location | Onboarding + verification | API exists, no MCP |
| ReviewTrackers | Multi-location analytics dashboard | $1–5/mo per location by tier | Dashboard UI, no integration | No agent integration |
| Podium | SMS-first, message-focused | $5–13/mo per location | SMS + messaging setup | Rate-limited API |
| Local SEO Data Review Velocity API | Scheduled agent runs, real-time alerts | $0.03 per location per week | API key + 1-line MCP config | Native MCP, agent-first |
Use it from your agent
Two integration surfaces: MCP for clients that speak MCP, REST API for everything else.
Direct MCP integration
Drop-in support in Claude Desktop, OpenClaw, Hermes Agent, and any MCP-aware client.
Add to your client's MCP config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"localseodata": {
"url": "https://mcp.localseodata.com",
"headers": {
"Authorization": "Bearer sk_live_..."
}
}
}
}REST API
For Perplexity Computer, ChatGPT Custom GPTs, custom agents, and any platform that calls REST endpoints directly.
Base URL:
api.localseodata.comSee the docs for endpoint reference and auth.
Your first call in three lines
Same call, three syntaxes. The endpoint takes a business name and location. We return velocity metrics over the period you specify (default 90d). The monthly breakdown shows exactly when the decline started.
curl -X POST https://api.localseodata.com/v1/reviews/velocity \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"business_name": "Joe'''s Pizza",
"location": "Brooklyn, NY",
"period": "90d"
}'$0.03 per velocity audit
Pay-as-you-go starts at $5. Monthly plans from $19. Funds never expire. No seat fees, ever.
Common questions
What is the Review Velocity API?+
POST /v1/reviews/velocity. It's designed to detect reputation decline weeks or months before an owner notices it.What is review velocity?+
Why is velocity more important than total review count?+
How is velocity calculated?+
What does it mean when velocity is declining?+
Does Review Velocity API include individual review text?+
Where does the velocity data come from?+
How fresh is the velocity data?+
Can I monitor competitors' review velocity?+
How does this compare to BrightLocal and Birdeye?+
Can my AI agent use this directly?+
claude_desktop_config.json and your agent calls this endpoint from any prompt. REST: any agent that can make HTTPS calls — ChatGPT Custom GPTs, Perplexity Computer, custom Python agents — hits api.localseodata.com directly with the Bearer token. You don't write integration code. You write the prompt.What should I do when I detect a velocity drop?+
Does this work for multi-location businesses?+
What changed in 2026 that made Review Velocity APIs necessary?+
Often used in the same agent prompt
Google Reviews API
Full review history with author, rating, text, and owner replies.
POST /v1/reviews/multi-platformMulti-Platform Reviews API
Ratings across Google and Trustpilot with sentiment by platform.
POST /v1/audit/reputationReputation Audit API
Composite: multi-platform reviews + sentiment + scoring.
POST /v1/business/profileGoogle Business Profile API
NAP, hours, categories, photos, attributes.
Catch reputation decline before your clients do.
50 free credits on signup. Your first velocity audit happens through Claude, not curl.