Browse AI
ExtractionCOMING SOONby Browse AI
Browse AI point-and-click robots for extraction and page monitoring. Prebuilt robots with scheduling; API access to every dataset.
Not live yet: API key valid. Action: train at least one robot in the Browse AI dashboard — the API can only run prebuilt robots and the account has none. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- Browse AI
- Type
- Extraction
- Added
- —
- Interface
- Task-level
- Trust tier
- restricted
- Egress
- Vendor egress (unverified)
- Evidence
- minimal
- Max session
- 15 min
- Regions
- US
- Pricing
- $2.5/1K credits
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
$2.50/1K credits
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per 1k steps | $2.5/1K credits | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Extraction runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessionsextra
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "browse-ai"
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": "browse-ai"
}'