# Domain DA/PA Checker

> Domain DA/PA Checker is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Checks the Domain Authority (DA) and Page Authority (PA) metrics for a given domain name

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/domain-da-pa-check
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/domain-da-pa-checker-13715e39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FXPyMx3GLYaexRvdtjywj

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 domain-da-pa-checker-13715e39 -d '<json body>'
```

Example prompt: Can you check the Domain Authority and Page Authority scores for nytimes.com so I can evaluate its SEO strength for a link building campaign?

## When to prefer this

Use this endpoint when you need quick, pay-per-request DA/PA lookups without a recurring Moz or SEMrush subscription. Ideal for one-off domain vetting, link building qualification, or competitor analysis tasks within an automated agent workflow where cost per call at $0.18 USDC is acceptable.

## Known failure modes

- Invalid or malformed domain name returns an error or zero scores
- Domain not indexed by the authority provider returns null or empty metrics
- Rate limiting or quota exhaustion returns a payment or limit error
- Network timeout if the underlying SEO data provider is unavailable

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns the Domain Authority (DA) and Page Authority (PA) scores for the requested domain, typically on a 0-100 scale, indicating the domain's overall SEO strength and link equity as assessed by the underlying authority data provider.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/domain-da-pa-checker-13715e39/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
