# august.services Web Page to Markdown Converter

> august.services Web Page to Markdown Converter is a paid API for AI agents from api-v3qhpbwutp.august.services, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Fetches a public web page and returns clean, LLM-ready Markdown with navigation, scripts, and boilerplate stripped out

## Facts

- Endpoint: POST https://api-v3qhpbwutp.august.services/v1/markdown
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/august-services-web-page-to-markdown-converter-d54a3b82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f7_QqabHTnsIL34ywkzni

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-services-web-page-to-markdown-converter-d54a3b82 -d '<json body>'
```

Example prompt: Grab the content from https://www.paulgraham.com/greatwork.html and convert it to clean Markdown — strip out all the navigation, ads, and scripts so I can feed it into my LLM.

## When to prefer this

Choose this endpoint when you need to quickly convert one or a small number of public web pages to clean Markdown for LLM consumption without committing to a scraping subscription or account. It is ideal for pay-per-use agent workflows, ad-hoc research pipelines, and RAG ingestion tasks. Prefer it over full-site crawlers when you only need individual pages rather than entire site audits. Not suitable for pages behind authentication, paywalls, or disallowing robots.

## Known failure modes

- Non-public or login-required pages return an error since only logged-out public pages are fetched
- Pages blocked by robots.txt are not fetched and return an appropriate error
- Invalid or malformed URLs result in a request error
- Pages with heavy JavaScript rendering may return incomplete content if JS-rendered content is not accessible statically
- Network timeouts or unreachable domains return a fetch failure

## How this service works

Convert any public web page into clean, LLM-ready Markdown with the navigation, scripts and boilerplate stripped. Pay per call with no account, no subscription and no monthly minimum — useful for agents that need a handful of pages rather than a scraping plan. Obeys robots.txt and fetches logged-out public pages only.

## Output

Returns a JSON object containing the page title, the original source URL, and the full page content as clean Markdown — with navigation menus, scripts, ads, and boilerplate HTML removed. The Markdown is structured and ready for direct use in LLM prompts or RAG pipelines.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/august-services-web-page-to-markdown-converter-d54a3b82/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)
