# Is ChatGPT right about your ice cream shop?

**Use case:** 

Ask ChatGPT and Perplexity about an ice cream shop and check their hours, address, and phone against Google. See exactly what AI gets wrong, in seconds.

## Input

```json
{
  "businessName": "Graeter's Ice Cream",
  "location": "Cincinnati, OH",
  "businessType": "ice cream shop",
  "website": "https://www.graeters.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.