# Trauma Surgeons Lead Generator (`parse-point/trauma-surgeons-lead-generator`) Actor

🚑 Trauma Surgeons Lead Generator returns trauma and emergency surgery leads from Google Maps with coordinates and reviews. 📧 Emails and socials per site. 🏥 For trauma device sales & hospital procurement outreach.

- **URL**: https://apify.com/parse-point/trauma-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/platform/actors/running/actors-in-store#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

### Trauma Surgeons Lead Generator

**Trauma Surgeons Lead Generator** helps you replace time-consuming manual research with a faster way to build targeted contact lists from publicly available data. It’s designed for trauma surgeon lead generation, trauma surgery leads, and surgical lead generation workflows, giving marketers, researchers, and outreach teams a practical way to find relevant contacts and speed up healthcare lead generation efforts. 🚀

### What is Trauma Surgeons Lead Generator? 🔍

**Trauma Surgeons Lead Generator** is an Apify automation actor that helps you collect publicly available business contact data for trauma surgeons and related medical practices. It returns structured results with business names, websites, phone numbers, addresses, ratings, review counts, coordinates, IDs, and contact-related details such as emails, phone numbers, and social media profiles when available. Whether you’re a sales professional, recruiter, or marketer working on trauma surgeon outreach, trauma surgeons marketing, or specialty physician leads, this tool helps streamline automated trauma surgeon scraping without manual digging.

It’s a practical trauma surgeon contact scraper and trauma surgeon email extractor for teams that need reliable, organized data for outreach, research, and database building. 🩺

### What Does Trauma Surgeons Lead Generator Do? ⚙️

You provide a search term, one or more locations, and your preferred result limit. The actor then collects business contact information from publicly available sources, organizes it into clean records, and saves the results to your Apify dataset as it goes. It’s built for users who want trauma center surgeons, emergency surgery leads, and hospital surgery contacts in a format that’s ready for analysis or outreach.

- 🔍 **Searches** for trauma surgeons using your chosen search term and locations
- 📧 **Extracts** publicly available emails, phone numbers, and social media profiles
- 🌍 **Filters** results by the locations you provide
- 📊 **Structures** output as clean JSON records for easy use
- 💾 **Saves** results to the dataset immediately for reliable exports

### What Would Results from Trauma Surgeons Lead Generator Look Like? 👀

Here’s a realistic example of the kind of business contact data you can expect in the Apify dataset. Export it as JSON or CSV once the run is complete. 📦

```json
{
  "name": "Miami Trauma & Surgical Specialists",
  "website": "https://www.miamitraumasurgery.com",
  "phone": "+1 305-555-0198",
  "full_address": "1201 NW 16th St Miami FL 33125 US",
  "city": "Miami",
  "state": "FL",
  "zip": "33125",
  "country_code": "US",
  "scraped_emails": [
    "contact@miamitraumasurgery.com",
    "referrals@miamitraumasurgery.com"
  ],
  "scraped_phones": [
    "+1 305-555-0198",
    "+1 305-555-0114"
  ],
  "scraped_social_media": [
    "https://www.linkedin.com/company/miami-trauma-surgical-specialists",
    "https://www.facebook.com/miamitraumasurgery"
  ],
  "emails_found": 2,
  "pages_scraped": 4,
  "avg_rating": 4.7,
  "total_reviews": 86,
  "lat": "25.7918",
  "long": "-80.2241",
  "place_id": "ChIJ9xV1T0K32YgR3A2v9xkqQ2A",
  "scrape_status": "success"
}
```

### Capabilities of Trauma Surgeons Lead Generator 🛠️

| Capability | What It Means for You |
|---|---|
| ✅ **Location-Based Targeting** | Focus on trauma center surgeons and hospital surgery contacts in specific cities or regions |
| ✅ **Search Term Control** | Use your niche and keyword variations for more relevant trauma surgeon referrals |
| ✅ **Public Contact Extraction** | Collect publicly available emails, phone numbers, and social profiles from business records |
| ✅ **Structured Dataset Output** | Get clean records that are easy to analyze, export, or import into CRM tools |
| ✅ **Result Limit Control** | Set a target number of businesses with emails to keep runs focused and cost-conscious |
| ✅ **Per-Location Option** | Collect up to your target per location, or combine all locations into one total limit |
| ✅ **Proxy Support** | Use proxy settings for more reliable scraping at larger scale |
| ✅ **Real-Time Saving** | Results are written to the dataset during the run, helping reduce data loss |
| ✅ **Outreach-Ready Data** | Great for trauma surgeon marketing, surgeon prospecting, and medical lead generation workflows |

### Launch Your First Trauma Surgeons Lead Generator Task 🚀

#### Required Input Fields

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

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | String | Yes | `Trauma Surgeons` | The search term or niche you want to target, such as a specialty, business type, or medical practice category. |
| `googleMapsLocation` | Array | Yes | `["New York"]` | The geographic area you want to search in. You can provide one or more locations. |
| `maxBusinesses` | Integer | No | `5` | The maximum number of businesses with emails to collect. The run stops when this limit is reached. |
| `scrapeMaxBusinessesPerLocation` | Boolean | No | `false` | When enabled, the actor collects up to the maximum result count for each location separately. |
| `proxyConfiguration` | Object | No | `{ "proxy support": true }` | Proxy settings for more reliable scraping, especially on larger runs. |

### Solving Real Problems with Trauma Surgeons Lead Generator 💼

- 🎯 **Trauma Surgeon Outreach** — Build a focused list for email campaigns, partnership outreach, or referral development
- 📣 **Surgical Practice Marketing** — Find relevant trauma surgeons and related contacts for healthcare lead generation
- 🤝 **Research & Prospecting** — Identify specialty physician leads across multiple cities without manual searching
- 🔬 **Market Mapping** — Explore trauma surgeons marketing opportunities in a specific region or hospital network
- ⚙️ **Database Building** — Create a trauma surgeon database for CRM enrichment, segmentation, or analysis

### What Sets Trauma Surgeons Lead Generator Apart? 🏆

- 💰 **Focused Lead Collection** — Designed specifically for trauma surgeon lead generation and related medical lead generation use cases
- 🔄 **Location-Aware Output** — Helpful when you need trauma surgeons near a specific city, state, or multi-location market
- 📧 **Support When Needed** — Reach out at <hello.parsepoint@gmail.com> for help or feedback
- ⚡ **Dataset-Ready Results** — Clean output that’s easy to export and use in outreach or research workflows

### Search Limits and Capacity 📈

The actor lets you set a target number of businesses with emails using `maxBusinesses`, with values from 1 to 1000. You can also choose whether that limit applies per location or across all locations. For larger runs, built-in proxy support helps keep scraping more reliable, and results are stored in the dataset as they are found. This makes it a practical option for scalable surgical lead generation and specialty physician leads research.

### Is It Legal to Scrape Trauma Surgeons? ⚖️

This actor works with publicly available data only. It does not require private access, logins, or restricted content. As with any public web data project, you are responsible for using the results in line with applicable laws, data privacy rules, and outreach regulations. Use Trauma Surgeons Lead Generator responsibly for legitimate trauma surgeon referrals, healthcare lead generation, and research workflows. For compliance or data-removal requests, contact <hello.parsepoint@gmail.com>. 🙏

### Ending Note ✉️

Stop spending hours manually building trauma surgery leads one by one. **Trauma Surgeons Lead Generator** gives you structured, outreach-ready contact data in minutes so you can move faster, work smarter, and focus on real conversations instead of repetitive research. Try it on Apify and see how much time you can save. 🚀

### FAQ — Trauma Surgeons Lead Generator ❓

#### How Does Trauma Surgeons Lead Generator Work?

You enter a search term and location, and the actor collects publicly available business contact data for matching results. It then saves structured records to your Apify dataset.

#### What Types of Trauma Surgeons Can I Target?

You can target trauma surgeons and related medical businesses using your chosen search term and locations. It’s useful for trauma center surgeons, hospital surgery contacts, and specialty physician leads.

#### What Kind of Data Does It Return?

The dataset includes fields such as business name, website, phone, full address, city, state, zip, country code, scraped emails, scraped phones, scraped social media, emails found, pages scraped, average rating, total reviews, latitude, longitude, place ID, and scrape status.

#### Can I Use It for Trauma Surgeon Marketing?

Yes. Many users rely on it for trauma surgeons marketing, surgeon prospecting, referral building, and other medical lead generation tasks.

#### How Many Results Can I Collect?

You can set `maxBusinesses` anywhere from 1 to 1000. The actor stops when it reaches your chosen target.

#### Does It Support Multiple Locations?

Yes. `googleMapsLocation` accepts an array, so you can search one or more locations in a single run.

#### What If a Business Has No Website?

If a business has no website, the actor can still save a record with empty contact arrays and a scrape status of `no_website` when output is included.

#### How Do I Get Help?

For support, feature requests, or data-removal questions, email <hello.parsepoint@gmail.com>.

### Support & Feedback

Have a question or found an issue with Trauma Surgeons Lead Generator?

- 🐞 **Bug Reports:** Share the issue through your Apify project or repository workflow
- ✨ **Feature Requests:** Suggest improvements for trauma surgeon lead generation or healthcare lead generation workflows
- 📧 **Email:** <hello.parsepoint@gmail.com>

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

## Actor input object example

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

# 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": "Trauma 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/trauma-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": "Trauma Surgeons",
    "googleMapsLocation": ["New York"],
    "maxBusinesses": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("parse-point/trauma-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": "Trauma Surgeons",
  "googleMapsLocation": [
    "New York"
  ],
  "maxBusinesses": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call parse-point/trauma-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/trauma-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/YohhjBSvaOL9DyEvd/builds/NDRBpgDRaKpJtGD6J/openapi.json
