# ForgeMesh SEO Authority Compare

> ForgeMesh SEO Authority Compare is a paid API for AI agents from seo.forgemesh.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Compares open-web domain authority scores across 2 to 20 domains using Common Crawl graph metrics

## Facts

- Endpoint: POST https://seo.forgemesh.io/v1/authority-compare
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-seo-authority-compare-1a5d8650
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-SLo4U00qpHRo6BEWkGI0

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 forgemesh-seo-authority-compare-1a5d8650 -d '<json body>'
```

Example prompt: Compare the open-web domain authority for these five sites: hubspot.com, semrush.com, moz.com, ahrefs.com, and searchengineland.com — rank them from strongest to weakest.

## When to prefer this

Choose this endpoint when you need to compare relative open-web domain authority across a set of 2–20 domains simultaneously using reproducible, Common Crawl-derived graph metrics rather than proprietary third-party DA scores. Prefer it over single-domain authority lookups when competitive ranking or side-by-side benchmarking is the goal. It is particularly well-suited for competitive SEO audits, link-building prospect evaluation, and domain acquisition decisions where you need a deterministic, unbiased authority signal across multiple candidates in a single call.

## Known failure modes

- Fewer than 2 domains submitted — validation error
- More than 20 domains submitted — exceeds maxItems limit
- Invalid domain format (e.g. URL with path instead of bare domain) — may return null or error for that entry
- Very new or obscure domains with no Common Crawl presence may return zero or null authority scores
- Payment failure or insufficient USDC balance — 402 response blocking the call

## How this service works

Compare open-web authority for 2 to 20 domains

## Output

Returns comparative authority scores derived from Common Crawl web graph metrics for each submitted domain, enabling relative ranking of 2–20 domains by their open-web authority signal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domains": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "maxItems": 20,
   "minItems": 2
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgemesh-seo-authority-compare-1a5d8650/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo.forgemesh.io](https://www.zero.xyz/host/seo.forgemesh.io/llms.txt)
