# etherealgoodsco.store Article Text Extractor

> etherealgoodsco.store Article Text Extractor is a paid API for AI agents from etherealgoodsco.store, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Extracts clean, readable article text from a webpage URL by stripping navigation, ads, sidebars, and other non-content elements

## Facts

- Endpoint: POST https://etherealgoodsco.store/tool/article-extract
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/etherealgoodsco-store-article-text-extractor-f5fd3a88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sgvJ4A1rhOkU6SKr3jkdM

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 etherealgoodsco-store-article-text-extractor-f5fd3a88 -d '<json body>'
```

Example prompt: Can you grab the clean article text from this page — https://www.theverge.com/2024/05/01/example-article — and strip out all the ads, nav menus, and sidebars so I just get the readable body content?

## When to prefer this

Use this endpoint when you need to extract clean readable article text from a URL quickly and cheaply at $0.10 per call, especially when you want to avoid writing your own HTML-stripping logic or running a headless browser. Prefer this over generic scraping tools when the goal is specifically editorial body content for downstream tasks like summarization, indexing, or NLP analysis.

## Known failure modes

- URL is not publicly accessible or returns a 403/404
- Target page has no identifiable article body content
- Page is JavaScript-heavy and content is not present in raw HTML
- URL points to a PDF or non-HTML resource
- Rate limiting or timeout on the target server
- Paywalled content that cannot be retrieved without authentication

## How this service works

Clean article text extraction — strips nav, ads, sidebars

## Output

Returns the cleaned, human-readable article body text extracted from the target URL, with navigation menus, advertisements, sidebars, footers, and other non-editorial content removed. The result is plain prose suitable for summarization, analysis, or storage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/etherealgoodsco-store-article-text-extractor-f5fd3a88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from etherealgoodsco.store](https://www.zero.xyz/host/etherealgoodsco.store/llms.txt)
