# gateway.apiosk.com Web Extraction – Extract Pricing

> gateway.apiosk.com Web Extraction – Extract Pricing is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Extracts structured pricing plan data (plan names, prices, currencies, features, billing periods) from a given pricing page URL

## Facts

- Endpoint: POST https://gateway.apiosk.com/web-extraction/extract-pricing
- 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/gateway-apiosk-com-web-extraction-extract-pricing-7abd2f99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JqTjS8YKBTh3t2bAfoeCR

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 gateway-apiosk-com-web-extraction-extract-pricing-7abd2f99 -d '<json body>'
```

Example prompt: Can you extract the pricing plans from https://linear.app/pricing and tell me the plan names, prices, currencies, and what features each plan includes?

## When to prefer this

Use this endpoint when you need to programmatically extract structured pricing plan data from any public pricing page URL, especially for competitive intelligence, price monitoring, or enriching product databases. Prefer this over generic web scrapers because it returns normalized pricing entities (plan name, price, currency, billing period, features) rather than raw HTML or unstructured text.

## Known failure modes

- URL is not a pricing page — returns empty plans array or low confidence score
- Target page uses heavy JavaScript rendering and pricing data cannot be resolved
- URL is unreachable or returns a non-200 status — extraction fails
- Pricing is hidden behind a login wall — returns empty or partial results
- Ambiguous or non-standard pricing layouts result in low confidence scores

## How this service works

Heuristically parse pricing plans (name, price, currency, billing period, features) from a pricing page. Each plan gets its own detected currency. Returns plans [] with confidence 0 when nothing matches. Best-effort, not a guaranteed parser for every layout.

## Output

Returns a structured JSON object containing the source URL, an array of pricing plans (each with name, price, currency, feature list, and billing period), and a confidence score (0–1) indicating how reliably the data was extracted from the page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-web-extraction-extract-pricing-7abd2f99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
