Skip to main content

Intuned Browser SDK

Browser automation helpers built on Playwright. These SDKs extend Playwright with utilities for common automation tasks—AI-powered data extraction, pagination handling, file operations, and more. Use these helpers in any Playwright project, or with the Intuned platform for managed infrastructure and deployment.

What’s included

AI helpers — Extract structured data from pages using vision models. Detect page load states intelligently. These functions use AI and incur costs. Automation helpers — Navigate with retries, wait for network/DOM to settle, handle infinite scroll and “Load More” pagination, convert pages to markdown. File utilities — Download files from pages, upload to S3, handle file operations. Data processing — Validate against schemas, sanitize HTML, parse dates, filter empty values.

Requirements

Both SDKs require:
  • Playwright installed and configured
  • For AI functions: an API key for the AI provider (OpenAI, Anthropic, etc.)

Using with Intuned

When deployed to Intuned, these SDKs are pre-installed and configured. AI functions use Intuned’s built-in AI integration, and file utilities can leverage Intuned’s storage. For standalone use, install the SDK directly and configure AI providers as needed.