Direct URL crawling with JavaScript rendering support. Ideal for extracting content from single pages or multiple URLs in a single request.
Bearer token authentication using your API key. Format: Bearer YOUR_API_KEY
URL(s) to crawl. Can be a single URL or comma-separated list
"https://example.com"
Enable browser rendering for JavaScript-heavy sites
ISO 3166-1 alpha-2 country code for geolocation (e.g., us, gb, de)
"us"
Return the raw HTML as-is from the page source
Return cleaned/sanitized HTML with ads, scripts, and tracking removed
Return plain-text extraction of the page content
Return markdown conversion (recommended for RAG/LLM applications)
Capture a screenshot of the page. Only available when render_js=true
Capture full-page screenshot vs viewport only