Extract content from any URL in multiple formats simultaneously: markdown, HTML, or screenshot (base64).
Bearer token authentication using your LLMLayer API key. Include in Authorization header as: Bearer YOUR_LLMLAYER_API_KEY
URL to scrape
"https://example.com/article"
Output formats to generate. 'pdf' is accepted for backward compatibility but ignored in this endpoint.
markdown, html, screenshot, pdf ["markdown", "screenshot"]Include images in markdown output
Include hyperlinks in markdown output
Enable advanced proxy for heavily protected sites.
Extract only the main content, excluding navigation and boilerplate.
Scraped content in requested formats
Content in markdown format (always returned)
Final URL after any redirects
HTTP status code (200 for success)
Content in HTML format (when 'html' in formats)
Legacy field. Present for backward compatibility; usually null/empty.
Base64-encoded screenshot image (when 'screenshot' in formats)
Page title extracted from metadata
Cost in USD ($0.001 per format requested)
Additional metadata extracted from the page