# Osteopathic Doctors Lead Generator (`parse-point/osteopathic-doctors-lead-generator`) Actor

🩺 Osteopathic Doctors Lead Generator returns DO practice leads from Google Maps with coordinates, ratings and reviews. 📧 Site enrichment adds emails and socials. 💊 For pharma reps & clinic software lead generation.

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

### Osteopathic Doctors Lead Generator

**Osteopathic Doctors Lead Generator** is a practical Apify actor for finding osteopathic physician leads and building targeted contact lists from publicly available sources. It helps marketers, recruiters, and data teams discover osteopathic practice leads faster, support osteopathic doctor marketing, and scale DO lead generation without the manual research grind. If you need reliable osteopathic healthcare leads at speed, this actor is built to save time and improve outreach ROI. 📬

### What Is Osteopathic Doctors Lead Generator? 🔍

**Osteopathic Doctors Lead Generator** is an automated web scraping tool that collects business contact information for osteopathic doctors and related practices from publicly available web data. It is designed to help users find osteopathic doctors, extract contact details, and organize results into a clean dataset for outreach and research.

This actor is especially useful for osteopathic practitioner leads, osteopathic clinic marketing, manual medicine leads, and osteopathic medical marketing workflows. Instead of spending hours on manual research, you can gather structured business records at scale and turn them into actionable osteopathic referral leads or DO patient leads. It’s a straightforward way to support osteopathic practice growth with faster, more organized prospecting. ⚡

### What Data Does Osteopathic Doctors Lead Generator Collect? 📊

This actor returns business-level contact data and useful location details for each result. It can help you build outreach lists, enrich CRM records, and analyze osteopathic practice leads by geography, reputation, and contact availability.

| Data Category | Fields Extracted | Description |
|---|---|---|
| Contact | `phone`, `scraped_phones`, `emails_found` | Public contact details and email counts associated with each business |
| Identity | `name` | Business name |
| Location | `full_address`, `city`, `state`, `zip`, `country_code`, `lat`, `long` | Address and geographic details for each business |
| Online Presence | `website`, `scraped_social_media` | Public website and social media links |
| Email Data | `scraped_emails` | Emails discovered from publicly available sources |
| Performance | `pages_scraped`, `scrape_status` | Scraping progress and final status for each record |
| Trust Signals | `avg_rating`, `total_reviews` | Public rating and review volume |
| Reference | `place_id` | Unique place identifier from the collected record |

### What Do Results from Osteopathic Doctors Lead Generator Look Like? 👀

Each result is stored as a structured JSON record in your Apify dataset. Here’s a realistic example of what a saved record can look like:

```json
{
  "name": "Lakeview Osteopathic Clinic",
  "website": "https://lakeviewosteopathicclinic.com",
  "phone": "(212) 555-0184",
  "full_address": "145 W 45th St New York NY 10036 US",
  "city": "New York",
  "state": "NY",
  "zip": "10036",
  "country_code": "US",
  "scraped_emails": [
    "info@lakeviewosteopathicclinic.com"
  ],
  "scraped_phones": [
    "(212) 555-0184"
  ],
  "scraped_social_media": [
    "https://www.linkedin.com/company/lakeview-osteopathic-clinic"
  ],
  "emails_found": 1,
  "pages_scraped": 4,
  "avg_rating": 4.8,
  "total_reviews": 126,
  "lat": "40.7562",
  "long": "-73.9868",
  "place_id": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
  "scrape_status": "success"
}
```

You can export results from the dataset in JSON or CSV format through Apify Console.

#### Core Features: Osteopathic Doctors Lead Generator ⚡

| Feature | Benefit |
|---|---|
| ✅ **Keyword-Driven Targeting** | Use your search term to find relevant osteopathic physician leads and practice records |
| ✅ **Location Filtering** | Focus on a city, state, or other geographic area for more relevant osteopathic practice leads |
| ✅ **Contact Data Extraction** | Collect emails, phones, websites, and social links from publicly available sources |
| ✅ **Result Cap Control** | Set a maximum number of businesses to keep your run efficient |
| ✅ **Per-Location Option** | Collect up to your limit for each location, or combine all locations into one total limit |
| ✅ **Built-In Proxy Support** | Helps keep scraping reliable on larger runs |
| ✅ **Immediate Dataset Saving** | Results are stored as they are found to reduce the risk of data loss |
| ✅ **Structured Output** | Easy-to-use records for CRM import, research, and DO patient leads workflows |

### Getting Started with Osteopathic Doctors Lead Generator 🚀

1. **Open Apify Console** — Go to your Apify account and open this actor.
2. **Set Your Search Term** — Enter the type of business or niche you want to target.
3. **Add One or More Locations** — Provide the geographic areas you want to search.
4. **Choose Your Result Limit** — Set how many businesses with emails you want to collect.
5. **Decide How Locations Are Processed** — Enable per-location collection if you want the limit applied to each location separately.
6. **Configure Proxy Settings** — Use proxy settings for more reliable large-scale scraping.
7. **Run the Actor** — Start the run and monitor progress in the logs.
8. **Review the Dataset** — Open the output dataset to preview or export your osteopathic healthcare leads.

### Ways to Use Osteopathic Doctors Lead Generator 💡

- 🎯 **Osteopathic Doctor Marketing** — Build targeted outreach lists for clinics, practices, and individual doctors
- 📣 **Lead Generation** — Gather osteopathic physician leads for sales, partnerships, and B2B outreach
- 🤝 **Recruitment** — Find potential osteopathic practitioners and related medical contacts
- 🔬 **Market Research** — Study local osteopathic clinic marketing patterns and practice density
- 📊 **CRM Enrichment** — Add business names, websites, phones, and contact details to your database
- ⚙️ **Practice Growth** — Support osteopathic practice growth with organized, exportable contact data

#### Input Parameters — Osteopathic Doctors Lead Generator

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

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | String | Yes | `Osteopathic Doctors` | The business type or niche you want to search for. |
| `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, from 1 to 1000. |
| `scrapeMaxBusinessesPerLocation` | Boolean | No | `false` | If enabled, the actor collects up to the maximum per location. If disabled, all locations share one total limit. |
| `proxyConfiguration` | Object | No | `{ "proxy support": true }` | Proxy settings for the run. Recommended for larger scraping jobs. |

#### Output Parameters — Osteopathic Doctors Lead Generator

```json
{
  "name": "Lakeview Osteopathic Clinic",
  "website": "https://lakeviewosteopathicclinic.com",
  "phone": "(212) 555-0184",
  "full_address": "145 W 45th St New York NY 10036 US",
  "city": "New York",
  "state": "NY",
  "zip": "10036",
  "country_code": "US",
  "scraped_emails": [
    "info@lakeviewosteopathicclinic.com"
  ],
  "scraped_phones": [
    "(212) 555-0184"
  ],
  "scraped_social_media": [
    "https://www.linkedin.com/company/lakeview-osteopathic-clinic"
  ],
  "emails_found": 1,
  "pages_scraped": 4,
  "avg_rating": 4.8,
  "total_reviews": 126,
  "lat": "40.7562",
  "long": "-73.9868",
  "place_id": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
  "scrape_status": "success"
}
```

| Field | Label | Format | Description |
|---|---|---|---|
| `name` | Business Name | text | Name of the business or practice. |
| `website` | Website | link | Public website URL for the business. |
| `phone` | Phone | text | Main phone number listed for the business. |
| `full_address` | Address | text | Full address combined from location details. |
| `city` | City | text | City name associated with the business. |
| `state` | State | text | State or region associated with the business. |
| `zip` | zip | text | Postal code. |
| `country_code` | country\_code | text | Country code for the business location. |
| `scraped_emails` | Emails Found | array | List of emails found from publicly available sources. |
| `scraped_phones` | Phone Numbers | array | List of 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 discovered for the business. |
| `pages_scraped` | Pages Scraped | number | Number of pages processed for the website. |
| `avg_rating` | Rating | number | Public average rating 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 identifier for the business record. |
| `scrape_status` | Status | text | Final result status for the record, such as success or no\_website. |

### Why Choose Osteopathic Doctors Lead Generator? 🏆

If you need osteopathic healthcare leads without drowning in manual research, this actor gives you a focused workflow with structured output, clear limits, and proxy support for larger jobs. It’s a strong fit for doctor lead generation, osteopathic referral leads, and practice-level prospecting because the results are organized and ready to use. For support or feedback, reach out to <hello.parsepoint@gmail.com>. ✉️

### How Many Results Can You Scrape? 📈

You control the run with `maxBusinesses`, which supports values from 1 to 1000. The actual number of records you get depends on how many relevant businesses have publicly available contact details. For larger osteopathic practice leads projects, using proxy settings can improve reliability and help you scale more smoothly.

### Legal Guidelines for Scraping Osteopathic Doctors ⚖️

This actor works with publicly available data only. It does not require logins or access private information, and it is intended for legitimate research, marketing, and lead generation use cases. Users are responsible for following applicable laws and platform terms, including privacy and spam rules. For data removal requests, please contact <hello.parsepoint@gmail.com>.

### FAQ — Osteopathic Doctors Lead Generator ❓

#### How does Osteopathic Doctors Lead Generator find contacts?

It uses your search term and location inputs to identify relevant businesses, then collects publicly available contact information from the web.

#### What kinds of osteopathic doctor leads can I find?

You can find public business records for osteopathic physicians, osteopathic clinics, manual medicine leads, and related healthcare practices that have contact details available online.

#### Can I use this for osteopathic practice growth?

Yes. It’s a useful tool for osteopathic practice growth because it helps you quickly assemble clean outreach lists for marketing, partnerships, and research.

#### Does it help with DO patient leads?

It can support DO patient leads and broader outreach workflows by giving you organized contact information for practices that may be relevant to your campaign.

#### What if a business has no website?

If a business does not have a website, the actor can still save a record with empty contact lists and a `no_website` status when output is enabled for that result type.

#### How many locations can I add?

You can add one or more locations in the input. The actor will process them according to the result limit and your per-location setting.

#### Is proxy support available?

Yes. Proxy settings are available in the input and are recommended for larger scraping jobs and more reliable performance.

#### How do I get help or request changes?

For support, bug reports, or feature requests, email <hello.parsepoint@gmail.com>.

### Conclusion 🏁

**Osteopathic Doctors Lead Generator** makes it easier to find osteopathic doctors, collect contact details, and build organized lead lists at scale. Whether you’re working on osteopathic doctor marketing, osteopathic practitioner leads, or osteopathic practice leads, this actor gives you a faster path from public data to action-ready outreach. 🚀

### 🆘 Support & Feedback

Have a question or feature request for Osteopathic Doctors Lead Generator?

- 🐞 **Bug Reports:** Share the issue details with our team
- ✨ **Custom Solutions & Feature Requests:** Tell us what you need for your 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": "Osteopathic Doctors",
  "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": "Osteopathic Doctors",
    "googleMapsLocation": [
        "New York"
    ],
    "maxBusinesses": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

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

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

```

## MCP server setup

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