# Insurance Therapist Referral Network Research

**Use case:** 

Find therapists by city and insurance filter, enrich profiles, and export contact, specialty, insurance, and telehealth fields.

## Input

```json
{
  "startUrls": [
    "https://www.psychologytoday.com/us/therapists/tx/austin?category=aetna",
    "https://www.psychologytoday.com/us/therapists/co/denver?category=online-counseling"
  ],
  "country": "us",
  "providerType": "therapists",
  "state": "ny",
  "city": "new-york",
  "category": "",
  "maxResults": 100,
  "maxPages": 5,
  "includeProfileDetails": true,
  "requestDelayMs": 1000,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "providerType": {
    "label": "Provider type",
    "format": "text"
  },
  "credentials": {
    "label": "Credentials",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "specialties": {
    "label": "Specialties",
    "format": "text"
  },
  "insuranceAccepted": {
    "label": "Insurance",
    "format": "text"
  },
  "typesOfTherapy": {
    "label": "Therapy types",
    "format": "text"
  },
  "telehealthAvailable": {
    "label": "Telehealth",
    "format": "boolean"
  },
  "acceptingClients": {
    "label": "Accepting clients",
    "format": "text"
  },
  "profileSnippet": {
    "label": "Snippet",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Psychology Today Therapist Scraper](https://apify.com/automation-lab/psychology-today-therapist-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/psychology-today-therapist-scraper) to learn more, explore other use cases, and run it yourself.