📍Google Maps Scraper ($0.45/1K Results) avatar

📍Google Maps Scraper ($0.45/1K Results)

Pricing

from $0.45 / 1,000 results

Go to Apify Store
📍Google Maps Scraper ($0.45/1K Results)

📍Google Maps Scraper ($0.45/1K Results)

$0.45/1K results 🔥 LOW COST Google Maps Scraper built for scale. No proxy setup, no hidden compute fees, no browser overhead. Extract business names, phones, websites, addresses, ratings, reviews, hours, coordinates & more in seconds. Supports multi-query scraping with up to 200 results per search.

Pricing

from $0.45 / 1,000 results

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Google Maps Scraper

Affordable Google Maps data extraction built for scale

Extract structured business data from Google Maps with fast execution, clean datasets, and predictable pricing.

✅ Only $0.45 per 1,000 results
✅ No proxy configuration needed
✅ No browser overhead
✅ No hidden compute charges
✅ Pay only for successful extracted results

Designed for lead generation, local SEO, market research, CRM enrichment, and business intelligence workflows.

Unlike traditional browser-based actors that rely on Playwright or Puppeteer, this actor uses a lightweight infrastructure optimized for speed and low operating costs. That means faster runs, lower resource consumption, and more affordable pricing for large-scale scraping.


Why choose this actor?

Many Google Maps scrapers:

  • launch heavy Chromium browsers
  • consume large amounts of memory
  • increase runtime costs
  • require proxy configuration
  • become expensive at scale

This actor avoids those problems entirely.

Everything is already included in the pricing:

  • proxies
  • infrastructure
  • scraping costs
  • compute handling

You simply run the actor and receive structured results.

FeatureThis ActorTraditional Browser Actors
Price per 1,000 results$0.45$2.00+
Browser automationNoYes
Hidden proxy feesNoOften
Extra compute chargesIncludedCommon
Bulk queriesYesYes
Fast startup timeYesSlower
Optimized for scaleYesLimited

Data Included

This actor returns rich structured Google Maps business data including:

Business Information

  • Business name
  • Main category
  • Multiple categories/types
  • Rating
  • Review count
  • Price level
  • Google Maps URL

Contact Details

  • Phone number
  • International phone format
  • Website URL
  • Domain
  • Full address
  • Street & street number
  • City
  • Postal code
  • State/region
  • Country

Location Data

  • Latitude
  • Longitude
  • Coordinates object
  • Place ID
  • CID / Data ID
  • Timezone

Opening Hours

  • Weekly business hours
  • Live open/closed status
  • Detailed hours structure

Additional Metadata

  • Search query used
  • Result ranking position
  • Service options
  • Business status flags
  • Neighborhood/location context

Input Configuration

Configure your Google Maps scraping request using the fields below.

FieldTypeDescription
QueryString or ListOne or multiple Google Maps search queries. Example: restaurants in chicago
NumIntegerMaximum number of results per query. Maximum: 200
Country Code (gl)StringCountry used for localized Google Maps results. Example: us, gb, fr, de, ma
Language (hl)StringGoogle interface language. Example: en, fr, es, de
Google domainStringGoogle domain to use. Default: google.com
Lat/Lng/Zoom (ll)StringOptional location bias for more accurate local results
FieldsStringComma-separated list of fields to keep in output

Example Input

Basic Example

{
"query": ["coffee shops in london"],
"num": 50
}

Multi-City Lead Generation

{
"query": [
"dentists in miami",
"dentists in orlando",
"dentists in tampa"
],
"num": 200,
"gl": "us",
"hl": "en"
}
{
"query": ["restaurants in marrakech"],
"num": 100,
"gl": "ma",
"hl": "fr"
}

Limit Output Fields

{
"query": ["lawyers in chicago"],
"fields": "title,phone,website,rating,address"
}

Tips

  • Use multiple queries in one run to scrape several cities or keywords at once.
  • Set gl to the country you're targeting for more accurate local rankings.
  • Use the fields option to reduce dataset size and export only the columns you need.
  • For best local precision, use the optional ll parameter with latitude, longitude, and zoom values.