# AI search visibility for a real estate agent

**Use case:** 

Check whether ChatGPT and Perplexity surface a real-estate agent when locals ask — and which directories the answers rely on.

## Input

```json
{
  "businessName": "Comey & Shepherd Realtors",
  "location": "Cincinnati, OH",
  "businessType": "real estate agency",
  "website": "https://harborfitness.com"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "businessType": {
    "label": "Business type"
  },
  "asked": {
    "label": "Asked"
  },
  "sampled": {
    "label": "Sampled",
    "format": "number"
  },
  "appeared": {
    "label": "Appeared",
    "format": "number"
  },
  "label": {
    "label": "Method",
    "format": "text"
  },
  "engines": {
    "label": "Engines"
  },
  "recommendedInstead": {
    "label": "Recommended instead"
  },
  "citedDomains": {
    "label": "Cited domains"
  }
}
```

## About this Actor

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