# Psychology Today Los Angeles Therapist Scraper

**Use case:** 

Use Psychology Today as the source to collect Los Angeles therapist listings with profile URLs, locations, specialties, and phone data.

## Input

```json
{
  "startUrls": [
    "https://www.psychologytoday.com/us/therapists/ny/new-york"
  ],
  "country": "us",
  "providerType": "therapists",
  "state": "ca",
  "city": "los-angeles",
  "category": "",
  "maxResults": 75,
  "maxPages": 4,
  "includeProfileDetails": true,
  "requestDelayMs": 750,
  "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.