Audits a page's on-page SEO in one call: head metadata, link profile, and keyword ideas
Audits a page's on-page SEO in one call: head metadata, link profile, and keyword ideas. Give it a URL and get back head metadata (title, description, canonical, OG/Twitter cards), the internal/external link breakdown, and ranked keyword suggestions seeded from your seed_keyword or the page's own title. One paid call replaces three: ideal for content-gap analysis, SEO audits, competitor page reviews, programmatic SEO pipelines. Composite: one call runs url-metadata-extract + link-extract in parallel, then keyword-suggest seeded from the page title. Use it as an SEO research API for agents.
Provider
x402.agentutility.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "40000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "40000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"discoverable": true,
"info": {
"input": {
"body": {
"seed_keyword": "markdown editor",
"url": "https://example.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"components": [
{
"ms": 620,
"name": "url-metadata-extract",
"ok": true
},
{
"ms": 710,
"name": "link-extract",
"ok": true
},
{
"ms": 480,
"name": "keyword-suggest",
"ok": true
}
],
"composed_of": [
"url-metadata-extract",
"keyword-suggest",
"link-extract"
],
"degraded": false,
"keywords": {
"count": 3,
"suggestions": [
"markdown editor",
"markdown editor online",
"markdown editor mac"
]
},
"links": {
"count": 1,
"external_count": 1,
"internal_count": 0,
"items": [
{
"href": "https://www.iana.org/domains/example",
"is_external": true,
"text": "More information..."
}
]
},
"metadata": {
"canonical": null,
"description": "",
"language": "en",
"og": {},
"title": "Example Domain",
"twitter": {}
},
"seed_keyword_used": "markdown editor",
"url": "https://example.com"
},
"type": "json"
}
},
"related": [
"/url-metadata-extract",
"/keyword-suggest",
"/link-extract"
],
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"seed_keyword": {
"description": "Optional keyword seed for suggestions. Defaults to the page title. Max 200 chars.",
"type": "string"
},
"url": {
"description": "Page URL to snapshot (http or https). Max 2048 chars.",
"type": "string"
}
},
"required": [
"url"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"components": {
"items": {
"properties": {
"ms": {
"type": "integer"
},
"name": {
"type": "string"
},
"ok": {
"type": "boolean"
}
},
"type": "object"
},
"type": "array"
},
"composed_of": {
"items": {
"type": "string"
},
"type": "array"
},
"degraded": {
"type": "boolean"
},
"keywords": {
"properties": {
"count": {
"type": "integer"
},
"suggestions": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"links": {
"properties": {
"count": {
"type": "integer"
},
"external_count": {
"type": "integer"
},
"internal_count": {
"type": "integer"
},
"items": {
"items": {
"properties": {
"href": {
"type": "string"
},
"is_external": {
"type": "boolean"
},
"text": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"metadata": {
"properties": {
"canonical": {
"type": "null"
},
"description": {
"type": "string"
},
"language": {
"type": "string"
},
"og": {
"properties": {},
"type": "object"
},
"title": {
"type": "string"
},
"twitter": {
"properties": {},
"type": "object"
}
},
"type": "object"
},
"seed_keyword_used": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_awpbwsy3"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://x402.agentutility.ai/seo-snapshot" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.agentutility.ai/seo-snapshot");
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://x402.agentutility.ai/seo-snapshot")
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/5216.json, and this resource appears in /discovery/resources and /discovery/search.