# Radiologist Lead Generator (`parse-point/radiologist-lead-generator`) Actor

🩻 Radiologist Lead Generator pulls radiology practice and imaging center leads from Google Maps—phone, website, coordinates & ratings. 📧 Emails and social links per site. 🏥 For imaging equipment sales & healthcare marketing.

- **URL**: https://apify.com/parse-point/radiologist-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

### Radiologist Lead Generator 📬

**Radiologist Lead Generator** helps you replace time-consuming manual research with fast, structured lead generation from publicly available data. It’s built for teams working on radiology lead generation, radiologist leads, and medical imaging marketing, giving marketers, analysts, and researchers a practical way to find contact details for outreach, referral generation, and patient acquisition.

### What is Radiologist Lead Generator? 🔍

**Radiologist Lead Generator** is an Apify automation actor that collects business contact information for radiology-related searches and returns structured results you can use for outreach and research. It’s designed for radiology marketing, radiology practice growth, and specialist lead generation when you need public contact details in a clean dataset. Whether you're a sales professional, recruiter, or marketer, this radiologist lead generator helps you build a useful radiologist email list and support automated public web data collection without manual copy-paste work.

### What Does Radiologist Lead Generator Do? ⚙️

You provide a search term, one or more locations, and a result target. The actor then processes public business data, collects contact details where available, and stores the results in your Apify dataset in a structured format. It’s a straightforward way to scrape radiologist leads, build imaging center leads, and support radiologist marketing campaigns.

- 🔍 **Searches** for businesses using your keyword and location inputs
- 📧 **Extracts** publicly available emails, phone numbers, and social media links
- 🌍 **Filters** results by location and stops when the target is reached
- 📊 **Structures** output as clean dataset records for analysis
- 💾 **Exports** data from Apify for CRM, outreach, or research workflows

### What Would Results from Radiologist Lead Generator Look Like? 👀

Here’s a realistic example of the kind of structured business contact record you may see in the dataset after a run.

```json
{
  "name": "Metro Radiology Associates",
  "website": "https://www.metroradiologyassociates.com",
  "phone": "+1 212-555-0198",
  "full_address": "120 E 86th St New York NY 10028 US",
  "city": "New York",
  "state": "NY",
  "zip": "10028",
  "country_code": "US",
  "scraped_emails": [
    "info@metroradiologyassociates.com",
    "referrals@metroradiologyassociates.com"
  ],
  "scraped_phones": [
    "+1 212-555-0198"
  ],
  "scraped_social_media": [
    "https://www.linkedin.com/company/metro-radiology-associates"
  ],
  "emails_found": 2,
  "pages_scraped": 6,
  "avg_rating": 4.7,
  "total_reviews": 128,
  "lat": "40.7831",
  "long": "-73.9557",
  "place_id": "ChIJV9awWgVYwokR7Hj5B8yS2GQ",
  "scrape_status": "success"
}
```

Export as JSON or CSV from the Apify dataset tab.

### Capabilities of Radiologist Lead Generator 🛠️

| Capability | What It Means for You |
|---|---|
| ✅ **Keyword Search** | Target radiology-related businesses that match your audience, from radiology practice growth to diagnostic imaging marketing |
| ✅ **Location Filter** | Focus on cities, regions, or countries that matter for local outreach and referral generation |
| ✅ **Result Cap** | Control how many businesses are collected so you can manage cost and run size |
| ✅ **Proxy Integration** | Built-in proxy support for more reliable public web scraping at scale |
| ✅ **Real-Time Output** | Results are saved as they’re found, reducing the risk of losing data if a run stops early |
| ✅ **Contact Fields** | Captures emails, phone numbers, and social links when publicly available |
| ✅ **Structured Dataset** | Makes it easy to review, filter, and export lead data for campaigns |
| ✅ **Location-Based Runs** | Useful for imaging services marketing and regional lead generation campaigns |

### Launch Your First Radiologist Lead Generator Task 🚀

#### Required Input Fields

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

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | string | Yes | `Radiologist` | The business type or niche you want to search for. For this actor, it is set to Radiologist by default. |
| `googleMapsLocation` | array | Yes | `["New York"]` | One or more target locations for the search. |
| `maxBusinesses` | integer | No | `5` | The maximum number of businesses with emails to collect. The actor stops when it reaches this target. |
| `scrapeMaxBusinessesPerLocation` | boolean | No | `false` | If enabled, the actor collects up to the maximum results for each location separately. If disabled, it uses one combined total limit. |
| `proxyConfiguration` | object | No | `{"proxy support":true}` | Proxy settings for scraping. Recommended for larger runs and more reliable access. |

#### Required Output Fields

| Field | Type | Description |
|---|---|---|
| `name` | String | Business name returned in the dataset |
| `website` | URL | Business website, if available |
| `phone` | String | Main phone number listed for the business |
| `full_address` | String | Full business address in a single text field |
| `city` | String | City value from the result |
| `state` | String | State value from the result |
| `zip` | String | Postal or ZIP code |
| `country_code` | String | Country code for the result |
| `scraped_emails` | Array | List of publicly available emails found |
| `scraped_phones` | Array | List of additional phone numbers found |
| `scraped_social_media` | Array | List of social media links found |
| `emails_found` | Number | Total number of emails found for the business |
| `pages_scraped` | Number | Number of pages scraped for that business |
| `avg_rating` | Number | Average rating value |
| `total_reviews` | Number | Total number of reviews |
| `lat` | String | Latitude value |
| `long` | String | Longitude value |
| `place_id` | String | Place identifier for the business |
| `scrape_status` | String | Scraping status for the record |

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

1. **Open** the actor in Apify Console.
2. **Enter the search term** and location in the Input tab.
3. **Set the result target** with `maxBusinesses`.
4. **Enable proxy settings** if you plan to run larger campaigns.
5. **Click Start** and monitor progress in the live logs.
6. **Download results** from the Dataset tab in JSON or CSV format.

### Solving Real Problems with Radiologist Lead Generator 💼

- 🎯 **Sales Prospecting** — Build targeted radiologist sales leads for direct outreach and account-based campaigns
- 📣 **Campaign Targeting** — Support medical imaging marketing with location-specific lead lists
- 🤝 **Referral Generation** — Identify public business contacts that may help with referral generation partnerships
- 🔬 **Market Research** — Analyze radiology practice growth opportunities across cities and regions
- ⚙️ **Automated Pipelines** — Re-run searches regularly to keep healthcare lead generation efforts fresh

### What Sets Radiologist Lead Generator Apart? 🏆

- 💰 **Focused Lead Collection** — Built for radiology marketing and specialist lead generation, not generic contact lists
- 🔄 **Reliable Public Data Collection** — Designed to work with publicly available sources and built-in resilience features
- 📧 **Dedicated Support** — Reach out at <hello.parsepoint@gmail.com> for help or feedback
- ⚡ **Fast Dataset Output** — Saves results in a structured format you can review and export quickly

### Search Limits and Capacity 📈

- Set `maxBusinesses` from 1 up to 1000 per run
- Use one or multiple locations depending on whether you want broad healthcare lead generation or a focused local campaign
- Large runs are better supported with proxy configuration enabled
- Results are stored in the Apify dataset, ready for JSON or CSV export

### Is It Legal to Scrape Radiologist? ⚖️

This actor works with publicly available data only. It does not require logins or access private content. Users are responsible for following applicable laws, platform terms, and local regulations related to data privacy and outreach. Use the actor for legitimate radiology lead generation, research, and marketing workflows only. For data-removal or compliance inquiries: <hello.parsepoint@gmail.com>.

### Ending Note ✉️

Stop spending hours manually hunting for contacts. **Radiologist Lead Generator** gives you clean, structured radiology lead generation data in minutes, helping you move faster on patient acquisition, referral generation, and imaging services marketing.

### FAQ — Radiologist Lead Generator ❓

#### How Does Radiologist Lead Generator Work?

You enter a search term and one or more locations, then the actor collects publicly available business contact data and saves it to your Apify dataset as structured records.

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

You can target radiology-related businesses and other niches by changing the search term. It’s useful for radiologist leads, imaging center leads, and broader healthcare lead generation campaigns.

#### How Does It Help with Radiology Marketing?

It helps you build a more relevant contact list from public business data, which can support radiology marketing, radiologist marketing, and diagnostic imaging marketing efforts.

#### Can I Use It for Referral Generation?

Yes. If your workflow depends on referral generation or physician referral marketing, the actor can help you identify public business contacts and build outreach lists.

#### How Much Data Can I Collect?

You can set `maxBusinesses` anywhere from 1 to 1000. The final result count depends on the search term, location coverage, and how many businesses have public contact details.

#### What Are the Main Benefits?

The main benefits are speed, structured output, location targeting, and public contact discovery. It’s especially helpful for specialist lead generation where manual research is slow.

#### Does It Work for Imaging Center Leads Too?

Yes. The same workflow can be used for imaging center leads and related imaging services marketing campaigns by adjusting the search term and location.

#### How Can I Get Support?

If you need help or have feedback, contact <hello.parsepoint@gmail.com>.

### 🆘 Support & Feedback

Have a question or found an issue with the Radiologist Lead Generator?

- 🐞 **Bug Reports:** Reach out by email for troubleshooting help
- ✨ **Custom Solutions & Feature Requests:** Send your ideas and use cases
- 📧 **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": "Radiologist",
  "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": "Radiologist",
    "googleMapsLocation": [
        "New York"
    ],
    "maxBusinesses": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parse-point/radiologist-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": "Radiologist",
    "googleMapsLocation": ["New York"],
    "maxBusinesses": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("parse-point/radiologist-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": "Radiologist",
  "googleMapsLocation": [
    "New York"
  ],
  "maxBusinesses": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call parse-point/radiologist-lead-generator --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parse-point/radiologist-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/pgSD6MrlpSSQwrkup/builds/yyzSMB8MFObt5jXBl/openapi.json
