# Check if ChatGPT recommends your product

**Use case:** 

Track AI-recommended products in skincare categories. Analyze recommendations, price points, and key attributes for optimal brand visibility.

## Input

```json
{
  "prompts": [
    "best affordable skincare brands",
    "best drugstore moisturizer",
    "best vitamin C serum for beginners",
    "top clean beauty brands"
  ],
  "brand": "",
  "brandAliases": [],
  "brandDomains": [],
  "competitors": [
    "CeraVe",
    "The Ordinary",
    "Paula's Choice",
    "Cetaphil",
    "La Roche-Posay"
  ],
  "country": [
    "us"
  ],
  "surfaces": [
    "chatgpt"
  ],
  "outputEmail": "me@example.com",
  "publishVisibilityPage": true,
  "slackChannel": "#ai-visibility",
  "watchCompetitors": true,
  "deepDivePrompt": "Also assess it as a shopper-intent page: a ranked pick list, price points, ingredient/spec comparison, and recent review volume. Tell me the top three product attributes the AI seems to reward in this category, and which one we under-communicate.",
  "deepDiveModel": "haiku"
}
```

## Output

```json
{
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  },
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "block_status": {
    "label": "Block status",
    "format": "string"
  },
  "present": {
    "label": "Present",
    "format": "boolean"
  },
  "answer_char_count": {
    "label": "Answer chars",
    "format": "number"
  },
  "citation_count": {
    "label": "Citations",
    "format": "number"
  },
  "brand_mentions": {
    "label": "Brand hits",
    "format": "array"
  },
  "competitor_mentions": {
    "label": "Competitor hits",
    "format": "array"
  },
  "duration_ms": {
    "label": "Duration (ms)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Brand Visibility Tracker — ChatGPT, Gemini, Perplexity](https://apify.com/inovaflow/ai-brand-monitoring) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/ai-brand-monitoring) to learn more, explore other use cases, and run it yourself.