Memory · sandbox · browse · critique · judge.
Documents16PDF · Word · Excel · OCR.
Audio20Transcribe · diarize · TTS.
Images27Caption · OCR · resize.
Web39Scrape · screenshot · meta.
Validation25Email · IBAN · IP · VAT.
Conversions20JSON · YAML · UUID.
All endpoints159Full catalog · featured first.
Wallet-only · earn USDC daily.
Sell-side guideEIP-712 · JWT · settlement.
Pricing & take rate3% paywall · 4% proxy.
How settlement worksSettlement runs daily at 00:00 UTC, in USDC. A balance ≥ 1 USDC is paid at the next run (within 24h). A balance below 1 USDC carries over and accumulates across days until it reaches 1 USDC, then it's paid.
/v1/agent/browse
Powered by Playwright
Request → Response
Examples from schemas.json.
POST /v1/agent/browse Content-Type: application/json { "url": "https://tools402.dev", "return": "screenshot" }
HTTP/1.1 200 OK Content-Type: application/json // Endpoint-specific body after 402 settlement
Load a web page in an isolated worker and return a screenshot, DOM, or both, with optional interactions and viewport. Powered by Playwright.
Open-source browser automation and testing framework by Microsoft.
Body: JSON · application/json
| Field | Type | Description | |
|---|---|---|---|
| url | string | required | — |
| wait_for | string | integer | optional | — |
| viewport | object | optional | — |
| return | string | required | enum: screenshot, dom, both |
| interactions | array | optional | — |
| headers | object | optional | — |
curl -X POST https://api.tools402.dev/v1/agent/browse \
-H "Content-Type: application/json" \
-d '{
"url": "https://tools402.dev",
"return": "screenshot"
}'402 payment flow omitted — see Integrations for settlement.