Google Reviews Scraper avatar

Google Reviews Scraper

Pricing

Pay per usage

Go to Apify Store
Google Reviews Scraper

Google Reviews Scraper

Search Google Maps and extract business names, ratings, and review counts for any location.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Benny

Benny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

Search Google Maps and extract business names, ratings, and review counts.

Input

{
"queries": ["plumbers in Dallas TX", "restaurants near Times Square NYC"],
"maxReviews": 20
}

Output

{
"name": "Joe's Pizza",
"rating": 4.7,
"reviewCount": 1523,
"query": "restaurants near Times Square NYC"
}

Notes

Google Maps heavily relies on JavaScript rendering. This actor extracts what's available from the static HTML. For complete review text, use with a Puppeteer-based crawler.