# Find online telehealth therapists

**Use case:** 

Discover GoodTherapy providers offering telehealth in Chicago. Export virtual therapy profiles, specialties, insurance, and booking links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodtherapy.org/next/search?userInput=&lat=41.8781136&lng=-87.6297982&city=Chicago&state=IL&locationLabel=Chicago%2C+IL&postalCode=60601&nlp=1"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "service": [
    "Telehealth"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "startUrl": {
    "label": "Start URL",
    "format": "link"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "profileImage": {
    "label": "Profile Image",
    "format": "image"
  },
  "phoneNumber": {
    "label": "Phone Number",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [GoodTherapy.org Scraper](https://apify.com/lexis-solutions/goodtherapy-org-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/goodtherapy-org-scraper) to learn more, explore other use cases, and run it yourself.