# List Spanish-Speaking Therapists in Houston

**Use case:** 

Compile a comprehensive list of therapists and counselors in Houston who speak Spanish, catering to specific community needs. This data is invaluable for mental

## Input

```json
{
  "platform": "healthgrades",
  "mode": "search",
  "specialty": "therapist-counselor",
  "city": "houston",
  "state": "TX",
  "gender": "any",
  "language": "es",
  "acceptsNewPatients": true,
  "insurance": "any",
  "providerUrlsOrSlugs": [],
  "urls": [],
  "fetchProviderDetails": true,
  "maxReviewsPerProvider": 20,
  "maxItems": 75,
  "maxPagesPerListing": 3,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "entityId": {
    "label": "Entity id"
  },
  "providerName": {
    "label": "Provider name"
  },
  "specialty": {
    "label": "Specialty"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "acceptsNewPatients": {
    "label": "Accepts new patients"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [ZocDoc + Healthgrades Doctors & Reviews Scraper](https://apify.com/crawlerbros/zocdoc-healthgrades-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zocdoc-healthgrades-scraper) to learn more, explore other use cases, and run it yourself.