# Atinamos Technical SEO Crawl

> Atinamos Technical SEO Crawl is a paid API for AI agents from agent.atinamos.co.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs a bounded deterministic technical SEO crawl of up to 250 pages on a public website and returns machine-readable findings, an HTML report, and a SHA-256 evidence hash.

## Facts

- Endpoint: POST https://agent.atinamos.co.uk/agent/technical-seo-crawl
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atinamos-technical-seo-crawl-041c6425
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xB3-jZkvN9qBP4k8Ol0OO

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 atinamos-technical-seo-crawl-041c6425 -d '<json body>'
```

Example prompt: Can you run a full technical SEO crawl on https://www.example.com and give me a machine-readable report of all the issues found, including a verifiable evidence hash?

## When to prefer this

Choose this endpoint when you need a deterministic, evidence-backed technical SEO audit of a public website with up to 250 pages crawled, especially when you require machine-readable JSON output and a SHA-256 hash for verifiable proof of findings. Prefer it over generic SEO tools when auditability, reproducibility, and agentic integration are priorities. It is well-suited for automated pipelines where a structured, trusted technical SEO report is needed without manual browser-based tooling.

## Known failure modes

- URL is not publicly accessible or behind authentication — crawl cannot proceed
- Invalid or malformed URL input — returns validation error
- Crawl job queued but times out before completing — status URL must be polled for outcome
- Site blocks crawlers via robots.txt — partial or zero coverage returned
- Payment not accepted — job never enters queue and no crawl is started
- Private or localhost URLs rejected — only public HTTP/HTTPS URLs accepted

## How this service works

Bounded deterministic technical SEO crawl of up to 250 pages for a public website. Returns machine-readable technical findings, coverage evidence, authoritative JSON, a derived HTML report and a SHA-256 evidence hash. Payment settles when the crawl job is accepted into the queue; poll status_url for the later crawl outcome.

## Output

Returns machine-readable technical SEO findings covering up to 250 crawled pages, a coverage evidence report, authoritative JSON data, a derived HTML report, and a SHA-256 evidence hash for verification. Also provides a status URL to poll for the final crawl outcome, since the job is queued asynchronously after payment is accepted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri",
   "description": "Public HTTP or HTTPS website URL to crawl."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atinamos-technical-seo-crawl-041c6425/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.atinamos.co.uk](https://www.zero.xyz/host/agent.atinamos.co.uk/llms.txt)
