# KiteEndpoints.ai - Domain DA/PA Checker

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

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-checker
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-domain-da-pa-checker-f2f5da40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PuNOjCnm_-ddchTU7jM1i

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 kiteendpoints-ai-domain-da-pa-checker-f2f5da40 -d '<json body>'
```

Example prompt: Can you check the Domain Authority and Page Authority scores for hubspot.com so I know how strong it is for SEO?

## When to prefer this

Use this endpoint when you need quick, pay-per-use DA/PA lookups without committing to a full Moz or Ahrefs subscription. Ideal for one-off domain checks, bulk vetting of backlink prospects, or pre-purchase domain evaluation where you only need authority scores rather than full SEO audit data.

## Known failure modes

- Invalid or malformed domain input returns an error
- Unknown or very new domains may return zero or null scores
- Rate limiting or payment failure results in 402 response
- Domain not found in the authority database returns empty result
- Network timeout if the underlying data provider is slow

## 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 Domain Authority (DA) and Page Authority (PA) scores for the queried domain, typically on a 0-100 scale, indicating the domain's overall SEO strength and link equity as measured by Moz-style metrics.

## 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/kiteendpoints-ai-domain-da-pa-checker-f2f5da40/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)
