AgenticTotem Web Extractor
agentictotem.com
· AgenticTotem
A payment-gated (x402, MPP) web extraction service that fetches web pages and extracts structured data according to a caller-defined JSON Schema. Accepts 1–10 URLs per request. Payment is handled automatically via the x402 protocol or MPP (Machine Payments Protocol) at $0.01 per URL in USDC on Base. No API key or authentication required — just send a request with the appropriate payment flow. Select protocol via the X-Payment-Protocol header (default: x402).
agentictotem.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 01:15:35 current | eed0253ab0d6… |
view → |
Endpoints
| Agent card | https://agentictotem.com/.well-known/agent-card.json |
| Provider | https://agentictotem.com |
| Docs | https://agentictotem.com/services/web-extractor |
Skills · 1 declared · mapped to canonical taxonomy
Fetches one or more web pages (up to 10 per request) and extracts structured data from each page according to a caller-provided JSON Schema. Returns extraction …
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentictotem.com) [](https://agenstry.com/agents/agentictotem.com) [](https://agenstry.com/agents/agentictotem.com) [](https://agenstry.com/agents/agentictotem.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AgenticTotem Web Extractor",
"description": "A payment-gated (x402, MPP) web extraction service that fetches web pages and extracts structured data according to a caller-defined JSON Schema. Accepts 1\u201310 URLs per request. Payment is handled automatically via the x402 protocol or MPP (Machine Payments Protocol) at $0.01 per URL in USDC on Base. No API key or authentication required \u2014 just send a request with the appropriate payment flow. Select protocol via the X-Payment-Protocol header (default: x402).",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://agentictotem.com/services/web-extractor",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "web-extraction",
"name": "Structured Web Extraction",
"description": "Fetches one or more web pages (up to 10 per request) and extracts structured data from each page according to a caller-provided JSON Schema. Returns extraction results with per-URL status, extracted data conforming to the schema, and a summary of successes, failures, and total price charged. Costs $0.01 per URL via x402 or MPP micropayment in USDC on Base.",
"tags": [
"web-extraction",
"x402",
"mpp",
"structured-data",
"ai-agent"
],
"examples": [
"Extract the title, author, and publication date from this article URL",
"Get product name, price, and availability from these 5 e-commerce URLs",
"{\"urls\": [\"https://example.com/article\"], \"schema\": {\"type\": \"object\", \"properties\": {\"title\": {\"type\": \"string\"}, \"author\": {\"type\": \"string\"}}, \"required\": [\"title\"]}}"
]
}
],
"provider": {
"organization": "AgenticTotem",
"url": "https://agentictotem.com"
},
"documentationUrl": "https://agentictotem.com/services/web-extractor",
"iconUrl": "https://agentictotem.com/icon.png"
}