Baby Blue Viper Browse — Web Fetch & Screenshot is a paid API for AI agents from api.babyblueviper.com, paid per call via x402, $0.182056/call, status unknown (last checked 2026-09-15).
Fetches, extracts text from, or screenshots a public URL for use by autonomous agents, with optional multi-step browser actions
invinoveritas /browse — the scaffold's HANDS (web): Browser-as-a-Service — fetch, text extraction, Playwright screenshots, multi-step click/type/navigate in an
Returns a JSON object with the fetched URL, page body or extracted text, success status, a unique action_id (baas_…), and optionally a screenshot_artifact_id if a screenshot was captured.
POSThttps://api.babyblueviper.com/browseUse this endpoint when an AI agent needs to fetch live web content, extract readable text from a page, capture a visual screenshot, or automate multi-step browser interactions — especially within a Lightning Network / x402 pay-per-use agent pipeline. Prefer over generic HTTP fetch when you need screenshot capability, tiered execution, or structured browser automation steps alongside payment-native agent workflows.
| Field | Type | Description |
|---|---|---|
| url | string | Public http(s) URL to fetch/act on |
| tier | integer | |
| steps | array | |
| action | string | |
| selector | string | |
| max_bytes | integer | |
| viewport_width | integer | |
| viewport_height | integer |
{
"type": "json",
"example": {
"url": "…",
"body": "…",
"status": "success",
"action_id": "baas_…",
"screenshot_artifact_id": ""
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"