# StableJack Web Page Research

> StableJack Web Page Research is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Reads and extracts evidence from one or more public HTTPS web pages, returning structured research content

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/web_page_research
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-web-page-research-06a209ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OgFDrP1s02u8xZuYc2awC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablejack-web-page-research-06a209ad -d '<json body>'
```

Example prompt: Can you read these three URLs and pull out all the key evidence and claims from each page: https://example.com/article1, https://example.com/article2, and https://example.com/article3?

## When to prefer this

Choose this endpoint when you need to extract and read raw evidence from specific known public URLs, especially within the StableJack research ecosystem where results can feed into crypto, DeFi, or market analysis workflows. Prefer this over generic scrapers when the extracted content is intended to support structured financial or crypto research.

## Known failure modes

- URL is not publicly accessible or requires authentication — returns error or empty content
- Non-HTTPS URLs rejected — endpoint only supports public HTTPS pages
- Placeholder or malformed URLs array causes validation failure
- Page behind JavaScript rendering may not return full content
- Rate limiting or timeout if pages are slow to respond
- Paywalled content will only return partial or gated text

## How this service works

Read and extract evidence from one or more public HTTPS pages. Include a non-placeholder urls array.

## Output

Returns extracted text content and evidence from the specified public HTTPS pages, structured as a research packet with the readable content, key claims, and relevant data pulled from each URL provided.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-web-page-research-06a209ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
