# CONNSKILL Backlinks Report

> CONNSKILL Backlinks Report is a paid API for AI agents from agent.connskill.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns a backlink profile for a given domain, including rank, total backlinks, referring domain count, and top referring domains.

## Facts

- Endpoint: POST https://agent.connskill.com/v1/backlinks-report
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/connskill-backlinks-report-c04f1671
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ka2oKoDr9YpemPsEqvESe

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 connskill-backlinks-report-c04f1671 -d '<json body>'
```

Example prompt: Pull a backlinks report for shopify.com — I want to see the domain rank, total backlink count, number of referring domains, and the top sites linking to it.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call backlink and referring-domain summary for any domain without managing API keys or subscriptions. Ideal for one-off SEO audits, competitive research, or agent workflows that need domain authority signals on demand via USDC micropayment on Base.

## Known failure modes

- Invalid or malformed domain string returns an error response
- Unknown or very new domains may return sparse or zero-count data
- Network timeout or service unavailability returns a non-200 status
- Payment failure via x402 protocol results in 402 response and no data delivered

## How this service works

Backlink profile of a domain: summary metrics plus top 25 referring domains

## Output

A JSON object containing the domain's rank, total backlink count, number of referring domains, and an array of top referring domains each with their own rank, domain name, and backlink count directed at the target.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "target"
 ],
 "properties": {
  "target": {
   "type": "string",
   "description": "Domain, e.g. example.com. Also accepted as \"domain\" or \"url\"."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Backlink profile of a domain: summary metrics plus top 25 referring domains"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/connskill-backlinks-report-c04f1671/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.connskill.com](https://www.zero.xyz/host/agent.connskill.com/llms.txt)
