Complete SEO picture of a domain in one call: traffic estimate, ranked keywords, organic c
Complete SEO picture of a domain in one call: traffic estimate, ranked keywords, organic competitors and backlink profile
1000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
updated
Provider
agent.connskill.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "base",
"payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000000",
"maxTimeoutSeconds": 120
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"description": "Complete SEO picture of a domain in one call: traffic estimate, ranked keywords, organic competitors and backlink profile",
"example": {
"target": "example.com"
},
"inputSchema": {
"properties": {
"language_code": {
"default": "de",
"type": "string"
},
"location_code": {
"default": 2276,
"type": "integer"
},
"target": {
"description": "Domain, e.g. example.com",
"minLength": 3,
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
},
"method": "POST",
"type": "http"
},
"output": {
"example": {
"backlinks": {
"referringDomains": 210,
"topReferring": [
{
"backlinks": 44,
"domain": "press.example.org"
}
],
"total": 3400
},
"competitors": [
{
"avgPosition": 8.4,
"domain": "rival.com",
"intersections": 320
}
],
"overview": {
"backlinks": 3400,
"estimatedTrafficValue": 8900.5,
"organicKeywords": 1240,
"referringDomains": 210
},
"status": "delivered",
"target": "example.com",
"topKeywords": [
{
"keyword": "example service",
"rank": 3,
"searchVolume": 880,
"url": "https://example.com/"
}
]
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"language_code": {
"default": "de",
"type": "string"
},
"location_code": {
"default": 2276,
"type": "integer"
},
"target": {
"description": "Domain, e.g. example.com",
"minLength": 3,
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"backlinks": {
"referringDomains": 210,
"topReferring": [
{
"backlinks": 44,
"domain": "press.example.org"
}
],
"total": 3400
},
"competitors": [
{
"avgPosition": 8.4,
"domain": "rival.com",
"intersections": 320
}
],
"overview": {
"backlinks": 3400,
"estimatedTrafficValue": 8900.5,
"organicKeywords": 1240,
"referringDomains": 210
},
"status": "delivered",
"target": "example.com",
"topKeywords": [
{
"keyword": "example service",
"rank": 3,
"searchVolume": 880,
"url": "https://example.com/"
}
]
}
}
}
}
}
}
}Use it
curl
curl "https://agent.connskill.com/v1/site-audit" # -> 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/site-audit");
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/site-audit")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6889.json, and this resource appears in /discovery/resources and /discovery/search.