# geld machen URL Extract

> geld machen URL Extract is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Extracts content and metadata from a given HTTPS URL, returning structured data about the page.

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/url-extract
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geld-machen-url-extract-1e669403
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nCNGoclaFunMeLdJdoHPS

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 geld-machen-url-extract-1e669403
```

Example prompt: Can you extract the content from https://example.com/article so I can read and process what's on that page?

## When to prefer this

Use this endpoint when you need to extract text or content from a specific HTTPS URL as a lightweight, pay-per-call operation. Prefer it over heavier crawling solutions when you need quick single-URL extraction with minimal setup via x402 micropayment.

## Known failure modes

- Invalid or non-HTTPS URL returns an error
- URL is unreachable or returns a non-200 status
- Page blocks scraping bots and returns empty or partial content
- Payment of $0.02 USDC not completed results in 402 response
- Malformed URL parameter causes request failure

## How this service works

TIP-OF-SPEAR: URL Fingerprint ($0.01) GET ?url= → body_sha256/TLS/DNS. DEMAND-MATCHED SERP tip: Web Search ($0.02) GET ?q= (required) → ranked results. OCR tip: Image OCR ($0.01) GET ?url= → Tesseract text (COGS=0). Builder tool: Bazaar Readiness Check — FREE ?url= indexed yes/nein + issue count; PAID report $0.05 Fix-JSON. Gated-data: Base DeFi Snapshot ($0.03) balances+gas+protocol TVL/APY. Free teasers have no live hash/results. Upsell red-flag $0.25. Ladder: 0.01→0.02→0.025→0.25→0.35→0.49→0.75→17.

## Output

Returns extracted content and metadata from the provided HTTPS URL, including the page body text and associated page data, structured as JSON.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-url-extract-1e669403/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
