Extracts raw text content directly from URLs without browser rendering. Best used for structured data formats or when fast, direct access is needed.
get-rendered-html
Fetches fully rendered HTML content using a headless browser. Essential for modern web applications and SPAs that require JavaScript rendering.
get-markdown
Converts web page content to well-formatted Markdown. Preserves structural elements while providing clean, readable text output.
get-markdown-from-media
Performs AI-powered content extraction from media files (images, videos) using computer vision and OCR. Requires a valid OPENAI_API_KEY environment variable.