Directory / web-scraper-api-production-bf20.up.railway.app
Extract page metadata: title, description, keywords, author, published/modified dates, canonical, language, favicon, and OpenGraph/Twitter card tags.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://web-scraper-api-production-bf20.up.railway.app/scrape/metadata' # -> 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://web-scraper-api-production-bf20.up.railway.app/scrape/metadata'
Endpoint: https://web-scraper-api-production-bf20.up.railway.app/scrape/metadata. Operated by web-scraper-api-production-bf20.up.railway.app, 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.
Extract all links from a page split into internal and external, each with anchor text and rel attribute, plus per-group counts.
Extract structured elements: heading hierarchy (h1-h6), lists, tables as 2D arrays, and images with alt text, plus element counts.
Fetch a URL and extract clean main-content text with title, description, word count, and char count; boilerplate (nav/footer/sidebar/ads) is stripped.
All 4 endpoints on web-scraper-api-production-bf20.up.railway.app →