$ apify call google-maps-business-scraper-|-$1-per-1,000

Google Maps Business Scraper | $1 per 1,000

Scrape unique Google Maps business listings by city, region, or country. Export names, addresses, phones, websites, ratings, review counts, opening hours, photos, and coordinates. Fast, API-ready, and priced at $1 per 1,000 successful results.

platform

Apify

status

Public

pricing

$1.00 / 1,000 delivered results

outputs

Business name, Address, Phone, Website, Ratings, Coordinates

Lead generationPythonGoogle MapsGeospatial search
-> Open on Apify

What it does

Scrape unique Google Maps business listings by city, region, or country. Export names, addresses, phones, websites, ratings, review counts, opening hours, photos, and coordinates. Fast, API-ready, and priced at $1 per 1,000 successful results.

Key capabilities

  • Configure the run from the Apify form or API.
  • Receive structured Business name, Address, Phone data.
  • Export the default Dataset or connect it to an automation.

Use cases

  • Build local business lists for sales and outreach.
  • Analyze competitors, market density, and reputation.
  • Enrich CRMs, directories, or geolocated datasets.

Main inputs

  • One or more cities, regions, or countries.
  • One or more Google Maps search queries.
  • Language, country, and a global result limit.

API example

This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.

Example input (input.json)

{
  "locations": [
    "Madrid"
  ],
  "queries": [
    "dentists"
  ],
  "language": "es",
  "countryCode": "ES",
  "maxResults": 20
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~actor-google-maps/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  --data-binary @input.json

The run stores its successful items in the default Dataset. A representative item looks like this:

Example result

{
  "placeId": "ChIJexample",
  "name": "Example Dental Clinic",
  "address": "Calle Example 1, Madrid",
  "phone": "+34 910 000 000",
  "website": "https://example.com",
  "rating": 4.7,
  "reviewCount": 128,
  "latitude": 40.4168,
  "longitude": -3.7038
}

Data you get

Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.

  • Business name
  • Address
  • Phone
  • Website
  • Ratings
  • Coordinates

Try it free

The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.

Pricing

Apify charges $1.00 / 1,000 delivered results. Only the public billing event business-result is charged when Apify records a successful result.

Scope

The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.

How to use it

  1. Open the Actor in Apify.
  2. Add the targets or filters required by the input form.
  3. Start the run and export the default Dataset as JSON, CSV, or Excel.