# Clinic Reception Channel Gap Analysis

**Use case:** 

Identify gaps in reception channels for Cedars-Sinai's website. Get insights on online booking, chat options, and contact accessibility.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "clinic-daily-prefill-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "minGapScore": 0,
  "clinics": [
    {
      "recordId": "clinic-prefill-001",
      "name": "Cedars-Sinai",
      "websiteUrl": "https://www.cedars-sinai.org/",
      "address": null
    }
  ]
}
```

## Output

```json
{
  "dedupeKey": {
    "label": "Key",
    "format": "text"
  },
  "clinicName": {
    "label": "Clinic",
    "format": "text"
  },
  "gapScore": {
    "label": "Gap score",
    "format": "number"
  },
  "evidenceCoverage": {
    "label": "Coverage",
    "format": "number"
  },
  "observedPublicPhone": {
    "label": "Phone",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Clinic Reception Gap Lead Finder](https://apify.com/zinin/clinic-reception-gap-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/clinic-reception-gap-lead-finder) to learn more, explore other use cases, and run it yourself.