# Quickstart: Google Maps Scraper — Leads, Contacts, Emails & Soc

**Use case:** 

Google Maps scraper for lead generation: search any category and city, get places with phone, website, verified emails, social profiles and newest reviews in one run. Layered add-ons, batch input, pay per event.

## Input

```json
{
  "queries": [
    "dentist, Austin TX"
  ],
  "startUrls": [],
  "maxPlacesPerQuery": 20,
  "minRating": 0,
  "requireWebsite": false,
  "requirePhone": false,
  "includeContactDetails": true,
  "verifyEmails": true,
  "scrapeSocialProfiles": false,
  "maxReviewsPerPlace": 0,
  "reviewsSort": "newest",
  "crossPlatforms": [
    "appstore",
    "googleplay"
  ],
  "maxReviewsPerPlatform": 50,
  "language": "en",
  "countryCode": "us",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "browserConcurrency": 3
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "rowType": {
    "label": "Row Type",
    "format": "text"
  },
  "title": {
    "label": "Business / Review Title",
    "format": "text"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "totalScore": {
    "label": "Total Score",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews Count",
    "format": "number"
  },
  "platformCoverage": {
    "label": "Platform Coverage",
    "format": "number"
  },
  "crossPlatformRating": {
    "label": "Cross-Platform Rating",
    "format": "object"
  },
  "ratingGap": {
    "label": "Rating Gap (Google vs Other)",
    "format": "number"
  },
  "suspicionSignals": {
    "label": "Suspicion Signals",
    "format": "object"
  },
  "ownerResponseRate": {
    "label": "Owner Response Rate",
    "format": "object"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  },
  "language": {
    "label": "Language"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "searchString": {
    "label": "Search String",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review Text",
    "format": "text"
  },
  "appVersion": {
    "label": "App Version",
    "format": "text"
  },
  "name": {
    "label": "Reviewer Name",
    "format": "text"
  },
  "reviewerUrl": {
    "label": "Reviewer URL",
    "format": "link"
  },
  "reviewerPhotoUrl": {
    "label": "Reviewer Photo",
    "format": "image"
  },
  "reviewerNumberOfReviews": {
    "label": "Reviewer Review Count",
    "format": "number"
  },
  "isLocalGuide": {
    "label": "Local Guide",
    "format": "boolean"
  },
  "publishAt": {
    "label": "Published At",
    "format": "text"
  },
  "publishedAtDate": {
    "label": "Published At Date",
    "format": "date"
  },
  "publishedAtDateIsApproximate": {
    "label": "Published Date Is Approximate",
    "format": "boolean"
  },
  "likesCount": {
    "label": "Likes Count",
    "format": "number"
  },
  "responseFromOwnerText": {
    "label": "Owner Response Text",
    "format": "text"
  },
  "responseFromOwnerDate": {
    "label": "Owner Response Date",
    "format": "date"
  },
  "noticeCode": {
    "label": "Notice Code",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  },
  "statusCode": {
    "label": "Status code"
  },
  "error": {
    "label": "Error"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "filterApplied": {
    "label": "Filter applied"
  },
  "email": {
    "label": "Email"
  },
  "verdict": {
    "label": "Verdict"
  },
  "mxFound": {
    "label": "Mx found"
  },
  "disposable": {
    "label": "Disposable"
  },
  "roleBased": {
    "label": "Role based"
  },
  "freeProvider": {
    "label": "Free provider"
  },
  "handle": {
    "label": "Handle"
  },
  "profileUrl": {
    "label": "Profile url"
  },
  "pageTitle": {
    "label": "Page title"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper — Leads, Contacts, Emails & Social Profiles](https://apify.com/ntriqpro/google-maps-scraper-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ntriqpro/google-maps-scraper-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ntriqpro/google-maps-scraper-leads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
