Review Scraper
Pricing
from $0.01 / 1,000 results
Review Scraper
Aggregate customer reviews from multiple platforms into a single unified dataset for comprehensive reputation management. Google Maps, Yelp, Facebook, BBB - Better Business Bureau, TripAdvisor, Trustpilot, Angi, Healthgrades, Avvo & OpenTable supported.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Maintained by CommunityActor stats
0
Bookmarked
22
Total users
3
Monthly active users
14 days ago
Last modified
Categories
Share
AI-Powered Review Scraper v2.1 - Claude AI Sentiment Analysis
Aggregate customer reviews from multiple platforms with Claude AI-powered sentiment analysis. BYOK (Bring Your Own Key) - Use your Anthropic API key for AI features: sentiment themes extraction, common complaint detection, praise pattern analysis, competitive insights.
BYOK (Bring Your Own Key) -- you provide your own API credentials.
Before You Start
This actor requires your own API credentials to fetch real data.
Where to get your key: For enhanced Google review scraping via SERP API
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true,"businessName": "John's Plumbing","location": "Dallas, TX","googleMapsUrl": "https://example.com","yelpUrl": "https://example.com","facebookUrl": "https://example.com","bbbUrl": "https://example.com","tripAdvisorUrl": "https://example.com"}
Run with real data
{"demoMode": false,"businessName": "John's Plumbing","location": "Dallas, TX","googleMapsUrl": "https://example.com","yelpUrl": "https://example.com","facebookUrl": "https://example.com","bbbUrl": "https://example.com","tripAdvisorUrl": "https://example.com","platforms": ["google","yelp","facebook","bbb"],"maxReviewsPerPlatform": 50,"includeResponses": true,"sortBy": "date","outputFormat": "combined","serpApiKey": "YOUR_API_KEY_HERE","yelpApiKey": "YOUR_API_KEY_HERE","anthropicApiKey": "YOUR_API_KEY_HERE","enableAiSentiment": true}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
businessName | string | - | No | Name of the business to scrape reviews for |
location | string | - | No | City, State or full address (used for searching) |
googleMapsUrl | string | - | No | Direct Google Maps URL for the business |
yelpUrl | string | - | No | Direct Yelp business page URL |
facebookUrl | string | - | No | Direct Facebook business page URL (required for Facebook reviews) |
bbbUrl | string | - | No | Direct BBB business profile URL |
tripAdvisorUrl | string | - | No | Direct TripAdvisor business URL |
platforms | array | ["google","yelp","facebook","bbb"] | No | Select which review platforms to include |
maxReviewsPerPlatform | integer | 50 | No | Maximum number of reviews to scrape from each platform |
includeResponses | boolean | true | No | Include business responses to reviews when available |
minRating | number | - | No | Only include reviews with this rating or higher |
maxRating | number | - | No | Only include reviews with this rating or lower (useful for finding issues) |
sortBy | string | "date" | No | How to sort the final results |
outputFormat | string | "combined" | No | How to structure the output |
serpApiKey | string | - | Yes* | For enhanced Google review scraping via SERP API |
yelpApiKey | string | - | Yes* | For official Yelp data via Fusion API |
anthropicApiKey | string | - | Yes* | Your Anthropic API key to enable AI-powered sentiment analysis and theme extraction. Get yours at console.anthropic.com. Leave empty to skip AI analysis. |
enableAiSentiment | boolean | true | No | When enabled with an API key, Claude AI analyzes all reviews and provides: sentiment themes, common complaints, praise patterns, competitive insights, and actionable improvement recommendations. |
demoMode | boolean | true | No | Run with sample data to test without real scraping. Returns realistic sample output instantly. |
webhookUrl | string | - | No | URL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint) |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Review Scraped | Each customer review scraped from any platform | $0.02 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- Add your API key in the input
"API error 403" or "Unauthorized"
Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- API key without proper permissions
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal