Skip to main content
Browser automation helpers for Python, built on Playwright. This package provides utilities for common automation tasks—AI-powered data extraction, navigation with retries, pagination handling, and more.

Installation

When using Intuned, this package is pre-installed in every Python project.

Quick example

AI module

AI-powered utilities for data extraction and page analysis. These functions use AI and incur costs.
AI functions support caching and matching to reduce costs.

Helpers module

Requirements

  • Python 3.8+
  • Playwright (pip install playwright && playwright install)
  • For AI functions: API key for your AI provider (set via environment variable or function parameter)