pageaudit.online

PageAudit: audit beyond the free daily allowance

OtherLiveeip155:8453Exactvia facilitator:payAI
Settlements · 30d
34↓ 67%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$16.19
Verified settled volume
34 settlements proven x402 by their on-chain EIP-3009 marker.
$0.020
Listed price
As published in the catalog. Always read the live 402 before paying.
Calls · 30d
Upstream's own call count for this endpoint, not ours.
Unique payers · 30d
Never called
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x7c22D10a957c62044d03dB5C0086f500Fc645a26

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.02USDC≈ $0.02 USD
on Base · exact scheme

Pay 0.02 USDC on Base to 0x7c22…45a26. The signed payment is good for 2 minutes.

USD Coin contract
0x8335…02913
Payment window
2 minutes
As published
20000 smallest units
Buys
PageAudit: audit beyond the free daily allowance
Returns
application/json
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x7c22D10a957c62044d03dB5C0086f500Fc645a26",
    "scheme": "exact",
    "network": "base",
    "mimeType": "application/json",
    "resource": "https://pageaudit.online/api/audit",
    "description": "PageAudit: audit beyond the free daily allowance",
    "outputSchema": {
      "input": {
        "type": "http",
        "method": "POST",
        "bodyType": "json",
        "bodyFields": {
          "url": "",
          "guest_token": "",
          "cf_turnstile_response": ""
        },
        "discoverable": true
      },
      "output": {
        "type": "json",
        "schema": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string",
              "description": "ID do audit gravado; `null` quando o banco não estava disponível."
            },
            "fixes": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "alvo": {
                    "type": "string",
                    "description": "Onde aplicar: `head`, `corpo`, `img`, `arquivo` ou `pagina` (instrução)."
                  },
                  "code": {
                    "type": "string",
                    "description": "O mesmo `code` do achado (`Achado.code`)."
                  },
                  "nota": {
                    "type": "string",
                    "description": "Como aplicar, ou o que decidir."
                  },
                  "fonte": {
                    "type": "string",
                    "description": "De onde o valor saiu, ou o que a página já tinha (para o molde ou para conferir o corte)."
                  },
                  "classe": {
                    "type": "string",
                    "description": "`deterministico` sai inteira da página; `molde` tem placeholder `{{…}}`; `sem_patch` é instrução."
                  },
                  "arquivo": {
                    "type": "object",
                    "description": "`path` e `conteudo` quando a correção é um arquivo na raiz do host."
                  },
                  "snippet": {
                    "type": "string",
                    "description": "A tag pronta (ou com placeholder). `null` em arquivo e em `sem_patch`."
                  },
                  "severity": {
                    "type": "string",
                    "description": "Gravidade do achado de origem."
                  }
                },
                "description": "A correção pronta de um achado. `classe` diz se é para colar, para preencher ou para decidir."
              },
              "description": "A correção pronta de cada achado, sem modelo — colar, preencher ou decidir. O consolidado está em `_links.patch`."
            },
            "quota": {
              "type": "object",
              "properties": {
                "price_usd": {
                  "type": "number",
                  "description": "Preço do audit além da franquia, em USD."
                },
                "free_per_day": {
                  "type": "integer",
                  "description": "Audits grátis por IP por dia."
                }
              },
              "description": "Quanto ainda é grátis e quanto custa passar disso."
            },
            "score": {
              "type": "integer",
              "description": "Nota de 0 a 100, calculada dos achados abaixo."
            },
            "_links": {
              "type": "object",
              "properties": {
                "self": {
                  "type": "string",
                  "description": "Este audit, para reler sem re-auditar."
                },
                "patch": {
                  "type": "string",
                  "description": "`GET /api/audits/:id/patch` — o patch consolidado deste audit."
                },
                "share": {
                  "type": "string",
                  "description": "Onde publicar este audit num slug público."
                },
                "api_index": {
                  "type": "string",
                  "description": "Índice auto-descrito da API."
                }
              },
              "description": "Este audit, o patch, o compartilhamento e o índice da API."
            },
            "counts": {
              "type": "object",
              "properties": {
                "info": {
                  "type": "integer",
                  "description": "Observações sem gravidade."
                },
                "errors": {
                  "type": "integer",
                  "description": "Achados graves."
                },
                "warnings": {
                  "type": "integer",
                  "description": "Achados que merecem atenção."
                }
              },
              "description": "Quantos achados de cada severidade."
            },
            "issues": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string",
                    "description": "Código estável do check, ex. `title_missing`. É por ele que se filtra."
                  },
                  "message": {
                    "type": "string",
                    "description": "O achado em uma frase, pronta para mostrar a uma pessoa."
                  },
                  "severity": {
                    "type": "string",
                    "description": "Gravidade do achado."
                  }
                },
                "description": "Um problema (ou acerto) encontrado na página."
              },
              "description": "Tudo que foi encontrado, do mais grave para o menos."
            },
            "jsonLd": {
              "type": "array",
              "items": {
                "type": "object"
              },
              "description": "Os blocos JSON-LD crus, como estavam na página."
            },
            "headers": {
              "type": "object",
              "description": "Todos os headers da resposta do alvo. `Set-Cookie` é removido de propósito: é credencial de terceiro."
            },
            "summary": {
              "type": "object",
              "properties": {
                "h1s": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Todos os `<h1>` da página, na ordem."
                },
                "lang": {
                  "type": "string",
                  "description": "Idioma declarado em `<html lang>`."
                },
                "links": {
                  "type": "object",
                  "description": "Contagem de links internos, externos e sem texto."
                },
                "title": {
                  "type": "string",
                  "description": "Conteúdo de `<title>`."
                },
                "words": {
                  "type": "integer",
                  "description": "Palavras no conteúdo visível."
                },
                "images": {
                  "type": "object",
                  "description": "Contagem de imagens e quantas estão sem `alt`."
                },
                "legacy": {
                  "type": "object",
                  "description": "Markup antigo ainda presente (ex. `<font>`, tabelas de layout)."
                },
                "robots": {
                  "type": "string",
                  "description": "Conteúdo de `<meta name=robots>`."
                },
                "status": {
                  "type": "integer",
                  "description": "Status HTTP final do alvo."
                },
                "charset": {
                  "type": "string",
                  "description": "Codificação declarada."
                },
                "favicon": {
                  "type": "string",
                  "description": "URL do favicon encontrado."
                },
                "sitemap": {
                  "type": "object",
                  "description": "Se a URL aparece no sitemap declarado pela origem."
                },
                "twitter": {
                  "type": "object",
                  "description": "As tags `twitter:*` encontradas."
                },
                "finalUrl": {
                  "type": "string",
                  "description": "URL depois de seguir todos os redirects."
                },
                "hreflang": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  },
                  "description": "As alternativas de idioma declaradas."
                },
                "viewport": {
                  "type": "string",
                  "description": "Conteúdo de `<meta name=viewport>`."
                },
                "canonical": {
                  "type": "string",
                  "description": "URL canônica declarada pela página."
                },
                "openGraph": {
                  "type": "object",
                  "description": "As tags `og:*` encontradas, chave por chave."
                },
                "redirects": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  },
                  "description": "A cadeia de redirects percorrida até a URL final."
                },
                "robotsTxt": {
                  "type": "object",
                  "description": "O que o `robots.txt` da origem diz sobre esta URL."
                },
                "contentType": {
                  "type": "string",
                  "description": "Content-Type da resposta final."
                },
                "jsonLdCount": {
                  "type": "integer",
                  "description": "Quantos nós JSON-LD a página tinha."
                },
                "jsonLdTypes": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Os `@type` encontrados, ex. `Organization`, `WebSite`."
                },
                "jsonLdBlocks": {
                  "type": "integer",
                  "description": "Quantos blocos `<script type=application/ld+json>` existiam."
                },
                "faviconSource": {
                  "type": "string",
                  "description": "Como o favicon foi achado: declarado ou pelo caminho padrão."
                },
                "jsonLdDropped": {
                  "type": "boolean",
                  "description": "`true` quando nós foram descartados por passarem do teto."
                },
                "metaDescription": {
                  "type": "string",
                  "description": "Conteúdo de `<meta name=description>`."
                }
              },
              "description": "O que a página declara: título, meta, canonical, OG, headings, links…"
            },
            "truncated": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "O que foi cortado e por quê: `jsonld_size`, `jsonld_nodes_over_50`, `result_size`. Vazio quer dizer nada cortado."
            },
            "jsonLdStored": {
              "type": "integer",
              "description": "Quantos blocos sobreviveram ao teto de tamanho — compare com `summary.jsonLdBlocks`."
            },
            "htmlTruncated": {
              "type": "boolean",
              "description": "`true` quando a página passou de 2 MB e foi lida só até ali."
            }
          },
          "description": "O relatório de uma auditoria: nota, achados e tudo que foi observado na página."
        }
      }
    },
    "maxAmountRequired": "20000",
    "maxTimeoutSeconds": 120
  }
]

Provenance

Seen in the source catalog
2026-09-05 01:11Z
Last indexed by Roundhouse
2026-09-24 11:45Z
Last enriched (probe, favicon, geo)
2026-09-14 20:46Z
x402 version
1
Max timeout
120s
Liveness probe
HTTP 404
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service pageaudit.online and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=pageaudit.online'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://pageaudit.online/api/audit, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.