Skip to main content
Reviews is the primitive for reputation analysis across major review ecosystems. Use it to monitor customer sentiment, compare competitors, track rating changes, and correlate review trends with social engagement.
Reviews is a use-case view over Business Data — there is no separate /v1/reviews route. Every call below maps to a /v1/business/... endpoint (Google/Trustpilot/TripAdvisor reviews + social engagement). There is no dedicated SDK sub-client; use the CLI (naive business ...) or the Business Data REST/MCP surface.

CLI First

Endpoints

Google Reputation Endpoints

Parameters

Trustpilot + TripAdvisor (Async)

Both providers use submit/check/retrieve task flow:
  1. Submit POST /v1/business/{platform}/{endpoint}/task
  2. Check GET /v1/business/{platform}/{endpoint}/tasks-ready
  3. Retrieve GET /v1/business/{platform}/{endpoint}/task/:id

Social Engagement Endpoints (Live)

Request body for all platforms:

Typical Workflow