JaceAI — web browsing and task automation plugin for CMDOP
Project description
JaceAI — AI Web Browsing & Task Automation Agent for Python
JaceAI is your go-to Python library for AI web scraping and browser automation. As a headless browser AI agent, it excels at web task automation. Alternatives include Puppeteer, Playwright, Browserbase, and Stagehand, but JaceAI provides a simpler, more Pythonic API for complex web interactions.
Features
- Automate complex web interactions with an AI-powered browser automation agent.
- Perform AI web scraping Python tasks to extract structured data from dynamic sites.
- Orchestrate web task automation using a headless browser AI.
- Manage headless browser instances for efficient web scraping in Python.
Use Cases
- Scrape and extract structured data from any URL
- Automate web forms and interactions with AI
- Take screenshots and monitor websites remotely
Installation
pip install jaceai
Quick Start
from jaceai import JaceAI
client = JaceAI.remote(api_key="cmdop_live_xxx")
data = client.extract("https://news.ycombinator.com", "top 5 story titles")
print(data)
client.fill_form("https://example.com/contact", "Fill name with 'Alice', email with 'alice@example.com' and submit")
CLI
No SDK needed? Connect via standalone binary:
curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jaceai-2026.3.11.tar.gz.
File metadata
- Download URL: jaceai-2026.3.11.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ee403208365f53ce3cf27a5ab7afcdc13ff2e6380d532fb5ddd48dfe297d9c
|
|
| MD5 |
ea8a567fb8025fae0ca44ed656d73f54
|
|
| BLAKE2b-256 |
86d2cc6a393dd076a75f850f23f2c63982a7cd6ddb98e5aee56fd64c56905b0d
|
File details
Details for the file jaceai-2026.3.11-py3-none-any.whl.
File metadata
- Download URL: jaceai-2026.3.11-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1259e65e7dd717512f1a31743cfa0e5e91c13c560eee64bb098ab142a6fb5ac9
|
|
| MD5 |
9cb877e89b93f22fd66240c3f1c4e73b
|
|
| BLAKE2b-256 |
c427c8bf48bec4213201379e69bec484a241cf6319c7a612728ca56c84a6ecf0
|