Overview
WraithBytes provides multiple output formats optimized for different use cases. All formats are designed to be token-efficient — delivering maximum information density with minimal token consumption when fed to LLMs.Available Formats
Markdown
Clean, pre-processed Markdown that preserves content structure while stripping unnecessary HTML noise. Ideal for LLM consumption.Structured JSON
Typed, structured JSON output from platform-specific parsers. Returns well-defined fields with consistent types.HTML
Raw or cleaned HTML for cases where you need the full page source."cleaned" for sanitized HTML or "raw" for the original source.
Link Extraction
Extract all links found on the page.Image URL Extraction
Extract all image URLs from the page.Combining Formats
Options are not mutually exclusive. You can request multiple formats in a single request:Token Efficiency
WraithBytes outputs are specifically designed for AI consumption:- Markdown strips boilerplate HTML, ads, and navigation — reducing token count by 60-90% compared to raw HTML
- Structured JSON provides typed fields that LLMs can reference directly without parsing
- Custom JSON Schema lets you extract only the fields you need, minimizing payload size