Agent toolkit

SEO Research Toolkit

Full SEO audit of any domain in one autonomous run.

Use case

Pass a domain. Get on-page SEO score, top-ranking keywords, competitor signals, scraped meta-data, and a screenshot snapshot — combinable with your reporting pipeline.

APIs in this bundle (5)
Cycle cost ≈ $0.119 USDC
Network Base L2
Settle <2s
Signup none

Code example

import { x402Fetch } from "x402-agent-tools";

async function auditDomain(domain: string) {
  const seo = await x402Fetch(`https://seo-analyzer.api.klymax402.com/api/audit?url=https://${domain}`);
  const kw = await x402Fetch(`https://keyword-research.api.klymax402.com/api/keywords?query=${domain}`);
  const intel = await x402Fetch(`https://domain-intelligence.api.klymax402.com/api/lookup?domain=${domain}`);
  const snap = await x402Fetch(`https://screenshot-pdf.api.klymax402.com/api/screenshot?url=https://${domain}`);
  return { seo, kw, intel, screenshot: snap.url };
}
← All bundles