# Google Maps Leads: Marketing Agencies NYC

**Use case:** 

Extract digital marketing agencies in New York with verified emails, CMS tech stack detection, WHOIS contacts, and Google PageSpeed scores.

## Input

```json
{
  "searchQueries": [
    "digital marketing agency New York"
  ],
  "location": "",
  "maxPlacesPerSearch": 30,
  "deep_grid": false,
  "language": "en",
  "country": "us",
  "enrich_emails": true,
  "enrich_socials": true,
  "enrich_place_details": false,
  "scrape_reviews": false,
  "max_reviews_per_place": 5,
  "enrich_whois": true,
  "enrich_pagespeed": true,
  "pagespeed_strategy": "mobile",
  "enrich_subdomains": false,
  "crawl_website": false,
  "verify_emails": false,
  "enrich_business_leads": false,
  "enrich_technologies": true,
  "enrich_domain_rank": true,
  "ai_analysis": true,
  "filter_only_unclaimed": false,
  "filter_only_with_website": true,
  "filter_only_with_phone": false,
  "filter_only_with_email": false,
  "filter_min_rating": 4.5
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "whatsapp_url": {
    "label": "WhatsApp Direct Chat Link",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "is_claimed": {
    "label": "Is Claimed",
    "format": "boolean"
  },
  "total_emails": {
    "label": "Total Emails Found",
    "format": "integer"
  },
  "employee_count": {
    "label": "Employee Count",
    "format": "string"
  },
  "google_maps_url": {
    "label": "Google Maps Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🔥 $1/1k Google Maps Leads Scraper (Emails, Phones, Socials)](https://apify.com/dev00/google-maps-leads-scraper-api.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dev00/google-maps-leads-scraper-api.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/dev00/google-maps-leads-scraper-api.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`).
