# Does AI know your gym's hours and address?

**Use case:** 

Ask ChatGPT and Perplexity about a gym and verify their hours, address, and phone against Google Business data — a severity-ranked list of what's wrong.

## Input

```json
{
  "businessName": "Anchor Fitness",
  "location": "Batavia, OH",
  "businessType": "gym",
  "website": "https://www.anchorfitness.training/"
}
```

## 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.