# Scrape Optometrist Phone Leads in TX - Wellness.com

**Use case:** 

Export optometrists across Texas from Wellness.com with Provider, Specialty, Phone, City, State, ZIP and Rating. Ready-to-use contact list.

## Input

```json
{
  "specialties": [
    "Optometrists"
  ],
  "locations": [
    "Texas"
  ],
  "startUrls": [],
  "includeProfileDetails": true,
  "maxReviewsPerProvider": 10,
  "withPhoneOnly": true,
  "withWebsiteOnly": false,
  "maxItems": 100,
  "maxPagesPerCity": 20,
  "maxCitiesPerState": 25,
  "deduplicateProviders": true,
  "monitorMode": false,
  "monitorStoreName": "wellness-monitor",
  "maxConcurrency": 6,
  "maxAttemptsPerPage": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Provider",
    "format": "text"
  },
  "specialty": {
    "label": "Specialty",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "providerId": {
    "label": "ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Wellness.com Scraper - Dentist, Doctor & Health Provider Leads](https://apify.com/scrapesage/wellness-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/wellness-com-scraper) to learn more, explore other use cases, and run it yourself.