# DeFi Intel Agent Gateway – HTML Table Extractor

> DeFi Intel Agent Gateway – HTML Table Extractor is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Fetches a web page via GET and returns only its HTML tables as typed, structured JSON, stripping all markup, ads, and surrounding content.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/web/html-table-extractor
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-agent-gateway-html-table-extractor-29236f28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_obOwR_TXiOVwNSkyN3GKD

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 defi-intel-agent-gateway-html-table-extractor-29236f28 -d '<json body>'
```

Example prompt: Can you grab all the tables from this page and give me the data as clean JSON? Here's the URL: https://coinmarketcap.com/defi/

## When to prefer this

Use this endpoint when you need to extract structured tabular data from a public webpage quickly and cheaply, without writing custom parsers or managing an API key. It is ideal for one-off or pay-per-call scenarios where you want clean, typed JSON from HTML tables and don't need full-page content or JavaScript rendering.

## Known failure modes

- Page has no HTML tables — returns empty array or error
- Target URL is blocked or returns 403/404 — propagates HTTP error
- Dynamic tables rendered via JavaScript may not be captured if page requires JS execution
- Malformed HTML may cause incomplete table parsing
- Rate limit exceeded for free daily samples — requires payment via x402

## How this service works

Extract only the HTML tables from a page as typed JSON, discarding markup and ads — $0.002 USDC/call on Base. Pay-per-call via x402 — no API key, no account. Free samples daily.

## Output

A JSON array of table objects, each containing typed column headers and row data extracted from the HTML tables found on the requested page, with all surrounding markup, ads, and non-table content removed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-agent-gateway-html-table-extractor-29236f28/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
