# Fact-check a restaurant's info in AI answers

**Use case:** 

See what ChatGPT and Perplexity say about a restaurant's hours, address, and phone — and where they disagree with Google. Live check in about 20 seconds.

## Input

```json
{
  "businessName": "Skyline Chili",
  "location": "Cincinnati, OH",
  "businessType": "restaurant",
  "website": "https://skylinechili.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.