Google Maps & Google Business Profile Scraper avatar

Google Maps & Google Business Profile Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Maps & Google Business Profile Scraper

Google Maps & Google Business Profile Scraper

The most comprehensive Google Maps & Google Business Profile scraper. Extract business descriptions ("From the business"), reviews with full text, opening hours, photos, Q&A & all standard business data. Uses Camoufox stealth browser with fingerprinting & residential proxies for reliable extraction.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

63

Total users

18

Monthly active users

2 days ago

Last modified

Share

Google Maps Business Scraper v3.0

Comprehensive Google Maps & GBP scraper with Camoufox stealth browser. Two modes: Search mode for bulk scraping, Place ID mode for detailed GBP data. Extracts business name, address, phone, website, description ('From the business'), reviews, opening hours, photos, Q&A, and more.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"webhookHeaders": {}
}

Run with real data

{
"demoMode": false,
"analysisMode": "full",
"maxCrawledPlacesPerSearch": 20,
"maxReviews": 0,
"reviewsSort": "newest",
"includeQA": false,
"language": "en",
"zoom": 13,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"webhookPlatform": "custom",
"webhookHeaders": {}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
analysisModestring"full"NoChoose 'full' for comprehensive scraping of each business page, or 'local-pack' for a lightweight extraction of only the top 3 search results (name, rating, review count, category, URL) without navigating to individual pages.
searchStringsArrayarray-NoList of search queries like 'Bar Fort Lauderdale FL' or 'Plumber Miami'. Used for search mode.
maxCrawledPlacesPerSearchinteger20NoMaximum number of places to return per search query
placeIdsarray-NoDirect Google Place IDs (ChIJ...) or CIDs for detailed GBP scraping. Use this mode to get comprehensive data including description, reviews, hours, and photos for specific businesses.
maxReviewsinteger0NoMaximum number of reviews to extract per business (0 = no reviews). Reviews include author, rating, text, date, and response.
reviewsSortstring"newest"NoHow to sort reviews before extraction
includeQAbooleanfalseNoExtract Questions & Answers section from the business profile
languagestring"en"NoLanguage code for results
latstring-NoCenter latitude for geo-biased search
lngstring-NoCenter longitude for geo-biased search
zoominteger13NoMap zoom level (10=city, 14=neighborhood, 17=street)
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings. Residential proxies recommended for best results.
demoModebooleanfalseNoRun in demo mode without real scraping. Returns mock success response for testing. Set to false for real scraping.
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
webhookPlatformstring"custom"NoPlatform type for webhook payload formatting
webhookHeadersobject-NoAdditional HTTP headers to send with webhook (e.g., authorization tokens)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Google Maps business scraped (basic data)$0.04
Business with ReviewsBusiness scraped with review extraction$0.08

Demo mode is free -- no charges for sample data.


Troubleshooting

"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)
  • 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