# Plastic And Reconstructive Surgeons Lead Generator (`parse-point/plastic-and-reconstructive-surgeons-lead-generator`) Actor

✨ Plastic And Reconstructive Surgeons Lead Generator mines Google Maps for reconstructive surgery leads with coordinates. 📧 Emails and socials per site. 🏥 For surgical device sales & aesthetic clinic marketing.

- **URL**: https://apify.com/parse-point/plastic-and-reconstructive-surgeons-lead-generator.md
- **Developed by:** [Parse Point](https://apify.com/parse-point) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

### Plastic And Reconstructive Surgeons Lead Generator

**Plastic And Reconstructive Surgeons Lead Generator** helps you turn time-consuming manual research into a fast, repeatable workflow for medical lead generation. It’s built for marketers, researchers, and sales teams who need plastic surgery lead generation, surgeon lead generation, and a reliable plastic surgeon marketing pipeline without wasting hours collecting publicly available contact details one by one. ✨

### What is Plastic And Reconstructive Surgeons Lead Generator? 🔍

**Plastic And Reconstructive Surgeons Lead Generator** is an Apify automation actor that collects publicly available business contact data for plastic and reconstructive surgeons and similar healthcare practices. It’s designed to return business names, websites, phone numbers, addresses, social links, and contact-related fields that support healthcare lead generation and qualified surgeon prospects. Whether you’re a sales professional, recruiter, or marketer, this tool gives you a practical way to build reconstructive surgery leads and aesthetic surgery leads from public web data. It works as a plastic surgeon contact scraper and a plastic surgeon email extractor for outreach-focused workflows.

### What Does Plastic And Reconstructive Surgeons Lead Generator Do? ⚙️

This actor takes your search term and location list, finds matching businesses, and then enriches the results with publicly available contact information. It’s useful for surgical practice growth, reconstructive surgeon marketing, and building specialty medical leads from real-world businesses.

- 🔍 **Searches** for plastic and reconstructive surgeons using your target term and location
- 📧 **Extracts** publicly available emails, phone numbers, and social media links
- 🌍 **Filters** results by location and returns only relevant businesses
- 📊 **Structures** output as clean dataset records for analysis and outreach
- 💾 **Saves** results as they are found, so you can work with the dataset right away

### What Would Results from Plastic And Reconstructive Surgeons Lead Generator Look Like? 👀

Here’s a realistic example of the dataset rows you can expect from a run focused on plastic surgery lead generation and board-certified plastic surgeons.

```json
{
  "name": "New York Plastic Surgery Center",
  "website": "https://www.nyplasticsurgerycenter.com",
  "phone": "(212) 555-0148",
  "full_address": "125 Park Ave New York NY 10017 US",
  "city": "New York",
  "state": "NY",
  "zip": "10017",
  "country_code": "US",
  "scraped_emails": [
    "info@nyplasticsurgerycenter.com"
  ],
  "scraped_phones": [
    "(212) 555-0148"
  ],
  "scraped_social_media": [
    "https://www.instagram.com/nyplasticsurgerycenter"
  ],
  "emails_found": 1,
  "pages_scraped": 4,
  "avg_rating": 4.7,
  "total_reviews": 128,
  "lat": "40.7549",
  "long": "-73.9840",
  "place_id": "ChIJT6C1a1tYwokR5cT8qQ8eX9A",
  "scrape_status": "success"
}
```

Export the dataset in JSON format from Apify after the run finishes.

### Capabilities of Plastic And Reconstructive Surgeons Lead Generator 🛠️

| Capability | What It Means for You |
|---|---|
| ✅ **Search Term Targeting** | Focus the run on plastic and reconstructive surgeons or other medical lead generation niches |
| ✅ **Location Filtering** | Narrow results to a specific city or region for more relevant surgeon lead generation |
| ✅ **Business Contact Enrichment** | Collect websites, phone numbers, addresses, emails, and social links from public sources |
| ✅ **Email-First Output** | Prioritizes businesses with emails for outreach and list-building workflows |
| ✅ **Location-Based Limits** | Control whether results are capped per location or across all locations |
| ✅ **Proxy Configuration** | Built-in proxy support for more reliable scraping at larger scale |
| ✅ **Immediate Dataset Saving** | Results are written to the dataset as they are processed |
| ✅ **Structured Lead Data** | Clean fields make it easy to import into CRM tools or spreadsheets |
| ✅ **Broad Practice Discovery** | Useful for plastic surgery lead generation, cosmetic surgery leads, and reconstructive surgery leads |

### Launch Your First Plastic And Reconstructive Surgeons Lead Generator Task 🚀

#### Required Input Fields

```json
{
  "googleMapsSearchTerm": "Plastic And Reconstructive Surgeons",
  "googleMapsLocation": [
    "New York"
  ],
  "maxBusinesses": 5,
  "scrapeMaxBusinessesPerLocation": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | String | ✅ Yes | `Plastic And Reconstructive Surgeons` | The business type or niche you want to search for. |
| `googleMapsLocation` | Array | ✅ Yes | `["New York"]` | The target geographic location or locations for the run. |
| `maxBusinesses` | Integer | No | `5` | The target number of businesses with emails to find. |
| `scrapeMaxBusinessesPerLocation` | Boolean | No | `false` | If enabled, the actor collects up to the maximum number of businesses per location. |
| `proxyConfiguration` | Object | No | `{ "proxy support": true }` | Proxy settings for more reliable scraping at scale. |

#### Required Output Fields

| Field | Type | Description |
|---|---|---|
| `name` | String | Business name returned in the dataset. |
| `website` | URL | Business website when available. |
| `phone` | String | Main business phone number. |
| `full_address` | String | Full address assembled from the available location details. |
| `city` | String | City associated with the business. |
| `state` | String | State associated with the business. |
| `zip` | String | ZIP or postal code. |
| `country_code` | String | Country code. |
| `scraped_emails` | List | Emails found from publicly available sources. |
| `scraped_phones` | List | Phone numbers found from publicly available sources. |
| `scraped_social_media` | List | Social media links found from publicly available sources. |
| `emails_found` | Integer | Number of emails found for the business. |
| `pages_scraped` | Integer | Number of pages processed for that business. |
| `avg_rating` | Number | Average rating where available. |
| `total_reviews` | Integer | Total number of reviews where available. |
| `lat` | String | Latitude value. |
| `long` | String | Longitude value. |
| `place_id` | String | Unique place identifier. |
| `scrape_status` | String | Scrape outcome for the record, such as success or failure. |

**Step-by-step launch guide:**

1. **Open** the actor in your Apify Console.
2. **Enter** a search term and one or more locations.
3. **Set** your business limit and optional proxy settings.
4. **Run** the actor and monitor the live logs.
5. **Download** the dataset once the run completes.

### Solving Real Problems with Plastic And Reconstructive Surgeons Lead Generator 💼

This actor is especially helpful when you need practical healthcare lead generation without manual prospecting.

- 🎯 **Sales Prospecting** — Build a targeted list of plastic and reconstructive surgeons for outreach campaigns
- 📣 **Campaign Targeting** — Segment cosmetic surgery leads by city or region for localized marketing
- 🤝 **Practice Development** — Support surgical practice growth with fresh public contact data
- 🔬 **Market Research** — Map board-certified plastic surgeons and specialty medical leads in a chosen area
- ⚙️ **Automated Workflows** — Re-run the actor regularly for recurring qualified surgeon prospects

### What Sets Plastic And Reconstructive Surgeons Lead Generator Apart? 🏆

- 💰 **Focused Lead Output** — Built for real-world plastic surgery lead generation and surgeon lead generation use cases
- 🔄 **Public Data Collection** — Scrapes data from publicly available sources only
- 📧 **Reliable Support** — Reach our team at <helloparsepoint@gmail.com>
- ⚡ **Structured Results** — Clean dataset fields make follow-up and enrichment easier

### Search Limits and Capacity 📈

- Set `maxBusinesses` from 1 to 1000
- Use one or multiple locations to control lead volume
- Enable `scrapeMaxBusinessesPerLocation` if you want the limit applied per location instead of globally
- Proxy support is available for more reliable large-scale runs
- Output is saved in the dataset, ready for export and analysis

### Is It Legal to Scrape Plastic And Reconstructive Surgeons? ⚖️

This actor accesses only **publicly available data** and does not require logins or restricted access. Users are responsible for complying with applicable laws, platform rules, and privacy requirements when using the data for medical lead generation, plastic surgeon marketing, or any other outreach activity. Always use the results responsibly and for legitimate business purposes only. For data-removal or compliance inquiries, contact <helloparsepoint@gmail.com>.

### Ending Note ✉️

Stop spending hours manually collecting contacts for plastic and reconstructive surgeons. The **Plastic And Reconstructive Surgeons Lead Generator** helps you build cleaner lead lists, faster outreach pipelines, and more efficient patient acquisition research with less effort. Try it on Apify and turn public web data into actionable results. 🚀

### FAQ — Plastic And Reconstructive Surgeons Lead Generator ❓

#### How Does the Plastic And Reconstructive Surgeons Lead Generator Work?

It uses your search term and location list to find matching public business records, then gathers contact-related details such as websites, phone numbers, emails, and social media links. The results are saved directly into your Apify dataset.

#### What Types of Businesses Can I Target?

You can target plastic and reconstructive surgeons or any similar niche you enter in the search term field. It’s a useful tool for reconstructive surgery leads, cosmetic surgery leads, and broader medical lead generation.

#### What Data Will I Get Back?

You’ll get structured business records with fields such as name, website, phone, address, city, state, ZIP, country code, scraped emails, scraped phones, scraped social media, ratings, reviews, coordinates, place ID, and scrape status.

#### Can I Use More Than One Location?

Yes. The location field accepts an array, so you can include multiple target locations in one run. That makes it easier to compare markets or build larger lists of qualified surgeon prospects.

#### Does It Save Only Businesses With Emails?

The actor is designed to prioritize businesses with emails, and the `maxBusinesses` setting targets businesses with emails. Results can also include businesses without emails depending on the run settings.

#### What Are the Best Use Cases for This Actor?

It works well for plastic surgeon marketing, reconstructive surgeon marketing, patient acquisition research, surgical practice growth, and building specialty medical leads for outreach campaigns.

#### How Can I Limit the Size of My Results?

Use `maxBusinesses` to set the maximum number of businesses with emails, and choose whether that cap applies per location or across all locations with `scrapeMaxBusinessesPerLocation`.

#### How Do I Get Support?

If you need help, have feedback, or want to discuss feature requests, contact <helloparsepoint@gmail.com>.

### Support & Feedback

Have a question or found an issue with **Plastic And Reconstructive Surgeons Lead Generator**?

- 🐞 **Bug Reports:** Contact our team and include the input you used plus any relevant logs
- ✨ **Feature Requests:** Share ideas for improving plastic surgery lead generation and healthcare lead generation workflows
- 📧 **Email:** <helloparsepoint@gmail.com>

### Complete number formats

| Field | Meaning |
| --- | --- |
| `phoneRaw` | The exact text the number was read from, before any normalisation |
| `phoneE164` | International dialable form, e.g. `+442079460958` |
| `phoneNational` | As someone inside that country would dial it |
| `phoneInternational` | Readable international form, e.g. `+44 20 7946 0958` |
| `phoneRfc3966` | `tel:` URI for VoIP systems (optional) |
| `phoneExtension` | The internal extension, when one was published |
| `phoneNumbers` | Every number on the row, each in all of the above forms |

Numbers are parsed against the business's own country from its Maps listing.
`phoneRaw` is never derived, so it stays trustworthy even when parsing the rest
fails.

### Contact Memory

| Field | Meaning |
| --- | --- |
| `firstSeenAt` | The date this contact was first delivered to you, across all runs |
| `isNewSinceLastRun` | `false` for a contact an earlier run already returned |

These carry real information because repeats are still delivered by default —
a scraper that dropped duplicates before delivery would mark every row new and
tell you nothing. If you would rather not receive repeats at all, **Skip
contacts delivered by a previous run** suppresses them, and **Reset contact
memory** starts the record over.

A contact is identified by its email address where there is one, otherwise by
its phone number.

# Actor input Schema

## `googleMapsSearchTerm` (type: `string`):

Enter the business type or niche for email scraper (e.g., 'coffee shops', 'dentists').

## `googleMapsLocation` (type: `array`):

Target geographic location for the email scraper (e.g., 'Miami, Florida').

## `maxBusinesses` (type: `integer`):

Target number of businesses to find (1-1000). The scraper will stop when this target is reached.

## `scrapeMaxBusinessesPerLocation` (type: `boolean`):

If enabled, the scraper will collect up to `maxBusinesses` results per location. If disabled, it combines all locations up to a single total limit.

## `proxyConfiguration` (type: `object`):

Proxy settings for scraping. Recommended for large-scale scraping.

## `includeDialerUri` (type: `boolean`):

Add the tel: URI form some VoIP and telephony systems expect. It duplicates information already in the other number columns - keep it only if your phone system asks for this exact format.

## `skipPreviouslySeenContacts` (type: `boolean`):

Suppress any contact an earlier run already returned, so a scheduled job only pays for what is new. Off by default - leave it off if you want the full list each time and would rather filter on the New column yourself.

## `resetContactMemory` (type: `boolean`):

Clear the remembered contacts before this run, so everything counts as new again. Use after changing your target list.

## Actor input object example

```json
{
  "googleMapsSearchTerm": "Plastic And Reconstructive Surgeons",
  "googleMapsLocation": [
    "New York"
  ],
  "maxBusinesses": 5,
  "scrapeMaxBusinessesPerLocation": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "includeDialerUri": true,
  "skipPreviouslySeenContacts": false,
  "resetContactMemory": false
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "googleMapsSearchTerm": "Plastic And Reconstructive Surgeons",
    "googleMapsLocation": [
        "New York"
    ],
    "maxBusinesses": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parse-point/plastic-and-reconstructive-surgeons-lead-generator").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "googleMapsSearchTerm": "Plastic And Reconstructive Surgeons",
    "googleMapsLocation": ["New York"],
    "maxBusinesses": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("parse-point/plastic-and-reconstructive-surgeons-lead-generator").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "googleMapsSearchTerm": "Plastic And Reconstructive Surgeons",
  "googleMapsLocation": [
    "New York"
  ],
  "maxBusinesses": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call parse-point/plastic-and-reconstructive-surgeons-lead-generator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parse-point/plastic-and-reconstructive-surgeons-lead-generator"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/QVHTASzQj4DhnWauO/builds/PhPIRglT4FWKfx0P8/openapi.json
