# Psychiatrist Lead Generator (`parse-point/psychiatrist-lead-generator`) Actor

🧠 Psychiatrist Lead Generator mines Google Maps for psychiatry practice leads with name, phone, website and coordinates. 📧 Site enrichment adds emails and socials. 💊 For behavioral health pharma & EHR software sales.

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

### Psychiatrist Lead Generator

**Psychiatrist Lead Generator** helps you collect psychiatrist lead generation data from publicly available business sources, so you can build psychiatry leads, mental health leads, and psychiatrist appointment leads without doing manual research one profile at a time. It’s a practical tool for psychiatrist marketing, psychiatrist prospecting, and psychiatrist patient acquisition at scale.

### What is Psychiatrist Lead Generator? 🔍

**Psychiatrist Lead Generator** is an Apify actor designed to find public business contact details for psychiatric practices and related mental health providers. It targets businesses using your search term and location, then saves structured results with website, phone, address, rating, review count, emails, phones, and social media links when available. This makes it useful for marketers, sales teams, recruiters, and data analysts working on psychiatric clinic leads, psychiatry patient leads, and behavioral health leads. It’s an automated psychiatrist email extractor and psychiatrist lead generator built for efficient public web data collection.

### What Data Does a Psychiatrist Lead Generator Collect? 📊

This actor captures business identity, location, contact, and performance data, plus contact details discovered from publicly available sources. If you’re asking what you can extract from a psychiatrist lead generation run, the answer is: a clean dataset built for outreach, research, and CRM enrichment.

| Data Category | Field Name | Description | Available |
|---|---|---|---|
| Identity | `name` | Business name | ✅ Always |
| Website | `website` | Business website URL | ✅ When listed |
| Phone | `phone` | Main phone number | ✅ When listed |
| Address | `full_address` | Full business address | ✅ When listed |
| Location | `city`, `state`, `zip`, `country_code` | Structured location details | ✅ When listed |
| Contact | `scraped_emails`, `scraped_phones`, `scraped_social_media` | Emails, phone numbers, and social media links found from public sources | ✅ When listed |
| Discovery | `emails_found`, `pages_scraped` | Count of emails found and pages processed | ✅ Always |
| Social Proof | `avg_rating`, `total_reviews` | Public rating and review count | ✅ When listed |
| Geo Data | `lat`, `long` | Latitude and longitude | ✅ When listed |
| Record Info | `place_id`, `scrape_status` | Unique place identifier and scraping status | ✅ Always |

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

**Contact Data**

- Publicly available email addresses for psychiatrist sales leads and psychiatrist referral leads
- Phone numbers for outreach and follow-up
- Social media profiles for additional contact channels

**Identity Data**

- Business name for each psychiatrist or mental health provider
- Website URL for direct verification and outreach
- Place ID for internal record matching

**Location Data**

- Full address
- City, state, zip, and country code
- Latitude and longitude for mapping and territory planning

**Performance Data**

- Public rating
- Total review count
- Number of pages scraped
- Number of emails found

**Export Format**

- JSON dataset output in Apify
- Easy to move into spreadsheets, CRMs, or campaign tools

#### Key Features of Psychiatrist Lead Generator ⚡

| Feature | Benefit |
|---|---|
| ✅ Keyword-targeted search | Helps you focus on the exact psychiatrist marketing niche you need |
| ✅ Location filtering | Supports localized psychiatry marketing agency workflows and regional outreach |
| ✅ Public contact extraction | Finds emails, phones, and social links from publicly available sources |
| ✅ Configurable result limit | Lets you cap how many businesses are collected per run |
| ✅ Per-location option | Can collect a target number of businesses for each location separately |
| ✅ Proxy configuration support | Helps with more reliable scraping at larger volumes |
| ✅ Structured dataset output | Makes it easy to import psychiatrist sales leads into analysis or CRM workflows |

### Psychiatrist Lead Generator User Guide 📖

#### Required Input Fields

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

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `googleMapsSearchTerm` | String | ✅ Yes | `Psychiatrist` | The business type or niche you want to target, such as psychiatrist or a broader mental health service category. |
| `googleMapsLocation` | Array | ✅ Yes | `["New York"]` | One or more target locations for the search, such as a city or region. |
| `maxBusinesses` | Integer | No | `5` | Maximum number of businesses to collect with emails before stopping. |
| `scrapeMaxBusinessesPerLocation` | Boolean | No | `false` | When enabled, the actor collects up to the maximum number of businesses for each location separately. |
| `proxyConfiguration` | Object | No | `{ "proxy support": true }` | Proxy settings for scraping. Recommended for larger runs and more reliable scraping. |

#### Required Output Fields

```json
{
  "name": "Bright Mind Psychiatry",
  "website": "https://www.brightmindpsychiatry.com",
  "phone": "+1 212-555-0148",
  "full_address": "123 W 72nd St New York NY 10023 US",
  "city": "New York",
  "state": "NY",
  "zip": "10023",
  "country_code": "US",
  "scraped_emails": [
    "contact@brightmindpsychiatry.com"
  ],
  "scraped_phones": [
    "+1 212-555-0148"
  ],
  "scraped_social_media": [
    "https://www.instagram.com/brightmindpsychiatry"
  ],
  "emails_found": 1,
  "pages_scraped": 4,
  "avg_rating": 4.8,
  "total_reviews": 126,
  "lat": "40.7794",
  "long": "-73.9819",
  "place_id": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
  "scrape_status": "success"
}
```

| Field | Label | Format | Description |
|---|---|---|---|
| `name` | Business Name | text | The business name of the psychiatrist or practice. |
| `website` | Website | link | The business website URL, when available. |
| `phone` | Phone | text | The main phone number listed for the business. |
| `full_address` | Address | text | The full public address of the business. |
| `city` | City | text | The city associated with the business listing. |
| `state` | State | text | The state or region associated with the business listing. |
| `zip` | zip | text | The postal code, when available. |
| `country_code` | country\_code | text | The country code, when available. |
| `scraped_emails` | Emails Found | array | A list of email addresses found from publicly available sources. |
| `scraped_phones` | Phone Numbers | array | A list of phone numbers found from public sources. |
| `scraped_social_media` | Social Media | array | A list of social media links found from public sources. |
| `emails_found` | # Emails | number | The number of email addresses found for that business. |
| `pages_scraped` | Pages Scraped | number | The number of pages processed while collecting contact data. |
| `avg_rating` | Rating | number | The public rating of the business. |
| `total_reviews` | Reviews | number | The total number of public reviews. |
| `lat` | lat | text | The latitude value associated with the listing. |
| `long` | long | text | The longitude value associated with the listing. |
| `place_id` | place\_id | text | The unique place identifier for the business record. |
| `scrape_status` | Status | text | The final scraping status for the record, such as success or no\_website. |

### Solving Real Problems with Psychiatrist Lead Generator 💼

- 🎯 **Psychiatrist patient acquisition** — Build targeted psychiatry leads for outreach and appointment-driven campaigns
- 📣 **Psychiatrist marketing** — Find public contact details for psychiatrist clinics and related mental health providers
- 🤝 **Psychiatrist referral leads** — Identify practices that can be added to referral and partnership lists
- 🔬 **Mental health leads research** — Analyze locations, ratings, and reviews for market sizing and segmentation
- 📊 **Psychiatric clinic leads enrichment** — Add verified public contact data into CRMs and spreadsheets
- ⚙️ **Psychiatrist prospecting** — Create repeatable prospecting workflows for ongoing lead generation

### Why Choose Our Psychiatrist Lead Generator? 🏆

- 💰 **Targeted result collection** — Focus on psychiatrist sales leads and mental health patient leads using your own search term and location
- 🔄 **Structured public data output** — Saves business details in a clean format that is easy to analyze and reuse
- ⚡ **Useful contact coverage** — Collects emails, phone numbers, and social media links when they are publicly available
- 📧 **Real support** — Need help or have a feature request? Contact <hello.parsepoint@gmail.com>

### How Many Results Can You Scrape? 📈

- Use `maxBusinesses` to set the maximum number of businesses to collect, from 1 to 1000
- The actor stops when that target is reached
- If `scrapeMaxBusinessesPerLocation` is enabled, the limit applies separately to each location
- Actual output depends on how many businesses in your target area have publicly available contact information

### Legal Guidelines for Scraping Psychiatrist Lead Generator ⚖️

This actor only accesses publicly available data. It does not require private accounts, logins, or restricted content. Users are responsible for following applicable laws and regulations, including GDPR, CCPA, and anti-spam rules, as well as any relevant platform terms. Use this tool responsibly for legitimate psychiatrist lead generation and psychiatry marketing workflows. Data-removal requests: <hello.parsepoint@gmail.com>.

### FAQ — Psychiatrist Lead Generator ❓

#### How does Psychiatrist Lead Generator work?

You provide a search term and one or more locations, and the actor collects public business records that match your request. It then saves structured contact data such as emails, phone numbers, social links, and location details into your Apify dataset.

#### What kind of psychiatrist lead generation data can I get?

You can get business names, websites, phone numbers, addresses, emails, phone numbers, social media links, ratings, reviews, and geographic details. That makes it useful for psychiatrist appointment leads, behavioral health leads, and psychiatry patient leads.

#### Can I use Psychiatrist Lead Generator for mental health leads in multiple cities?

Yes. The `googleMapsLocation` input accepts an array, so you can target more than one city or region in a single run. This is helpful for broader mental health leads and psychiatrist prospecting campaigns.

#### Does Psychiatrist Lead Generator save results even if no email is found?

Yes. When a business has no website or no email is found, the record can still be saved with status values such as `no_website`, `failed`, or `error`, depending on what happened during the run.

#### How is this useful for a psychiatry marketing agency?

A psychiatry marketing agency can use it to build segmented outreach lists, compare practices by location, and identify prospects with public contact details for campaigns, partnerships, and referrals.

#### What should I do if I need help?

If you have a question, need support, or want a custom feature, email <hello.parsepoint@gmail.com>.

### Final Word ✉️

The **Psychiatrist Lead Generator** is a practical way to build a public, structured psychiatrist contact list without manual searching. It’s a strong fit for psychiatrist lead generation service workflows, research, and outreach. Start using it to unlock more psychiatry leads at scale.

### 🆘 Support & Feedback

Have a question or want a custom feature for the **Psychiatrist Lead Generator**?

- 🐞 **Bug Reports:** Share any issues you encounter with the actor
- ✨ **Custom Solutions & Feature Requests:** Contact our team
- 📧 **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": "Psychiatrist",
  "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": "Psychiatrist",
    "googleMapsLocation": [
        "New York"
    ],
    "maxBusinesses": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

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

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

```

## MCP server setup

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