# Extract GoodTherapy.org Raja Ali counselor profile

**Use case:** 

Scrape Raja Ali counselor profile on GoodTherapy.org with specialties, approach, fees, and availability for referral research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.goodtherapy.org/therapists/profile/raja-ali-counselor"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

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