BACKED BYCOMBINATOR
Scrapybara deploys, scales, and maintains
remote desktop instances for agents.
ACT SDK
LEGACY
ACT SDK
1from scrapybara import Scrapybara
2from scrapybara.anthropic import Anthropic
3from scrapybara.tools import ComputerTool, BashTool, EditTool, BrowserTool
4
5client = Scrapybara()
6instance = client.start()
7
8messages = client.act(
9 tools=[
10 ComputerTool(instance),
11 BashTool(instance),
12 EditTool(instance),
13 BrowserTool(instance)
14 ],
15 model=Anthropic(),
16 system="You are a webscraping agent",
17 prompt="Scrape all YC W25 companies",
18)
FEATURES
Connect your agent to Browser, Code, File, and more low-level protocols.
Deploy full Linux desktops under 1s
Save and load authenticated websites
Pause and resume instances
PRICING
Free accounts get 10 compute hours and 50 auth states.
$29
/month
100 compute hours
100 auth states
$99
/month
500 compute hours
500 auth states
Each step (1 assistant message with tool calls) consumes 1 agent credit when using the Act SDK or playground. New accounts get 100 agent credits. Additional credits are available at $0.05 each, or you can use your own API key.