Google Maps Business Scraper avatar

Google Maps Business Scraper

Pricing

from $0.10 / 1,000 results

Go to Apify Store
Google Maps Business Scraper

Google Maps Business Scraper

Extract business listings from Google Maps — get names, ratings, reviews count, addresses, phone numbers, websites, categories, and GPS coordinates. Perfect for lead generation, market research, and local SEO analysis.

Pricing

from $0.10 / 1,000 results

Rating

0.0

(0)

Developer

theodore

theodore

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Extract business listings from Google Maps for lead generation, market research, and local SEO analysis.

Features

  • 🔍 Search by keyword + location — e.g. "plumber new york", "restaurant san francisco"
  • 📊 Extract rich data: business name, rating, reviews count, address, phone, website, category, GPS coordinates
  • 📦 Batch processing — supports multiple search queries in one run
  • 🌐 Multi-language — supports English, Chinese, Japanese, Korean, German, French, Spanish
  • Headless browser — uses Playwright + Chrome for reliable JavaScript-rendered content

Input

FieldTypeDefaultDescription
searchStringsarray["plumber new york"]List of search queries
maxResultsinteger50Max results per query (max 500)
languageselectenInterface language code

Language Options

  • en — English
  • zh-CN — Chinese
  • ja — Japanese
  • ko — Korean
  • de — German
  • fr — French
  • es — Spanish

Output

Each result contains:

FieldTypeDescription
namestringBusiness name
ratingnumberStar rating (1.0–5.0)
reviewsCountnumberNumber of reviews
addressstringStreet address
phonestringPhone number
websitestringWebsite URL
categorystringBusiness category (e.g. "Plumber")
coordinatesobject{ lat, lng } GPS coordinates
searchQuerystringThe search query that produced this result

Example

Input:

{
"searchStrings": ["coffee shop tokyo", "ramen shinjuku"],
"maxResults": 20,
"language": "en"
}

Output (sample):

{
"name": "Blue Bottle Coffee",
"rating": 4.5,
"reviewsCount": 823,
"address": "1-4-8 Jingumae, Shibuya, Tokyo",
"phone": "+81 3-1234-5678",
"website": "https://bluebottlecoffee.jp",
"category": "Coffee shop",
"coordinates": { "lat": 35.6677, "lng": 139.7106 }
}

Pricing

TierPriceRuns/month
Free$010 runs
Pay-as-you-go$0.05/runUnlimited
Unlimited$9.99/monthUnlimited runs

Use Cases

  • 🏢 Lead generation — collect contact info for local businesses
  • 📈 Market research — analyze competitor density and ratings
  • 🔍 Local SEO — audit business listings for optimization
  • 🗺️ Data enrichment — add location data to your CRM

Technical Details

  • Built with Playwright + headless Chrome
  • Runs on Apify's cloud infrastructure
  • Auto-scaling — handles small or large batches
  • Respects rate limits with smart request timing

Built by theo_12134