# Check a dental office's info in AI answers

**Use case:** 

Verify what ChatGPT and Perplexity tell patients about a dental practice — hours, address, phone — against Google, with any errors ranked by severity.

## Input

```json
{
  "businessName": "Batavia Family Dental",
  "location": "Batavia, OH",
  "businessType": "dentist",
  "website": "https://harborfitness.com"
}
```

## Output

```json
{
  "matchedName": {
    "label": "Business",
    "format": "text"
  },
  "errorCount": {
    "label": "Confirmed errors",
    "format": "number"
  },
  "trustedFacts": {
    "label": "Checked against",
    "format": "array"
  },
  "findings": {
    "label": "Findings",
    "format": "array"
  },
  "providers": {
    "label": "Providers"
  },
  "conflationProviders": {
    "label": "Conflation providers"
  },
  "sampledAt": {
    "label": "Sampled at"
  },
  "epistemicsNote": {
    "label": "Epistemics note"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Fact-Check — What ChatGPT & Perplexity Get Wrong](https://apify.com/moonlings/ai-fact-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/moonlings/ai-fact-check) to learn more, explore other use cases, and run it yourself.