# Convrgent AEO/GEO Scan X402 (Paid)

> Convrgent AEO/GEO Scan X402 (Paid) is a paid API for AI agents from scan.convrgent.ai, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-13).

Audits a website for AI search visibility and agent readiness, returning a triple score, AI Identity Card, and prioritized issues across JSON-LD, meta tags, llms.txt, robots.txt, sitemap, and AI-crawler signals — paid variant at $0.01 USDC.

## Facts

- Endpoint: POST https://scan.convrgent.ai/api/aeo/scan-x402
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scan-convrgent-ai-d4b17058
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EVfC-XRFwPDo7GRXmSE1E

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scan-convrgent-ai-d4b17058 -d '<json body>'
```

Example prompt: Can you run a full AI search visibility audit on mybrand.com — I want the triple score, the AI Identity Card, and all the top issues flagged for ChatGPT, Perplexity, Google AI Overviews, and Bing Copilot?

## When to prefer this

Choose this paid endpoint over the free /api/aeo/scan when you need Bazaar-indexable results, are operating in a paid agentic workflow, or want guaranteed access and prioritized processing. The $0.01 USDC cost is negligible and enables payment-gated discovery via Bazaar and x402-compatible agent frameworks.

## Known failure modes

- Invalid or unreachable URL returns an error
- Payment not included or insufficient USDC causes a 402 payment required response
- Malformed request body returns a 400 bad request
- Rate limiting if too many requests are made in rapid succession
- Timeout if the target site is extremely slow to respond

## How this service works

Paid equivalent of /api/aeo/scan — scanner for AI search visibility (AEO, GEO) and agent readiness. Triple score + AI Identity Card + top issues covering JSON-LD Schema.org, meta tags, llms.txt, robots.txt, sitemap, and agent-discovery signals for ChatGPT, Perplexity, Google AI Overviews, Bing Copilot. $0.01 in USDC (Base or Solana) — Bazaar-indexable variant; the free version at /api/aeo/scan stays accessible via MCP and raw HTTP.

## Output

Returns a triple visibility score, an AI Identity Card summarizing how AI systems see the site, and a prioritized list of issues across JSON-LD Schema.org markup, meta tags, llms.txt, robots.txt, sitemap configuration, and agent-discovery signals for major AI search platforms including ChatGPT, Perplexity, Google AI Overviews, and Bing Copilot.

## Example request

```json
{
 "url": "https://example.com",
 "maxPages": 5
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Full URL of the site to scan"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "product": {
       "type": "string"
      },
      "aeoGrade": {
       "type": "string"
      },
      "aeoScore": {
       "type": "integer"
      },
      "geoGrade": {
       "type": "string"
      },
      "geoScore": {
       "type": "integer"
      },
      "topIssues": {
       "type": "array"
      },
      "agentGrade": {
       "type": "string"
      },
      "agentScore": {
       "type": "integer"
      },
      "pagesScanned": {
       "type": "integer"
      },
      "aiIdentityCard": {
       "type": "object"
      },
      "businessProfile": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scan-convrgent-ai-d4b17058/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scan.convrgent.ai](https://www.zero.xyz/host/scan.convrgent.ai/llms.txt)
