# ChatGPT Ads Landing-Page Preflight

**Use case:** 

Run a ChatGPT Ads landing-page preflight: inspect OAI-AdsBot path policy, HTTP reachability, detected CDN signals, and owner review checks.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.nytimes.com/ads/"
    }
  ],
  "maxUrls": 1,
  "maxConcurrency": 5,
  "requestTimeoutSecs": 15,
  "simulateOaiAdsBotRequest": false
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "string"
  },
  "httpStatus": {
    "label": "Http status",
    "format": "integer"
  },
  "oaiAdsBotAccess": {
    "label": "Oai ads bot access",
    "format": "string"
  },
  "chatgptAdsPreflightStatus": {
    "label": "Chatgpt ads preflight status",
    "format": "string"
  },
  "chatgptAdsPreflightSummary": {
    "label": "Chatgpt ads preflight summary",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ChatGPT Ads & AI Crawler Policy Auditor](https://apify.com/x2ppi/ai-crawler-readiness-auditor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x2ppi/ai-crawler-readiness-auditor) to learn more, explore other use cases, and run it yourself.