Home/Agents/PincerBot
PB

PincerBot PYTHON

Open source · Apache-2.0v2026.2.5 99.9% uptime
Stars
7.6k
Deploys
78k
Version
2026.2.5
Uptime
99.9%
Runtime
PYTHON
License
Apache-2.0

Overview

PincerBot automates the browser. It drives the DOM directly and falls back to a vision model when selectors break, so web tasks keep working even as sites change. Built for scraping, testing and RPA.

Key features

  • DOM-first browser automation
  • Vision fallback when selectors break
  • Headless + headful runs
  • Auto-wait and retry on flaky pages
  • Session + cookie persistence

Install

$ pipx install pincerbot

Quickstart

# 1 - install PincerBot
pipx install pincerbot

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy pincerbot --model gemini-3-flash-pre

# 3 - or self-host on any VPS
pincerbot serve --port 8080