# Toronto Google Maps Leads & Email Finder

**Use case:** 

Generate a list of outreach-ready leads from local Toronto businesses such as roofers, plumbers, HVAC, landscapers, and junk removal services. This task retrieves emails, phone numbers, social profiles, and conducts a comprehensive website audit. Filter results based on ratings, reviews, and availability of websites to ensure focused lead generation.

## Input

```json
{
  "searchQueries": [
    "roofers",
    "plumber",
    "HVAC",
    "landscaper",
    "junk removal"
  ],
  "locations": [
    "Toronto, ON"
  ],
  "maxLeads": 100,
  "searchMode": "deep",
  "maxPlacesPerSearch": 200,
  "enrichWebsites": true,
  "maxPagesPerWebsite": 4,
  "checkEmailMx": true,
  "scrapePlaceDetails": true,
  "minRating": 4,
  "minReviews": 10,
  "maxReviews": 50,
  "websiteFilter": "any",
  "skipClosed": true,
  "requirePhone": false,
  "includeCategories": [
    "roofing contractor"
  ],
  "excludeCategories": [
    "supplier",
    "store"
  ],
  "onePerWebsite": false,
  "emailRequirement": "none",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CA"
  },
  "websiteProxyConfiguration": {
    "useApifyProxy": false
  },
  "language": "en",
  "countryCode": "US",
  "maxConcurrency": 20
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Main category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State / province",
    "format": "string"
  },
  "facebook": {
    "label": "Facebook",
    "format": "string"
  },
  "instagram": {
    "label": "Instagram",
    "format": "string"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Leads & Email Finder (with Website Audit)](https://apify.com/optirefine/google-maps-leads-email-finder.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/optirefine/google-maps-leads-email-finder.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/optirefine/google-maps-leads-email-finder.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`).
