# AI Visibility Checker: can ChatGPT and Claude see it

**Use case:** 

See which AI crawlers your site allows or blocks in robots.txt - GPTBot, ClaudeBot, PerplexityBot and 23 more - plus llms.txt and structured data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    },
    {
      "url": "https://www.nytimes.com"
    },
    {
      "url": "https://en.wikipedia.org"
    }
  ],
  "crawlSite": false,
  "maxPages": 10,
  "checkBrokenLinks": false,
  "maxLinksToCheck": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scoreAiAccess": {
    "label": "AI access /100",
    "format": "number"
  },
  "aiCrawlersAllowedCount": {
    "label": "AI bots allowed",
    "format": "number"
  },
  "aiCrawlersBlocked": {
    "label": "Blocked bots",
    "format": "array"
  },
  "llmsTxtFound": {
    "label": "llms.txt",
    "format": "boolean"
  },
  "robotsTxtFound": {
    "label": "robots.txt",
    "format": "boolean"
  },
  "sitemapFound": {
    "label": "Sitemap",
    "format": "boolean"
  },
  "mainTextChars": {
    "label": "Text chars",
    "format": "number"
  },
  "textToHtmlRatio": {
    "label": "Text/HTML",
    "format": "number"
  },
  "jsonLdTypes": {
    "label": "Schema types",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Crawler Checker: robots.txt & llms.txt Audit](https://apify.com/aiqlabs/seo-ai-visibility-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/aiqlabs/seo-ai-visibility-auditor) to learn more, explore other use cases, and run it yourself.