# Find marriage counselors in Texas

**Use case:** 

Search GoodTherapy for couples and marriage counselors in Texas. Export therapist profiles, specialties, and contact details for referral research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodtherapy.org/next/search?userInput=&lat=35.0183655&lng=-101.3089744&city=Claude&state=TX&locationLabel=Claude%2C%20TX&postalCode=79019&nlp=1"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "specialty": [
    "Marriage/Couples Counseling"
  ]
}
```

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