INTEGRATE
One unified interface for computer use models. Execute powerful workflows with structured outputs, multi-turn conversations, and custom tools.
pip install scrapybara
npm install scrapybara
1from scrapybara import Scrapybara
2from scrapybara.openai import OpenAI
3from scrapybara.tools import ComputerTool, BashTool, EditTool
4
5client = Scrapybara()
6instance = client.start_ubuntu()
7
8response = client.act(
9 tools=[
10 ComputerTool(instance),
11 BashTool(instance),
12 EditTool(instance)
13 ],
14 model=OpenAI(),
15 system="You are a webscraping agent",
16 prompt="Scrape all YC W25 companies",
17)
18messages = response.messages
FEATURES
Instantly spin up desktop instances with browser, code execution, and filesystem capabilities at massive scale.
Start hundreds of instances in milliseconds and take computer actions with minimal latency. We handle the orchestration and scaling so you can focus on building the agent.
Monitor and yield control in real-time
Save and load authenticated websites
Pause and resume instances
Feature-rich Linux desktop
Lightweight Chromium browser
Full Windows desktop
USE CASES
Painlessly connect computer use agents with reliable desktop infrastructure to automate any free-form computing task at scale.
The only PR bot that actually tests your code. CodeCapy analyzes code changes and executes hundreds of parallel end-to-end UI tests in Scrapybara Ubuntu instances.
PRICING
Free accounts start with 10 compute hours, 100 agent credits, and 5 concurrent instances.
$29
/month
100 compute hours/mo
500 agent credits/mo
25 concurrent instances
$99
/month
500 compute hours/mo
2500 agent credits/mo
100 concurrent instances
Each step (1 assistant message with tool calls) consumes 1 agent credit when using the Act SDK or playground. Credit top-ups are available at $0.04 each, or you can use your own provider API key.
"loved working with these guys. scrapybara is so nice to use"
— Ilan Bigio, DX Engineer and Strawberry Farmer at OpenAI