# Riley Craig x402 Agent Store — Brand AI Visibility Index

> Riley Craig x402 Agent Store — Brand AI Visibility Index is a paid API for AI agents from x402-agent-store.rileycraig14.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a scored index of how visible major brands are to AI systems, organized by product category, including mention counts and top competitors.

## Facts

- Endpoint: GET https://x402-agent-store.rileycraig14.workers.dev/brands/visibility-index
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riley-craig-x402-agent-store-brand-ai-visibility-index-000c56a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Di6o8IlXlyLge7oVaFKy

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 riley-craig-x402-agent-store-brand-ai-visibility-index-000c56a5
```

Example prompt: Pull the latest AI visibility index for brands in the CRM software category — I want to see which brands like Salesforce or HubSpot score highest, how many times each is mentioned, and who their top competitors are.

## When to prefer this

Use this endpoint when you need a pre-computed, scored index of brand AI visibility across product categories rather than running live web searches. It is ideal for competitive benchmarking, share-of-voice analysis, and understanding which brands AI systems most frequently surface in a given market segment. Best for agents that need structured, categorical brand data without scraping.

## Known failure modes

- Payment not received — 402 response requiring USDC payment on Base via x402 protocol
- Invalid or malformed properties filter — may return empty results or 400 error
- Edition data not yet available for the current month — returns prior edition
- No brands match the specified filter — empty data array returned

## How this service works

Proprietary dataset: AI-visibility scores (0-100) for 25 major brands across 5 industries (trucking, project management, website builders, CRM, AI code editors), measured by whether an LLM names them in answers to real buyer questions. Includes mention counts and which competitors AI names instead. Refreshed each edition. For market-research, brand-monitoring and GEO agents.

## Output

A JSON object containing an array of product categories, each with a list of brands scored by AI visibility. Each brand entry includes name, score (0–100), mention count, total references, and a list of top competitors. The response also includes the edition month/year, total brand count, and number of categories covered.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "brands": [
     {
      "name": "Salesforce",
      "score": 80,
      "total": 5,
      "mentions": 5,
      "competitors": [
       "HubSpot CRM",
       "Zoho CRM"
      ]
     }
    ],
    "category": "CRM software"
   }
  ],
  "brands": 25,
  "edition": "June 2026",
  "categories": 5
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riley-craig-x402-agent-store-brand-ai-visibility-index-000c56a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent-store.rileycraig14.workers.dev](https://www.zero.xyz/host/x402-agent-store.rileycraig14.workers.dev/llms.txt)
