# MX Data Helper - Web Extract

> MX Data Helper - Web Extract is a paid API for AI agents from temporary-prompt-onyx-8ryoe7p.vercel.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Extracts plain text content from a given URL via a pay-per-call x402 API on Base mainnet

## Facts

- Endpoint: POST https://temporary-prompt-onyx-8ryoe7p.vercel.app/v1/web_extract
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mx-data-helper-web-extract-29081779
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UWeVe4iX9LDe87wcuKBmU

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 mx-data-helper-web-extract-29081779 -d '<json body>'
```

Example prompt: Can you extract all the readable text from this page for me: https://example.com/article/some-news-story

## When to prefer this

Choose this endpoint when you need to quickly extract readable text from a single public URL and are operating in an x402/Base mainnet payment environment. It is well-suited for lightweight, per-call web text extraction tasks where you do not need full browser rendering or structured data parsing. The pay-per-call micro-payment model ($0.002 USDC) makes it cost-effective for occasional or low-volume scraping without subscription overhead.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status
- Payment not processed — insufficient USDC balance on Base mainnet
- URL points to a non-HTML resource (PDF, image, binary file) that cannot be text-extracted
- Page requires JavaScript rendering and content is not available in static HTML
- Request times out for slow or large pages
- Malformed or invalid URL provided in the request body

## How this service works

Pay-per-call x402 data services on Base mainnet

## Output

Returns the extracted plain text content of the webpage at the given URL, stripped of HTML markup and other non-textual elements

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to extract text from"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mx-data-helper-web-extract-29081779/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from temporary-prompt-onyx-8ryoe7p.vercel.app](https://www.zero.xyz/host/temporary-prompt-onyx-8ryoe7p.vercel.app/llms.txt)
