You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migrations/scrapybara.mdx
+70-1Lines changed: 70 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Scrapybara"
3
3
---
4
4
5
-
[Scrapybara](https://scrapybara.com/)is shutting down their virtual desktop and browser service on **October 15, 2025**. If you're currently using Scrapybara for browser automation, Kernel is here to help you migrate seamlessly.
5
+
[Scrapybara](https://scrapybara.com/)has shut down their virtual desktop and browser service as of **October 15, 2025**. If you were using Scrapybara for browser automation, Kernel is here to help you migrate seamlessly.
6
6
7
7
## Key Concepts
8
8
@@ -15,6 +15,9 @@ title: "Scrapybara"
15
15
|**Stealth Mode**| ❌ Not available | Create browser with `stealth: true`|
16
16
|**Replays**| ❌ Not available |`client.browsers.replays.start()` and `client.browsers.replays.stop()`|
17
17
|**Save Auth**|`instance.browser.save_auth(name="default")`| Create [Profile](/browsers/profiles). Then create browser with `kernel.browsers.create(profile={"name": "profile1", "save_changes": True})`|
Both Scrapybara and Kernel provide Computer Controls APIs that allow you to programmatically control the browser environment at the system level - including mouse movements, clicks, keyboard input, and screenshots.
|**Proxy Support**| ❌ Not available | Create [Proxy](/proxies/overview#1-create-a-proxy). Then create browser with `client.browsers.create(proxy_id=proxy.id)`|
0 commit comments