x402.shizu.me
x402.shizu.me
· x402.shizu.me
Scrape a public web page and pull caller-specified fields back as clean JSON. Body: {url, fields:[...], instructions?}. 'fields' is a list of field names to extract (e.g. ["title","price","author"]); any field not found comes back null. Optional 'instructions' refines how to read the page. Returns {url, fields:{...}}. Built on the /scrape extractor plus an LLM extraction pass.
x402.shizu.me 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.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
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.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://x402.shizu.me/candles
|
0.01 | USDC |
https://x402.shizu.me/convert
|
0.003 | USDC |
https://x402.shizu.me/count
|
0.002 | USDC |
https://x402.shizu.me/crypto
|
0.003 | USDC |
https://x402.shizu.me/extract
|
0.015 | USDC |
https://x402.shizu.me/geo
|
0.002 | USDC |
https://x402.shizu.me/markdown
|
0.004 | USDC |
https://x402.shizu.me/pdf
|
0.005 | USDC |
https://x402.shizu.me/scrape
|
0.004 | USDC |
https://x402.shizu.me/tz
|
0.002 | USDC |
https://x402.shizu.me/validate
|
0.002 | USDC |
https://x402.shizu.me/weather
|
0.003 | USDC |
0x217e5fe265eb78b29067bf8324ef03a7d8e167c4 · basescan ↗
| Agent card | https://x402.shizu.me |
| Provider | https://x402.shizu.me |
| Docs | https://x402.shizu.me |
Health · last 0 probes
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/x402.shizu.me) [](https://agenstry.com/agents/x402.shizu.me) [](https://agenstry.com/agents/x402.shizu.me) [](https://agenstry.com/agents/x402.shizu.me)
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
{
"_source": "agentic.market",
"service": {
"id": "x402-shizu-me",
"name": "x402.shizu.me",
"description": "Scrape a public web page and pull caller-specified fields back as clean JSON. Body: {url, fields:[...], instructions?}. 'fields' is a list of field names to extract (e.g. [\"title\",\"price\",\"author\"]); any field not found comes back null. Optional 'instructions' refines how to read the page. Returns {url, fields:{...}}. Built on the /scrape extractor plus an LLM extraction pass.",
"domain": "x402.shizu.me",
"provider": "x402.shizu.me",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://x402.shizu.me/candles",
"description": "Historical OHLC price candles for a crypto trading pair (e.g. BTC-USD, ETH-EUR) \u2014 for technical analysis and backtesting. Query: pair (required); granularity (optional: 1m, 5m, 15m, 1h, 6h, 1d \u2014 default 1h); limit (optional: 1-300 candles, default 100). Returns candles oldest->newest, each {t: unix secs, o, h, l, c, v}. Real-time from Coinbase.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "pair",
"type": "string",
"description": "",
"example": "BTC-USD",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Crypto OHLC Candles",
"tags": [
"crypto",
"ohlc",
"candles",
"technical-analysis",
"backtesting"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://x402.shizu.me/convert",
"description": "Convert structured data between csv, json, and yaml. Body: {data, from, to}. Returns the converted result. Use for data wrangling and format normalization.",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "data",
"type": "string",
"description": "",
"example": "[{\"a\":1,\"b\":2}]",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "json",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "string",
"description": "",
"example": "yaml",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Data Format Converter",
"tags": [
"data",
"convert",
"csv",
"json",
"yaml"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://x402.shizu.me/count",
"description": "Exact token count for text using OpenAI tokenizers. Body: {text, encoding?} where encoding is cl100k_base or o200k_base (default). Returns tokens and char_count. Use to budget prompts and context windows.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "encoding",
"type": "string",
"description": "",
"example": "o200k_base",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "hello world",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "LLM Token Counter",
"tags": [
"tokens",
"tokenizer",
"tiktoken",
"llm",
"gpt"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "3"
}
},
{
"url": "https://x402.shizu.me/crypto",
"description": "Current spot price for a crypto trading pair (e.g. BTC-USD, ETH-EUR). Input: pair. Returns amount and currency. Real-time from Coinbase.",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "pair",
"type": "string",
"description": "",
"example": "BTC-USD",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Crypto Spot Price",
"tags": [
"crypto",
"price",
"bitcoin",
"ethereum",
"exchange-rate"
],
"quality": {
"l30DaysTotalCalls": "13",
"l30DaysUniquePayers": "12"
}
},
{
"url": "https://x402.shizu.me/extract",
"description": "Scrape a public web page and pull caller-specified fields back as clean JSON. Body: {url, fields:[...], instructions?}. 'fields' is a list of field names to extract (e.g. [\"title\",\"price\",\"author\"]); any field not found comes back null. Optional 'instructions' refines how to read the page. Returns {url, fields:{...}}. Built on the /scrape extractor plus an LLM extraction pass.",
"pricing": {
"amount": "0.015",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "fields",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Structured Extract",
"tags": [
"structured-extraction",
"data-extraction",
"web-scraping",
"json",
"llm"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://x402.shizu.me/geo",
"description": "Geospatial computation. op=distance (lat1,lon1,lat2,lon2 -> km and miles) or op=geohash (lat,lon,precision? -> geohash string). Inputs as query params.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "lat1",
"type": "string",
"description": "",
"example": "0",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lat2",
"type": "string",
"description": "",
"example": "1",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lon1",
"type": "string",
"description": "",
"example": "0",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lon2",
"type": "string",
"description": "",
"example": "1",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "op",
"type": "string",
"description": "",
"example": "distance",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Geospatial Compute",
"tags": [
"geo",
"distance",
"haversine",
"geohash",
"coordinates"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://x402.shizu.me/markdown",
"description": "Fetch any public web page and return its main content as clean Markdown, ready to feed to an LLM. Boilerplate (nav, ads, footers) stripped. Input: url (public http/https). Returns {url, markdown, word_count}.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Webpage to Markdown",
"tags": [
"webpage-to-markdown",
"markdown",
"html-to-markdown",
"web-scraping",
"content-extraction"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://x402.shizu.me/pdf",
"description": "Fetch a PDF by URL and extract its text as JSON. Input: url (public http/https pointing to a PDF). Returns {url, pages, word_count, text}. Bounded to the first 50 pages; 3 MB max.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com/file.pdf",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "PDF to Text",
"tags": [
"pdf",
"pdf-to-text",
"document",
"text-extraction",
"data"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://x402.shizu.me/scrape",
"description": "Fetch any public web page and return clean main content as JSON: title, author, publish date, hostname, excerpt, full text, and word_count. Boilerplate (nav, ads, footers) is stripped. Input: url (public http/https). Use to read articles, docs, or pages and feed clean text to an LLM.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "url",
"type": "string",
"description": "",
"example": "https://example.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Web Page Scraper",
"tags": [
"web-scraping",
"content-extraction",
"html-to-text",
"article",
"readability"
],
"quality": {
"l30DaysTotalCalls": "4",
"l30DaysUniquePayers": "4"
}
},
{
"url": "https://x402.shizu.me/tz",
"description": "Convert a timestamp between IANA timezones. Inputs: from, to (e.g. UTC, America/New_York), time? (ISO8601, default now). Returns input/converted timestamps and UTC offset.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "from",
"type": "string",
"description": "",
"example": "UTC",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "to",
"type": "string",
"description": "",
"example": "America/New_York",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Timezone Converter",
"tags": [
"timezone",
"time",
"datetime",
"iana",
"conversion"
],
"quality": {
"l30DaysTotalCalls": "9",
"l30DaysUniquePayers": "8"
}
},
{
"url": "https://x402.shizu.me/validate",
"description": "Validate a value. Body: {type, value, schema?}. type = luhn (credit-card number), iban (bank account), email, or json_schema (validate value against a provided JSON Schema). Returns {valid, ...}.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "type",
"type": "string",
"description": "",
"example": "email",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "a@b.com",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Value Validator",
"tags": [
"validation",
"luhn",
"credit-card",
"iban",
"email"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "2"
}
},
{
"url": "https://x402.shizu.me/weather",
"description": "Current weather for any coordinate: temperature (C), relative humidity (%), wind speed, and weather code. Inputs: lat, lon. Real-time, keyless (Open-Meteo).",
"pricing": {
"amount": "0.003",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "lat",
"type": "string",
"description": "",
"example": "52.52",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "lon",
"type": "string",
"description": "",
"example": "13.40",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Current Weather",
"tags": [
"weather",
"forecast",
"temperature",
"meteorology",
"geolocation"
],
"quality": {
"l30DaysTotalCalls": "43",
"l30DaysUniquePayers": "30"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.015",
"avgCostPerTransaction": "0.004583",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"crypto",
"ohlc",
"candles",
"technical-analysis",
"backtesting",
"data",
"convert",
"csv",
"json",
"yaml",
"tokens",
"tokenizer",
"tiktoken",
"llm",
"gpt",
"price",
"bitcoin",
"ethereum",
"exchange-rate",
"structured-extraction",
"data-extraction",
"web-scraping",
"geo",
"distance",
"haversine",
"geohash",
"coordinates",
"webpage-to-markdown",
"markdown",
"html-to-markdown",
"content-extraction",
"pdf",
"pdf-to-text",
"document",
"text-extraction",
"html-to-text",
"article",
"readability",
"timezone",
"time",
"datetime",
"iana",
"conversion",
"validation",
"luhn",
"credit-card",
"iban",
"email",
"weather",
"forecast",
"temperature",
"meteorology",
"geolocation"
],
"iconUrl": ""
}
}