Featured tools
- Screenshot webpage: Get a fully javascript-rendered screenshot of a given webpage.
- Get webpage content: Get an LLM ready, Markdown version of a given webpage.
- Execute code snippet: Run a TypeScript snippet inside an existing browser session (
sessionIdquery parameter required).
PDF URLs are supported by the Get webpage content tool — the text content is extracted and returned in the same way as any other page. The Screenshot webpage tool does not support PDF URLs.
Featured AI based tools
- Perform task: Use natural language to have the browser autonomously act and perform a task.
Execute code snippet
Create a session withPOST /v1/sessions, then call POST /v1/tools/execute-code with sessionId in the query string. The request body code field is an async function body with injected page, browser, context, sessionId, and anchorClient. On success, the API returns output as a JSON string of your return value.

