Web search API — search the web and get clean ranked JSON results (title, url, snippet) via Serper with automatic Brave failover and cross-provider dedup. Optional cited answer. Input: { query, num? (1-20), answer? (bool) }.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://taskfleet.net/search' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://taskfleet.net/search'
Endpoint: https://taskfleet.net/search. Operated by taskfleet.net, not by Animica. Price and availability were correct at the last probe on 2026-08-29 and are set by the operator, who may change them.
Scrape any website to clean Markdown, text, or structured JSON. Renders JavaScript/SPA pages with headless Chromium (captures content raw-fetch scrapers miss), …
On-chain wallet analysis for any Base (EVM) address: native + token balances, transaction history summary, top counterparties, and rule-based activity classific…