# Radiation Oncologists Lead Generator (`parse-point/radiation-oncologists-lead-generator`) Actor

🎗️ Radiation Oncologists Lead Generator mines Google Maps for radiation therapy leads with coordinates and reviews. 📧 Emails and socials per site. 🏥 For oncology equipment vendors & medtech B2B sales.

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

### Radiation Oncologists Lead Generator 📬

**Radiation Oncologists Lead Generator** helps you quickly build targeted contact lists of radiation oncologists from publicly available web data, reducing the time spent on manual research and outreach prep. It’s designed for oncology lead generation, medical lead generation, and physician prospecting, making it easier to uncover specialist physician leads and B2B healthcare leads at scale.

### What is Radiation Oncologists Lead Generator? 🔍

**Radiation Oncologists Lead Generator** is an Apify actor built to collect business contact data for radiation oncologists from publicly available sources. It’s useful when you need a radiation oncologists email extractor, a radiation oncologists lead generator, or a practical way to support automated radiation oncology outreach. Marketers, sales teams, recruiters, and data analysts can use it to gather structured healthcare marketing data without doing manual lookups one by one.

### What Data Does Radiation Oncologists Lead Generator Collect? 📊

This actor is focused on practical contact enrichment for cancer treatment specialists and related medical practice leads. It returns business identity details, contact information, location fields, and contact discovery signals so you can build cleaner oncology referrals lists and research-ready datasets.

| Data Category | Field Name | Description | Available |
|---|---|---|---|
| Contact | `phone` | Public business phone number | ✅ When listed |
| Contact | `scraped_emails` | Emails found from publicly available sources | ✅ When listed |
| Contact | `scraped_phones` | Additional phone numbers found during scraping | ✅ When listed |
| Contact | `scraped_social_media` | Social media profiles found during scraping | ✅ When listed |
| Identity | `name` | Business name | ✅ Always |
| Identity | `website` | Business website | ✅ When listed |
| Location | `full_address` | Full business address | ✅ When listed |
| Location | `city` | City from the result | ✅ When listed |
| Location | `state` | State from the result | ✅ When listed |
| Location | `zip` | ZIP code | ✅ When listed |
| Location | `country_code` | Country code | ✅ When listed |
| Discovery | `emails_found` | Number of emails found for the business | ✅ When listed |
| Discovery | `pages_scraped` | Number of pages scraped on the website | ✅ When listed |
| Reputation | `avg_rating` | Public rating value | ✅ When listed |
| Reputation | `total_reviews` | Total review count | ✅ When listed |
| Technical | `lat` | Latitude value | ✅ When listed |
| Technical | `long` | Longitude value | ✅ When listed |
| Technical | `place_id` | Place identifier | ✅ When listed |
| Status | `scrape_status` | Scraping result status | ✅ Always |

### Types of Data I Can Extract with Radiation Oncologists Lead Generator 🗂️

Radiation oncology data extraction is most useful when you need a clean mix of contact data, identity data, and location context for oncology lead generation. This actor helps you turn broad research into actionable specialist physician leads and cancer care providers lists.

**Contact Data**

- Business phone numbers
- Emails found from publicly available sources
- Additional phone numbers and social media profiles
- Website URLs for follow-up research

**Identity Data**

- Business name
- Public rating and review counts
- Place identifier for record matching

**Location Data**

- Full address
- City, state, ZIP code, and country code
- Latitude and longitude for mapping and segmentation

**Lead Intelligence**

- Emails found count
- Pages scraped count
- Scrape status for quality control

### Key Features of Radiation Oncologists Lead Generator ⚡

| Feature | Benefit |
|---|---|
| ✅ Keyword-targeted search | Helps you focus on radiation oncologists and related radiation therapy providers |
| ✅ Location filtering | Narrow your search to a city, state, or broader region |
| ✅ Public contact extraction | Collects publicly available emails, phones, and social links for outreach |
| ✅ Built-in proxy support | Improves reliability for larger B2B healthcare leads runs |
| ✅ Result limit control | Stop after the number of businesses you want to collect |
| ✅ Per-location option | Gather results per location or across all locations combined |
| ✅ Structured dataset output | Easy to use in CRM tools, spreadsheets, and analysis workflows |
| ✅ Immediate saving | Results are stored as they are found, reducing risk during long runs |

### Radiation Oncologists Lead Generator User Guide 📖

#### Required Input Fields

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

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | String | ✅ Yes | `Radiation Oncologists` | The business type or niche you want to find. For this actor, the default is Radiation Oncologists. |
| `googleMapsLocation` | Array | ✅ Yes | `["New York"]` | One or more target locations to search in. |
| `maxBusinesses` | Integer | No | `5` | The maximum number of businesses with emails to collect. |
| `scrapeMaxBusinessesPerLocation` | Boolean | No | `false` | If enabled, the actor collects up to the limit for each location separately. |
| `proxyConfiguration` | Object | No | `{ "proxy support": true }` | Proxy settings for scraping. Recommended for larger runs. |

#### Required Output Fields

```json
{
  "name": "Atlantic Coast Radiation Oncology",
  "website": "https://www.atlanticcoastradiationoncology.com",
  "phone": "(212) 555-0198",
  "full_address": "200 W 13th St, New York, NY 10011, US",
  "city": "New York",
  "state": "NY",
  "zip": "10011",
  "country_code": "US",
  "scraped_emails": [
    "info@atlanticcoastradiationoncology.com"
  ],
  "scraped_phones": [
    "(212) 555-0198"
  ],
  "scraped_social_media": [
    "https://www.linkedin.com/company/atlantic-coast-radiation-oncology"
  ],
  "emails_found": 1,
  "pages_scraped": 3,
  "avg_rating": 4.8,
  "total_reviews": 42,
  "lat": "40.7379",
  "long": "-74.0059",
  "place_id": "ChIJ3S-JXmauEmsRUcIaWtf4MzQ",
  "scrape_status": "success"
}
```

| Field | Label | Format | Description |
|---|---|---|---|
| `name` | Business Name | text | The business name of the radiation oncologist or clinic. |
| `website` | Website | link | Public website URL, when available. |
| `phone` | Phone | text | Main public phone number listed for the business. |
| `full_address` | Address | text | Full address returned for the business. |
| `city` | City | text | City from the result record. |
| `state` | State | text | State from the result record. |
| `zip` | zip | text | ZIP code, when available. |
| `country_code` | country\_code | text | Country code for the result. |
| `scraped_emails` | Emails Found | array | List of emails found from publicly available sources. |
| `scraped_phones` | Phone Numbers | array | List of additional phone numbers found during scraping. |
| `scraped_social_media` | Social Media | array | List of social media links found during scraping. |
| `emails_found` | # Emails | number | Number of emails found for this business. |
| `pages_scraped` | Pages Scraped | number | Number of pages processed on the business website. |
| `avg_rating` | Rating | number | Public rating value for the business. |
| `total_reviews` | Reviews | number | Total number of public reviews. |
| `lat` | lat | text | Latitude value for the business location. |
| `long` | long | text | Longitude value for the business location. |
| `place_id` | place\_id | text | Unique place identifier returned with the result. |
| `scrape_status` | Status | text | Scraping status such as success, failed, error, or no\_website. |

### Solving Real Problems with Radiation Oncologists Lead Generator 💼

- 🎯 **Oncology lead generation** — Build targeted radiation oncology prospect lists for outreach campaigns
- 📣 **Healthcare marketing** — Find cancer care providers and specialist physician leads for segmented promotion
- 🤝 **Physician prospecting** — Identify clinical decision makers and connect with them faster
- 🔬 **Market research** — Study radiation therapy providers across cities, states, or regions
- 📊 **CRM enrichment** — Append structured contact and location data to existing healthcare records
- ⚙️ **Ongoing outreach lists** — Refresh B2B healthcare leads on a recurring basis as your campaigns evolve

### Why Choose Radiation Oncologists Lead Generator? 🏆

- 💰 **Focused niche targeting** — Built specifically for radiation oncologists and related radiation oncology searches
- 📦 **Useful contact fields** — Returns emails, phones, websites, social links, and location details in one dataset
- ⚡ **Flexible limits** — Set a clear cap with `maxBusinesses` and control output by location
- 📧 **Real support** — Contact the team at <hello.parsepoint@gmail.com> for help or feedback

### How Many Results Can You Scrape? 📈

- Use `maxBusinesses` to set your target from 1 to 1000 businesses with emails.
- The actor stops once that target is reached.
- If `scrapeMaxBusinessesPerLocation` is enabled, the limit applies to each location separately.
- If it is disabled, all locations share one combined limit.

### Legal Guidelines for Scraping Radiation Oncologists ⚖️

This actor only works with publicly available data. It does not require logins or access to private content. Users are responsible for following applicable laws and platform policies, including privacy, anti-spam, and data-use rules. Use the data responsibly for legitimate healthcare marketing, oncologist outreach, research, and business development. For data-removal requests, contact <hello.parsepoint@gmail.com>.

### FAQ — Radiation Oncologists Lead Generator ❓

#### How Does Radiation Oncologists Lead Generator Work?

You provide a search term and one or more locations, and the actor collects publicly available business contact data for matching radiation oncologists. The output is saved into a structured Apify dataset that you can export and analyze.

#### What Kinds of Radiation Oncology Profiles Are Supported?

The actor is designed for public business listings that represent radiation oncologists, radiation therapy clinics, and related cancer treatment specialists with contact details available on the web.

#### How Can This Help with Oncology Referrals?

It helps you build cleaner prospect lists for oncology referrals by organizing public business contact information into a structured format that is easier to review, segment, and use for outreach.

#### Why Use This Instead of Manual Research?

Manual research is slow and repetitive, especially when you’re building specialist physician leads at scale. This actor automates the collection process so you can focus on outreach and analysis.

#### How Does This Support Healthcare Marketing?

It gives you a faster way to assemble B2B healthcare leads, map markets, and create targeted lists for radiation oncology campaigns, physician prospecting, and CRM enrichment.

#### How Do I Get Support?

If you need help or want to share feedback, email <hello.parsepoint@gmail.com>.

### Final Word ✉️

The **Radiation Oncologists Lead Generator** is a practical shortcut to verified radiation oncology contact data, helping you build stronger outreach lists without manual digging. It’s a fast, structured way to support medical lead generation and healthcare marketing at scale.

### 🆘 Support & Feedback

Have a question or want a custom feature for Radiation Oncologists Lead Generator?

- 🐞 **Bug Reports:** Contact the team with any issue details
- ✨ **Feature Requests:** Share ideas for improving your lead generation workflow
- 📧 **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": "Radiation Oncologists",
  "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": "Radiation Oncologists",
    "googleMapsLocation": [
        "New York"
    ],
    "maxBusinesses": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

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

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

```

## MCP server setup

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