# Oblique Markets Web Extraction Sample Purchase

> Oblique Markets Web Extraction Sample Purchase is a paid API for AI agents from api.oblique.markets, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Fetches and returns a machine-readable data extraction sample from a specified HTTPS webpage, billed per call via x402 micropayment

## Facts

- Endpoint: POST https://api.oblique.markets/api/v1/paid/purchase-web-extraction-sample
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oblique-markets-web-extraction-sample-purchase-684108a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KLctHKgUvlKuRF4RLOwm6

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 oblique-markets-web-extraction-sample-purchase-684108a3 -d '<json body>'
```

Example prompt: Can you extract the machine-readable content from https://example.com/products/widget-123 and give me the structured data from that page?

## When to prefer this

Choose this endpoint when you need a single-page, pay-per-use web extraction without committing to a subscription scraping service. Ideal for agents that occasionally need structured data from specific HTTPS URLs and can pay $0.01 USDC per call via x402. Prefer this over full-site crawlers when only one page is needed, and over free scrapers when reliability and machine-readable output formatting matter.

## Known failure modes

- Non-HTTPS URLs rejected — only HTTPS pages are supported
- Payment failure if x402 USDC balance is insufficient or wallet not configured
- Target page returns 4xx/5xx — extraction fails with upstream error
- Paywalled or login-required pages may return incomplete or empty extractions
- Rate limiting or bot-detection on the target site may yield partial data
- Invalid or unreachable URL returns an error response

## How this service works

Use when an agent needs purchase web extraction sample. Returns Purchase a machine-readable extraction sample from one HTTPS webpage. $0.01.

## Output

A machine-readable extraction sample of the target HTTPS webpage, returned as structured data (text, fields, metadata) parsed from the page's content, suitable for programmatic consumption by an AI agent or downstream pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "HTTPS page to extract"
  },
  "idempotency_key": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example.com",
  "text": "This domain is for use in illustrative examples in documents.",
  "title": "Example Domain",
  "status": "fulfilled",
  "source_status": 200,
  "payment_tx_hash": "0xabc123..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oblique-markets-web-extraction-sample-purchase-684108a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oblique.markets](https://www.zero.xyz/host/api.oblique.markets/llms.txt)
