Features
Every parameter.
Every output.
Production-grade capabilities — data extraction, proxy, caching, headers — that work uniformly across metadata, screenshots, PDFs, and markdown.
Features
Scraping
Free + Pro
Data Extraction
Turn any URL into structured JSON with CSS selectors — no headless browser to run.
data: { headline: { selector: '.titleline > a', attr: 'text' } }
Explore feature →Code execution
Free + Pro
Browser Functions
Run any JavaScript with full Puppeteer access and npm packages — no Lambda, no browser fleet.
function: '({ page }) => page.title()'
Explore feature →Page control
Free + Pro
Browser Automation
Click, scroll, wait, emulate devices, and inject CSS or JS — shape the page before every capture.
click: '.tab-annual', waitForSelector: '.price'
Explore feature →Anti-bot & unblocking
Pro
Automatic Proxy Resolution
Bypass Cloudflare, DataDome, and Akamai antibots with zero configuration.
x-fetch-mode: fetch-proxy
Explore feature →Performance & caching
Pro
Configurable TTL
Cache hits never count against your quota — tune lifetime per request, from 1 minute to 31 days.
ttl: '1d', staleTtl: '12h'
Explore feature →Authentication & access
Pro
Custom HTTP Headers
Forward cookies, tokens, and any header to the target page — secrets never touch the URL.
headers: { 'x-api-header-cookie': 'session=…' }
Explore feature →Built in, not bolted on.
Every feature works across every workflow — the same request that extracts data can capture the screenshot, render the PDF, and cache the result. No extra vendors, no extra glue.