# G Maps Einstein Scraper – B2B Lead Gen in Minutes, Not Hours

**Use case:** 

Beyond rows & numbers: verified emails, ads & social signals turn raw Maps data into buyer-ready B2B leads in minutes, not 8 hours.

## Input

```json
{
  "queries": [
    "Dental clinics"
  ],
  "autoExpandNiches": true,
  "country": "United Kingdom",
  "city": "London",
  "maxListings": 1000,
  "radiusKm": 25,
  "densityPreset": "standard",
  "queryLanguageMode": "english_only",
  "enableRelevanceFilter": true,
  "requirePhone": false,
  "requireWebsite": false,
  "squashDuplicateBranches": true,
  "verifiedEmailsOnly": false,
  "userNegativeKeywords": [],
  "deepEnrichment": true,
  "checkMetaAds": true,
  "checkGoogleAds": true,
  "extractLinkedInDorks": true,
  "verifyEmails": true,
  "enableInstagram": true,
  "enableFacebook": true,
  "enableLinkedIn": true,
  "enableTwitter": true,
  "enableTiktok": true,
  "enableSocialActivityCheck": false,
  "enableDeepNiche": true,
  "enableTechRadar": true,
  "enableHiringSignals": true,
  "enableGrowthSignals": false,
  "exportStyledExcel": true,
  "includePhone": true,
  "includeWebsite": true,
  "includeAddress": true,
  "includeRatingReviews": true,
  "webhookUrl": "",
  "webhookMinimumScore": 0,
  "agencyName": "Dravoi",
  "agencyLogoUrl": "",
  "reportTargetNiche": "Dravoi"
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "verifiedEmail": {
    "label": "Verified Email",
    "format": "string"
  },
  "emails": {
    "label": "All Emails",
    "format": "string"
  },
  "isEmailVerified": {
    "label": "Email Verified",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "deepNiche": {
    "label": "Deep Niche",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "decisionMakerSearchUrl": {
    "label": "Decision Maker",
    "format": "string"
  },
  "opportunityScore": {
    "label": "Opportunity Score",
    "format": "number"
  },
  "scoreTier": {
    "label": "Score Tier",
    "format": "string"
  },
  "recentOverhaul": {
    "label": "Recent Website Redesign",
    "format": "string"
  },
  "isHiring": {
    "label": "Actively Hiring",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "hasActiveAds": {
    "label": "Running Ads",
    "format": "string"
  },
  "detectedPixels": {
    "label": "Ad Pixels Found",
    "format": "string"
  },
  "techStack": {
    "label": "Tech Stack",
    "format": "string"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "string"
  },
  "facebookUrl": {
    "label": "Facebook",
    "format": "string"
  },
  "linkedinCompanyUrl": {
    "label": "LinkedIn",
    "format": "string"
  },
  "twitterUrl": {
    "label": "Twitter / X",
    "format": "string"
  },
  "tiktokUrl": {
    "label": "TikTok",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [G Maps Einstein Scraper B2B Lead Gen](https://apify.com/dravyoka/g-maps-einstein-scraper-b2b-lead-gen.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dravyoka/g-maps-einstein-scraper-b2b-lead-gen.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/dravyoka/g-maps-einstein-scraper-b2b-lead-gen.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
