{"openapi":"3.1.0","info":{"title":"Browserbase","version":"1.0.0","description":"Headless Chromium browser sessions for agentic web automation — stealth scraping, full-page screenshots, and anti-bot/captcha bypass.","contact":{"email":"support@payweave.app"},"x-guidance":"Headless Chromium browser sessions for agentic web automation — stealth scraping, full-page screenshots, and anti-bot/captcha bypass.\nEach endpoint takes a JSON request and returns either a 200 with the result or a 402 Payment Required challenge (MPP / x402). Pricing is fixed per endpoint in USD; the per-operation `x-payment-info` block carries the exact challenge metadata (price, accepted protocols, payment realm).\nFor per-endpoint schemas, examples, and detailed usage, fetch https://api.payweave.app/app/app_fh9a3b5iuwx59888nmh9key7/skill.md or `<this-origin>/<path>/skill.md` for a single endpoint."},"x-service-info":{"categories":["Browser automation","Web scraping","Screenshots"]},"servers":[{"url":"https://browserbase.payweave.services"}],"paths":{"/scrape":{"post":{"summary":"Browserbase: Web Scrape","description":"Scrape rendered HTML from a real Chromium browser session (Browserbase)","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"mpp":{"method":"tempo","intent":"charge","currency":"0x20c000000000000000000000b9537d11c60e8b50","network":"eip155:4217","amount":"30000"}},{"mpp":{"method":"solana","intent":"charge","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amount":"30000"}},{"x402":{"scheme":"exact","network":"eip155:8453","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","extra":{"name":"USD Coin","version":"2"}}},{"x402":{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"30000"}}],"description":"Scrape rendered HTML from a real Chromium browser session (Browserbase)"},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","const":true},"sessionId":{"type":"string","description":"Browserbase session id used for this capture"},"url":{"type":"string","format":"uri","description":"The URL that was scraped"},"html":{"type":"string","description":"Rendered outer HTML of the page after load"}},"required":["ok","sessionId","url","html"],"additionalProperties":false}}}},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"timeout":{"type":"integer","minimum":5000,"maximum":60000},"stealth":{"type":"boolean"},"solveCaptchas":{"type":"boolean"},"blockAds":{"type":"boolean"},"region":{"type":"string","enum":["us-west-2","us-east-1","eu-central-1","ap-southeast-1"]}},"required":["url"],"additionalProperties":false}}}}}},"/screenshot":{"post":{"summary":"Browserbase: Screenshot","description":"Capture a full-page screenshot via real Chromium browser (Browserbase)","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"mpp":{"method":"tempo","intent":"charge","currency":"0x20c000000000000000000000b9537d11c60e8b50","network":"eip155:4217","amount":"50000"}},{"mpp":{"method":"solana","intent":"charge","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","amount":"50000"}},{"x402":{"scheme":"exact","network":"eip155:8453","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","extra":{"name":"USD Coin","version":"2"}}},{"x402":{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","currency":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"50000"}}],"description":"Capture a full-page screenshot via real Chromium browser (Browserbase)"},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean","const":true},"sessionId":{"type":"string","description":"Browserbase session id used for this capture"},"url":{"type":"string","format":"uri","description":"The URL that was captured"},"data":{"type":"string","description":"Base64-encoded PNG screenshot bytes"},"mimeType":{"type":"string","const":"image/png","description":"MIME type of the screenshot data"}},"required":["ok","sessionId","url","data","mimeType"],"additionalProperties":false}}}},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"timeout":{"type":"integer","minimum":5000,"maximum":60000},"stealth":{"type":"boolean"},"solveCaptchas":{"type":"boolean"},"blockAds":{"type":"boolean"},"viewport":{"type":"object","properties":{"width":{"type":"integer","minimum":1},"height":{"type":"integer","minimum":1}},"required":["width","height"],"additionalProperties":false},"region":{"type":"string","enum":["us-west-2","us-east-1","eu-central-1","ap-southeast-1"]}},"required":["url"],"additionalProperties":false}}}}}}}}