How It Works
When you callscrape(), Reader:
- Loads the page in a real browser (Ulixee Hero)
- Handles challenges like JavaScript execution and anti-bot protection
- Waits for content to ensure dynamic elements are loaded
- Extracts main content by removing navigation, ads, and other noise
- Converts to markdown using supermarkdown
Basic Usage
Output Formats
Reader supports two output formats:| Format | Description |
|---|---|
markdown | Clean markdown, optimized for LLMs |
html | Cleaned HTML with main content only |

