Extract clean readable content from any webpage. Fast, lightweight extraction using Readability. No headless browser needed.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to extract content from |
format | string | No | Output format: markdown (default) or text |
{
"url": "https://example.com",
"title": "Example Domain",
"format": "markdown",
"content": "# Example Domain...",
"contentLength": 456,
"extractedAt": "2026-02-18T..."
}
$0.005 USDC per extraction
curl "https://pylon-web-extract-api.fly.dev/extract?url=https://example.com"