Agent sends a URL — a real human browses it, extracts content, and returns clean text. Bypasses bot detection, paywalls, and JavaScript-rendered pages.
curl -X POST https://siliconbridge.xyz/task/submit \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "web_browse", "payload": {"url": "https://example.com", "instruction": "Extract the main article text"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
result = sb.submit_task("web_browse", {"url": "https://example.com", "instruction": "Get pricing info"})
Your agent submits a task via API with service type web_browse
A real human operator picks it up and completes it (avg <60 seconds)
Result is returned via API or webhook. Your agent continues.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.