Puppeteer + GPT-4o mini
Framework (OSS)LIVEby Google
Puppeteer sessions with GPT-4o mini handling structured extraction and page understanding. This pairing powers today's live Banana Peel runs on this engine.
- Provider
- Type
- Framework (OSS)
- Added
- —
- Interface
- Session-level (CDP)
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- minimal
- Max session
- 120 min
- Regions
- US, EU, CA
- Pricing
- $0.08/run
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.3%
Traffic share
13.3%
Success
3s
Median duration
$0.007/task
Avg $/task
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per run | $0.08/run | $0.01 | Includes LLM tokens |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File uploadextra
Form filling
Structured extractiongap
Vision-basedgap
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "puppeteer-gpt-4o-mini"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "puppeteer-gpt-4o-mini"
}'