Browserbase
Web CrawlingPay-per-use cloud browser sessions for web scraping, automation, and testing. No API keys required. $0.12/hour.
https://api.dao.pub/market/browserbaseEndpoints
/browser/session/create$0.01Create a cloud browser session and get a WebSocket connection URL.
POST JSON body with estimatedMinutes. Returns sessionId, connectUrl (WebSocket URL to control the browser), paidMinutes, and expiration. The x402 payment amount scales with duration.
estimatedMinutesnumber (estimated session duration in minutes)/browser/session/:id/extend$0.01Add more time to an active browser session.
Replace :id with the session ID. POST JSON body with additionalMinutes. Another x402 payment is required for the additional time.
idstring (session ID)additionalMinutesnumber (minutes to add)/browser/session/:id/statusFreeCheck the status of a browser session.
Replace :id with the session ID. Returns session status, minutes paid, minutes used, minutes remaining, and expiration time.
idstring (session ID)/browser/session/:id/terminateFreeTerminate a browser session.
Replace :id with the session ID. Terminates the session and returns final status, usage summary, and any refund amount for unused time.
idstring (session ID)