# AI Readiness Audit Example: llms.txt and AI Crawler Check

**Use case:** 

Live example auditing docs.anthropic.com, docs.stripe.com, wordpress.org and irishtimes.com for llms.txt, AI crawler access and sitemaps, scored 0 to 100.

## Input

```json
{
  "urls": [
    "https://docs.anthropic.com",
    "https://docs.stripe.com",
    "https://www.wordpress.org",
    "https://www.irishtimes.com"
  ],
  "maxConcurrency": 10
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "aiReadinessScore": {
    "label": "AI readiness (0-100)",
    "format": "number"
  },
  "reasons": {
    "label": "Reasons",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [llms.txt Checker - AI Readiness Audit](https://apify.com/apifmcpfactory/llms-txt-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apifmcpfactory/llms-txt-checker) to learn more, explore other use cases, and run it yourself.