# the402.ai WordPress Site Info Purchase

> the402.ai WordPress Site Info Purchase is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.263/call, status down (last checked 2026-09-15).

Purchases a WordPress site information lookup, returning metadata and details about a given WordPress-powered website

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_bbff75b787324cb0/purchase
- Price: $0.263/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-ad8071d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0utsRqV95W7X3rSnIVK_x

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 api-the402-ai-ad8071d3 -d '<json body>'
```

Example prompt: Can you look up the WordPress site info for myblog.com — I want to know what theme and plugins it's using, the WordPress version, and any other technical details you can pull?

## When to prefer this

Use this endpoint when you need to programmatically retrieve technical metadata about a WordPress website, such as theme, plugins, or version info, and want a paid, on-demand lookup via the x402 payment protocol without managing your own scraping infrastructure.

## Known failure modes

- Target URL is not a WordPress site — returns error or empty result
- Site blocks WordPress detection headers or REST API
- Invalid or unreachable URL provided
- Payment authorization fails or is insufficient
- Service timeout if target site is slow to respond

## How this service works

Purchase: WordPress Site Info

## Output

Returns structured WordPress site information including theme details, installed plugins, WordPress version, and other site configuration metadata for the queried URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

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