Review Scraper avatar

Review Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Review Scraper

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

22

Total users

3

Monthly active users

14 days ago

Last modified

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

ParameterTypeDefaultRequiredDescription
businessNamestring-NoName of the business to scrape reviews for
locationstring-NoCity, State or full address (used for searching)
googleMapsUrlstring-NoDirect Google Maps URL for the business
yelpUrlstring-NoDirect Yelp business page URL
facebookUrlstring-NoDirect Facebook business page URL (required for Facebook reviews)
bbbUrlstring-NoDirect BBB business profile URL
tripAdvisorUrlstring-NoDirect TripAdvisor business URL
platformsarray["google","yelp","facebook","bbb"]NoSelect which review platforms to include
maxReviewsPerPlatforminteger50NoMaximum number of reviews to scrape from each platform
includeResponsesbooleantrueNoInclude business responses to reviews when available
minRatingnumber-NoOnly include reviews with this rating or higher
maxRatingnumber-NoOnly include reviews with this rating or lower (useful for finding issues)
sortBystring"date"NoHow to sort the final results
outputFormatstring"combined"NoHow to structure the output
serpApiKeystring-Yes*For enhanced Google review scraping via SERP API
yelpApiKeystring-Yes*For official Yelp data via Fusion API
anthropicApiKeystring-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.
enableAiSentimentbooleantrueNoWhen enabled with an API key, Claude AI analyzes all reviews and provides: sentiment themes, common complaints, praise patterns, competitive insights, and actionable improvement recommendations.
demoModebooleantrueNoRun with sample data to test without real scraping. Returns realistic sample output instantly.
webhookUrlstring-NoURL 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:

EventDescriptionPrice
Review ScrapedEach 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