Google Maps Business Scraper avatar

Google Maps Business Scraper

Pricing

Pay per usage

Go to Apify Store
Google Maps Business Scraper

Google Maps Business Scraper

Extract business listings from Google Maps worldwide: name, address, phone, website, rating, review count, GPS coordinates, and place ID. No API key needed. Ideal for B2B lead generation, local SEO research, and competitive analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Thomas Gharbi

Thomas Gharbi

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Extract business listings from Google Maps anywhere in the world. No Google API key required - just enter your search queries and get structured data instantly.

What it scrapes

For each business found, the actor returns:

FieldDescription
titleBusiness name
categoryBusiness category (restaurant, plumber, etc.)
ratingAverage star rating (1.0-5.0)
reviewCountTotal number of Google reviews
addressFull street address
phonePhone number
websiteWebsite URL
latitudeGPS latitude
longitudeGPS longitude
placeIdUnique Google Maps place ID
googleMapsUrlDirect Google Maps link
searchQueryQuery that produced this result
scrapedAtTimestamp (ISO 8601)

Use cases

  • B2B lead generation - build prospect lists for any industry and city
  • Local SEO audit - benchmark competitors' ratings and reviews
  • Market research - map business density and coverage in any area
  • CRM enrichment - fill in missing phone/website/address fields
  • Investment due diligence - evaluate local market saturation

Input

{
"searchQueries": ["plumber London", "dentist Paris", "restaurant Berlin"],
"maxResultsPerQuery": 20
}
ParameterTypeDefaultDescription
searchQueriesstring[]requiredList of Google Maps search queries
maxResultsPerQueryinteger20Max results per query (Google Maps typically shows up to 120)

Sample output

{
"title": "Smith & Sons Plumbing",
"category": "Plumber",
"rating": 4.7,
"reviewCount": 312,
"address": "42 Baker Street, London W1U 6AH",
"phone": "+44 20 7946 0958",
"website": "https://smithplumbing.co.uk",
"latitude": 51.5205,
"longitude": -0.1571,
"placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4",
"googleMapsUrl": "https://maps.google.com/?cid=...",
"searchQuery": "plumber London",
"scrapedAt": "2026-05-20T10:00:00.000Z"
}

Notes

  • Works with any language and country - just write queries in the local language
  • Uses stealth Playwright with fingerprint rotation to avoid blocks
  • Respects Google Maps pagination - automatically scrolls to load more results
  • Export results as JSON, CSV, or Excel directly from the Apify dashboard