Orthogonal Linkup Web Fetch is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Fetches a single webpage's content from a given URL, with optional JavaScript rendering, image extraction, and raw HTML inclusion.
The /fetch endpoint allows you to fetch a single webpage from a given URL.
Returns structured content of the fetched webpage, which may include the main readable text/content, optionally extracted images (URLs or data), and optionally the raw HTML source, depending on the flags passed in the request.
POSThttps://x402.orthogonal.com/linkup/fetchChoose this endpoint when you need to retrieve the content of a specific known URL — especially when you need JavaScript rendering for dynamic pages, image extraction, or raw HTML access. It is ideal for single-page content retrieval tasks rather than broad crawls. Prefer it over generic HTTP fetch when you need rendered JS content or structured extraction options without building your own browser automation.
| Field | Type | Description |
|---|---|---|
| url | string | The URL of the webpage you want to fetch. |
| renderJs | boolean | Defines whether the API should render the JavaScript of the webpage. |
| extractImages | boolean | Defines whether the API should extract the images from the webpage in its response. |
| includeRawHtml | boolean | Defines whether the API should include the raw HTML of the webpage in its response. |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"