ReviewGod

Google Reviews API

Google Reviews Data
at Scale

Extract, transform, and deliver Google review data via REST API or beautiful embeddable widgets. Perfect for reputation management, market research, and customer insights.

100 free API calls/month. No credit card required.

Everything you need

Comprehensive review data extraction with enterprise-grade reliability

Complete Data

Review text, ratings, images, owner responses, reviewer profiles, and detailed service ratings

REST API

Simple JSON API with sorting, filtering, and up to 20 reviews per request

Embed Widgets

Drop-in widgets for websites with customizable themes, colors, and layouts

Smart Caching

7-day intelligent caching improves response times and reduces API load

Secure API Keys

Personal API keys with usage tracking and the ability to regenerate anytime

Usage Analytics

Track API calls and widget views with detailed usage statistics in your dashboard

Developer Friendly

Simple API Integration

Get started in minutes with our straightforward REST API. Just pass your API key and the Google Maps URL.

  • JSON responses with TypeScript types
  • Sort by newest, highest, or lowest rated
  • Filter to only reviews with text
  • Automatic retry and error handling
fetch('https://www.reviewgod.xyz/api/v1/reviews', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'your_api_key_here'
  },
  body: JSON.stringify({
    url: 'https://maps.app.goo.gl/...',
    maxReviews: 10,
    sort: 'newest',
    textOnly: true
  })
})
.then(res => res.json())
.then(data => {
  console.log(data.place.title)
  console.log(data.reviews)
})

Simple, transparent pricing

Start free and scale as you grow

Free
Perfect for testing and small projects
$0/month
  • 100 API calls/month
  • 1 saved widget
  • Up to 10 reviews/request
Most Popular
Pro
For growing businesses
$29/month
  • 2,000 API calls/month
  • 10 saved widgets
  • Up to 20 reviews/request
  • Priority support
Business
For agencies and enterprises
$99/month
  • 10,000 API calls/month
  • Unlimited widgets
  • Up to 20 reviews/request
  • Dedicated support
  • Custom integrations

Ready to get started?

Create your free account and start extracting Google reviews in minutes.