# Analyze Illinois Therapist Insurance & Specialties

**Use case:** 

Gather detailed data on therapists in Illinois, including accepted insurance plans and specific treatment specialties, for comprehensive market analysis. Unders

## Input

```json
{
  "category": "therapists",
  "states": [
    "illinois"
  ],
  "scrapeMode": "LIST_AND_DETAILS",
  "maxItems": 600,
  "maxPagesPerState": 30,
  "minDelayMs": 800,
  "maxDelayMs": 1500,
  "autoProxyFallback": true
}
```

## Output

```json
{
  "professionalName": {
    "label": "Name",
    "format": "text"
  },
  "credentials": {
    "label": "Credentials",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "stateSlug": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "shortDescription": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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