# Find anxiety therapists in California

**Use case:** 

Scrape GoodTherapy listings for anxiety specialists in San Francisco. Export therapist names, credentials, approaches, and profile URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodtherapy.org/next/search?userInput=&lat=37.7749295&lng=-122.4194155&city=San+Francisco&state=CA&locationLabel=San+Francisco%2C+CA&postalCode=94102&nlp=1"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "specialty": [
    "Anxiety or Panic Attacks"
  ]
}
```

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