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
Most Popular
Pro
For growing businesses
$29/month