# AI Crawler Access Report for Target Websites

**Use case:** 

Audit access for AI crawlers on given websites. Get detailed allow/block verdicts and visibility scores for each AI bot.

## Input

```json
{
  "websites": [
    "apify.com",
    "openai.com",
    "anthropic.com"
  ],
  "maxConcurrency": 10
}
```

## Output

```json
{
  "website": {
    "label": "Website",
    "format": "link"
  },
  "aiAccessScore": {
    "label": "AI Access",
    "format": "number"
  },
  "aiSearchScore": {
    "label": "AI Search",
    "format": "number"
  },
  "robotsTxt.exists": {
    "label": "robots.txt",
    "format": "boolean"
  },
  "llmsTxt.exists": {
    "label": "llms.txt",
    "format": "boolean"
  },
  "blockedBots": {
    "label": "Blocked crawlers",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Crawler Access Checker](https://apify.com/zinin/ai-crawler-access-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/ai-crawler-access-checker) to learn more, explore other use cases, and run it yourself.