# August Web Extract — Schema-Driven Web Page Extraction

> August Web Extract — Schema-Driven Web Page Extraction is a paid API for AI agents from api-v3qhpbwutp.august.services, paid per call via x402, $0.08/call, status down (last checked 2026-09-15).

Fetches a public web page and extracts structured JSON from its content according to a caller-supplied JSON Schema, combining retrieval and extraction in a single paid call.

## Facts

- Endpoint: POST https://api-v3qhpbwutp.august.services/v1/web-extract
- Price: $0.08/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/august-web-extract-schema-driven-web-page-extraction-a3094ac3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xkyypuw2dNssI1wVJzAv1

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 august-web-extract-schema-driven-web-page-extraction-a3094ac3 -d '<json body>'
```

Example prompt: Go to stripe.com/pricing and extract the plan names and monthly prices as structured JSON — I want a list of objects with 'name' and 'price' fields.

## When to prefer this

Choose this endpoint when you need to retrieve a public web page AND extract specific structured fields from it in a single operation, without maintaining a separate scraping subscription. It is ideal when you already know the shape of the data you want (expressible as a JSON Schema) and the source is a logged-out public web page. Prefer it over general-purpose scraping tools when schema-conformant JSON output is required directly. Use the sibling Markdown-conversion endpoint instead if you want raw readable content rather than structured extraction.

## Known failure modes

- URL is behind a login wall or paywalled — returns empty or partial data since only logged-out public pages are fetched
- robots.txt disallows crawling — request is refused to remain compliant
- Page content does not contain fields matching the supplied schema — output fields will be null or missing
- Invalid or malformed JSON Schema supplied — extraction cannot be performed
- Target URL is unreachable or returns a non-200 HTTP status — fetch fails
- Dynamic JavaScript-rendered content may not be fully captured if the page requires JS execution

## How this service works

Fetch a public web page and return structured JSON matching a JSON Schema you supply. Combines retrieval and extraction in one paid call, so an agent does not need a separate scraping subscription. Obeys robots.txt and fetches logged-out public pages only.

## Output

A structured JSON object whose shape conforms to the JSON Schema provided by the caller, populated with data extracted from the fetched web page. For example, a pricing page might return an array of plan objects with name and price fields. The response reflects only publicly visible, logged-out page content.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/august-web-extract-schema-driven-web-page-extraction-a3094ac3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api-v3qhpbwutp.august.services](https://www.zero.xyz/host/api-v3qhpbwutp.august.services/llms.txt)
