Psychology Today Therapist
Pricing
from $9.99 / 1,000 results
Go to Apify Store

Psychology Today Therapist
Psychology Today Therapist Scraper is an Apify Actor that extracts therapist listings from the Psychology Today directory for any U.S. city and state. It can return individual profiles with contact details or aggregate counts by ZIP code, providing structured data for research and analysis.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Psychology Today Therapist Scraper
An Apify actor that scrapes the Psychology Today therapist directory for a given US city and state.
Modes
profiles— one record per therapist card: name, phone, profile URL, ZIP, and the full location line.count— aggregates the results into a count of therapists per ZIP code.
Output fields
profiles mode
| Field | Description |
|---|---|
name | Therapist / practice name |
phone | Phone number (if shown) |
profileUrl | Link to the therapist's Psychology Today profile |
zipCode | ZIP parsed from the location line |
location | Full location text |
city, state | Echo of the search inputs |
count mode
| Field | Description |
|---|---|
zipCode | ZIP code |
therapistCount | Number of therapists found in that ZIP |
city, state | Echo of the search inputs |
Input
| Field | Type | Default | Notes |
|---|---|---|---|
city | string | — | Required. e.g. Austin |
state | string | — | Required. 2-letter, e.g. TX |
mode | string | profiles | profiles or count |
maxPages | integer | 3 | Result pages to walk |
maxRecords | integer | 200 | Cap for profiles mode (ignored in count) |
engine | string | curl_cffi | auto / curl_cffi / requests |
requestDelaySeconds | integer | 2 | Politeness delay between requests |
proxyConfiguration | object | Apify Proxy | Use RESIDENTIAL — site is Cloudflare-protected |
Example input
{"city": "Austin","state": "TX","mode": "profiles","maxPages": 3,"maxRecords": 150,"engine": "curl_cffi","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Example output (profiles)
{"name": "Jane Doe, LCSW","phone": "(512) 555-0100","profileUrl": "https://www.psychologytoday.com/us/therapists/jane-doe-austin-tx/123456","zipCode": "78701","location": "Austin, TX 78701","city": "Austin","state": "TX"}