ACT SDK
LEGACY
ACT SDK
1from scrapybara import Scrapybara
2from scrapybara.anthropic import Anthropic
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=Anthropic(),
15 system="You are a webscraping agent",
16 prompt="Scrape all YC W25 companies",
17)
18messages = response.messages
FEATURES
Connect your agent to Browser, Code, File, and more low-level protocols.
Deploy full desktops under 1s
Save and load authenticated websites
Pause and resume instances
Feature-rich Linux desktop
Lightweight Chromium browser
Full Windows desktop
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.