Crawl multiple pages from a website with depth control. Streams results as pages are scraped. Returns markdown content per page. Billed per successfully scraped page ($0.001/page).
Bearer token authentication using your LLMLayer API key. Include in Authorization header as: Bearer YOUR_LLMLAYER_API_KEY
Seed URL to start crawling from
"https://example.com"
Maximum number of pages to crawl (hard limit: 100)
1 <= x <= 100Maximum depth to crawl from seed URL
x >= 1Total timeout in seconds for the entire crawl operation
If true, includes pages from subdomains
Include hyperlinks in extracted content
Include images in extracted content
Enable advanced proxy for protected sites.
Extract only main page content.
Output format preference for crawled pages. Currently markdown is returned.
markdown, html, screenshot, pdf ["markdown", "html"]Server-Sent Events stream of crawled pages
SSE stream with event types: page, usage, done, error