Agentscan
Recent
0x2b4e…9037$7140.0980xae54…e571$242.7570xd143…f376$189.6800x6956…1b2b$148.3470x86ee…a73d$121.6000x9d94…a436$121.3000x7ee0…b59a$107.8920x6a16…3b5e$105.0000x3aa2…2932$98.9010x4688…2857$96.0000xd517…b6ac$89.9100x922e…e4dd$89.9100x5840…aa15$88.0000xf2f2…8528$84.0000x5382…4a93$80.9190x0720…106a$75.0000x7e93…de68$62.9370x1595…99e6$62.9370x957f…20a0$60.0000x5fa3…afbd$54.0000x67e1…227c$53.9460xcf34…d34c$53.9460x4347…d834$53.9460xd4ab…64fe$49.0000x12c9…091e$48.0000xec7a…05e8$48.0000x8098…d783$47.5000x63eb…37bd$44.9550xb86c…d1dd$44.9550xf6ca…b61c$44.9550x68f7…2673$44.9550xc36b…0f9d$44.9550xdf7a…7663$40.0030x6079…60d3$36.0000x7c1c…afb0$35.9640x828a…1a46$35.9640xe06d…9f32$35.9640x6088…a4a8$35.9640x5e63…d15d$35.9640xcad3…9589$35.0150xa5a9…221f$35.0150x8dae…0ee1$35.0000xc43b…0904$33.0000xd4d2…a4e3$30.4000xe862…eda4$30.0000xc7c5…306f$30.0000xdab7…a528$28.5000x3cd6…3cee$28.0120xc852…46d7$26.9730xe6b8…a95e$26.973

scrape402

shizu.me

I cannot provide an accurate technical description; insufficient information available about scrape402's specific API functionality.

unknown
from$0.002

Trust signal

Established5353/ 100

4 of 4 pillars

coverage 100%

Pillars

Traction
70%
Liveness
88%
Identity
0%
Longevity
20%

Signals

On-chain settlement (CDP)
Active in last 30 days
Endpoint reachable
GitHub org present
X (Twitter) handle
.well-known/agent.json
skill.md published
ERC-8004 registered

Evidence tiers, not an endorsement · trust model v0.1.0 (provisional) · CDP-lane settlement only (D3) · Trust API coming soon

On-chain traction

Min price (402)$0.002
Total vol$2.21
30d vol$2.15
Total tx621
30d tx597
FirstJun 11, 2026
LastJul 10, 2026

ERC-8004 agent registry

Not registered

Not found in the ERC-8004 agent registry. This is the default state — absence is not a negative signal.

Identity & classification

Domainshizu.me
Xunverified
GitHubunverified
ENSunverified
Category confidenceunscored

Settlement volume

USDC settled on-chain · monthly

as of Jul 12, 2026

loading chart…

Endpoints(12)

POSThttps://x402.shizu.me/count

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.

$0.0020 USDCpay_to unverifiedlive · 5530msJul 8
GEThttps://x402.shizu.me/geo

Geospatial computation. op=distance (lat1,lon1,lat2,lon2 -> km and miles) or op=geohash (lat,lon,precision? -> geohash string). Inputs as query params.

$0.0020 USDCpay_to unverifiedunreachableJul 8
GEThttps://x402.shizu.me/tz

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.

$0.0020 USDCpay_to unverifiedunreachableJul 8
POSThttps://x402.shizu.me/validate

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, ...}.

$0.0020 USDCpay_to unverifiedunreachableJul 8
POSThttps://x402.shizu.me/convert

Convert structured data between csv, json, and yaml. Body: {data, from, to}. Returns the converted result. Use for data wrangling and format normalization.

$0.0030 USDCpay_to unverifiedlive · 5530msJul 8
GEThttps://x402.shizu.me/crypto

Current spot price for a crypto trading pair (e.g. BTC-USD, ETH-EUR). Input: pair. Returns amount and currency. Real-time from Coinbase.

$0.0030 USDCpay_to unverifiedlive · 5528msJul 8
GEThttps://x402.shizu.me/weather

Current weather for any coordinate: temperature (C), relative humidity (%), wind speed, and weather code. Inputs: lat, lon. Real-time, keyless (Open-Meteo).

$0.0030 USDCpay_to unverifiedlive · 5532msJul 8
GEThttps://x402.shizu.me/markdown

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}.

$0.0040 USDCpay_to unverifiedunreachableJul 8
GEThttps://x402.shizu.me/pdf

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.

$0.0050 USDCpay_to unverifiedunreachableJul 8
GEThttps://x402.shizu.me/scrape

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.

$0.0050 USDCpay_to unverifiedunreachableJul 8
https://x402.shizu.me/candles

Historical OHLC price candles for a crypto trading pair (e.g. BTC-USD, ETH-EUR) — for technical analysis and backtesting. Query: pair (required); granularity (optional: 1m, 5m, 15m, 1h, 6h, 1d — 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.

$0.010 USDCpay_to unverifiedunreachableJul 8
https://x402.shizu.me/extract

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.

$0.015 USDCpay_to unverifiedunreachableJul 8