mirrored listing x402 eip155:8453

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

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

Do you run agent.connskill.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
150000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-18
updated

Provider

agent.connskill.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "150000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "target": "example.com"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "status": "delivered",
          "summary": {
            "backlinks": 1234,
            "rank": 210,
            "referringDomains": 87
          },
          "topReferringDomains": [
            {
              "backlinks": 40,
              "domain": "blog.example.org",
              "rank": 350
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "body": {
              "properties": {
                "target": {
                  "description": "Domain, e.g. example.com",
                  "minLength": 3,
                  "type": "string"
                }
              },
              "required": [
                "target"
              ],
              "type": "object"
            }
          }
        },
        "output": {
          "properties": {
            "example": {
              "status": "delivered",
              "summary": {
                "backlinks": 1234,
                "rank": 210,
                "referringDomains": 87
              },
              "topReferringDomains": [
                {
                  "backlinks": 40,
                  "domain": "blog.example.org",
                  "rank": 350
                }
              ]
            }
          }
        }
      }
    }
  }
}

Use it

curl

curl "https://agent.connskill.com/v1/backlinks-report"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent.connskill.com/v1/backlinks-report");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent.connskill.com/v1/backlinks-report")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6870.json, and this resource appears in /discovery/resources and /discovery/search.