Animica x402 Directory

Directory / web-scraper-api-production-bf20.up.railway.app

web-scraper-api-production-bf20.up.railway.app/scrape/links

Extract all links from a page split into internal and external, each with anchor text and rel attribute, plus per-group counts.

Call it

# 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/links'

# -> 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/links'

Endpoint: https://web-scraper-api-production-bf20.up.railway.app/scrape/links. 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.

Other endpoints on web-scraper-api-production-bf20.up.railway.app

web-scraper-api-production-bf20.up.railway.app/scrape/metadata

Extract page metadata: title, description, keywords, author, published/modified dates, canonical, language, favicon, and OpenGraph/Twitter card tags.

GET · $0.002

web-scraper-api-production-bf20.up.railway.app/scrape/structured

Extract structured elements: heading hierarchy (h1-h6), lists, tables as 2D arrays, and images with alt text, plus element counts.

GET · $0.002

web-scraper-api-production-bf20.up.railway.app/scrape/text

Fetch a URL and extract clean main-content text with title, description, word count, and char count; boilerplate (nav/footer/sidebar/ads) is stripped.

GET · $0.002

All 4 endpoints on web-scraper-api-production-bf20.up.railway.app →