Directory / genesis.palsus2023.workers.dev
Extract and normalize HTTP and HTTPS links from a public web page. Use for crawlers, sitemap generation, link discovery, website structure analysis, research agents and web link extraction. Price: $0.003 USDC via x402 on Base.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://genesis.palsus2023.workers.dev/v1/link_extract' # -> 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 -X POST 'https://genesis.palsus2023.workers.dev/v1/link_extract'
Endpoint: https://genesis.palsus2023.workers.dev/v1/link_extract. Operated by genesis.palsus2023.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Get URL and web page metadata including title, meta description, canonical URL, Open Graph metadata and Twitter metadata. Use for link previews, URL inspection,…
Repair malformed, invalid, or broken JSON-like text and return valid parseable JSON when recoverable. Useful for fixing machine-generated JSON, API responses, m…