# Check a home staging company's AI visibility

**Use case:** 

See whether AI assistants recommend a home staging business: appearance rate, rivals recommended instead, and the domains AI-style answers cite.

## Input

```json
{
  "businessName": "Eye For Design",
  "location": "Cincinnati, OH",
  "businessType": "home staging",
  "website": "https://eyefordesign.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.