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.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.
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.| Function | Description |
|---|---|
extract_structured_data | Extract structured data from pages using AI with schema validation |
is_page_loaded | Detect when a page has finished loading |
Helpers module
| Function | Description |
|---|---|
go_to_url | Navigate with automatic retries and error handling |
wait_for_network_settled | Wait for network requests to complete |
wait_for_dom_settled | Wait for DOM mutations to finish |
scroll_to_load_content | Load infinite-scroll content |
click_until_exhausted | Click “Load More” buttons until all content loads |
extract_markdown | Convert pages to markdown |
download_file | Download files with different triggers |
save_file_to_s3 | Download and upload files to S3 |
upload_file_to_s3 | Upload files with custom S3 configurations |
filter_empty_values | Remove empty values from data |
validate_data_using_schema | Validate data against schemas |
process_date | Parse and normalize dates |
sanitize_html | Clean and sanitize HTML |
resolve_url | Resolve relative URLs to absolute paths |
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)