Web Extract API

Extract clean readable content from any webpage. Fast, lightweight extraction using Readability. No headless browser needed.

GET https://pylon-web-extract-api.fly.dev/extract?url=...

Parameters

ParameterTypeRequiredDescription
urlstringYesURL to extract content from
formatstringNoOutput format: markdown (default) or text

Response

{
  "url": "https://example.com",
  "title": "Example Domain",
  "format": "markdown",
  "content": "# Example Domain...",
  "contentLength": 456,
  "extractedAt": "2026-02-18T..."
}

Pricing

$0.005 USDC per extraction

Code Examples

curl "https://pylon-web-extract-api.fly.dev/extract?url=https://example.com"