web-scraper-api-production-bf20.up.railway.app publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.002 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /scrape/links | GET | $0.002 | 402 |
| /scrape/metadata | GET | $0.002 | 402 |
| /scrape/structured | GET | $0.002 | 402 |
| /scrape/text | GET | $0.002 | 402 |
Extract all links from a page split into internal and external, each with anchor text and rel attribute, plus per-group counts.
Extract page metadata: title, description, keywords, author, published/modified dates, canonical, language, favicon, and OpenGraph/Twitter card tags.
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.