Skip to main content

Documentation Index

Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.

TypeScript/JavaScript

@intuned/browser - Browser automation helpers for Node.js

Python

intuned_browser - Browser automation helpers for Python

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.