Review API

Get started on a 14 day free trial, upgrade only if you love it. No credit card required. Instant value.

  • Canny
  • Senja
  • Nory
  • Brevo
  • Sogolytics

Pay per profile, not per review

We charge per review profile, not per review, so your costs are predictable and easy to calculate. Get a quota of profiles to create and initialize, plus a quota of active profiles we monitor for new reviews. It scales with your client base, not your review volume.

Review profiles Price
100 review profiles $300 / month
500 review profiles $800 / month
1,000 review profiles $1,500 / month
2,000 review profiles $2,500 / month

Actual prices depend on volume, update frequency, reviews per profile, platform mix, and more.

Prices start from $300 / month

Book a 30' call with our founder to scope your use case.

No connection required

Whatever the use case, you can access any company's review data.

Search any business on any platform and pull thousands of reviews in seconds.

Setting up monitoring for future reviews? Poll our flexible API, or build a webhook to be notified on every new review.

Read the docs →
reviews.sh
GET /v2/reviews?platform=g2&company=acme

{
  "total": 1284,
  "reviews": [{
    "rating": 5,
    "author": "Jordan M.",
    "language": "en",
    "text": "Fast, friendly, it just worked.",
    "date": "2026-07-20"
  }]
}

Consistent input and output schema

Every review platform has a different schema, different pagination, and different names for the same things.

We make it consistent across platforms, and handle language detection and translation for you.

Scale with confidence, and work reviews from many platforms as one.

Sleep better knowing we update our wrappers so you don't have to.

one schema
// same shape, every platform
{
  "id": "rev_8421",
  "platform": "trustpilot",
  "rating": 5,
  "language": "en",
  "replied": true,
  "created_at": "2026-07-20T09:41:00Z"
}

Updates, replies, deletions

A simple lifecycle: a user writes a review, the owner replies, the user edits it.

Some platforms drop the old content. Some emit two reviews with the same ID. Some emit two with different IDs.

We make sense of it for you: updates marked as updates, deletions as deletions, replies as replies.

Read the docs →
Webhook events POST /your-endpoint
review.created rev_8421 5★
reply.created rev_8421
review.updated rev_8421 5★ → 4★
review.deleted rev_8290

Monitor any review platform

If it's got stars, we support it.

Software: Capterra, G2, Software Advice, Gartner Peer Insights, and every other software review platform.

Marketplaces: the Chrome Web Store, Salesforce AppExchange, WordPress plugins, Shopify apps, QuickBooks, Xero, and more.

App stores and local: the App Store, the Play Store, Google Maps, Yelp, Tripadvisor, Booking, Airbnb, and beyond.

Learn more →
Reviewflowz supports every review platform, from Google and Trustpilot to Tripadvisor, Amazon and the app stores

i18n-ready

We detect the original language under a consistent schema (ISO 639-1) for every single review.

No poorly translated content, no weird multilingual mush, no NLP post-processing. We handle all of it.

You get reviews in their original language, with a clean schema and a clean language code.

review.json
{
  "text": "Service impeccable, je recommande.",
  "language": "fr",  // ISO 639-1, auto-detected
  "rating": 5
}

Join the companies & customers who love us

Build with the Review API

Get a pricing estimate, or read the docs and start today.