# Find Clover Health Dentists Fast

**Use case:** 

Find Clover Health Dentists Fast by scraping public provider directory records and contact details.

## Input

```json
{
  "maxItems": 100,
  "address": "New Jersey",
  "name": "",
  "specialty": "",
  "sort": ""
}
```

## Output

```json
{
  "name": {
    "label": "Provider Name",
    "format": "text"
  },
  "npi": {
    "label": "NPI Number",
    "format": "text"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "specialties": {
    "label": "Specialties",
    "format": "text"
  },
  "search_category": {
    "label": "Category",
    "format": "array"
  },
  "practice_name": {
    "label": "Practice Name",
    "format": "text"
  },
  "address": {
    "label": "Street Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "office_state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "text"
  },
  "accepting_new_patients": {
    "label": "Accepting New Patients",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone Number",
    "format": "text"
  },
  "url": {
    "label": "Provider URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Clover Health Scraper - cloverhealth.com](https://apify.com/igolaizola/cloverhealth-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/cloverhealth-scraper) to learn more, explore other use cases, and run it yourself.