# Search GoodTherapy addiction therapists in Texas

**Use case:** 

Monitor GoodTherapy.org addiction specialty therapist results in Texas with insurance and telehealth options.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodtherapy.org/next/search?userInput=&lat=31.9686&lng=-99.9018&city=&state=TX&locationLabel=Texas&postalCode=&nlp=1"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "specialty": [
    "Addiction"
  ]
}
```

## 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.