Files
browser-use/docs/cloud/v2/quickstart.mdx
2025-08-25 09:46:13 -07:00

80 lines
2.0 KiB
Plaintext

---
title: "Quickstart"
description: "Skip the setup with Browser Use Cloud"
icon: "cloud"
mode: "wide"
---
<img
className="block dark:hidden rounded-2xl"
src="/images/cloud-banner.png"
alt="Browser Use Cloud Banner"
/>
<img
className="hidden dark:block rounded-2xl"
src="/images/cloud-banner-dark.png"
alt="Browser Use Cloud Banner"
/>
## Get Started
☝️ Get your API Key at [Browser Use Cloud](https://cloud.browser-use.com) then choose your language.
<CardGroup cols={2}>
<Card
title="Python SDK"
icon="python"
href="/cloud/v2/python-quickstart"
>
Browser Use NPC Mode SDK 🤖
</Card>
<Card
title="Node.js SDK"
icon="node-js"
href="/cloud/v2/node-quickstart"
>
Browser Use Wizard Mode SDK 🧙‍♂️
</Card>
</CardGroup>
{/* <br /> */}
> To play around with the API, you can use the [Browser Use Cloud Playground](https://cloud.browser-use.com/playground).
## Examples
Explore quick start examples to see how to use the SDKs.
<CardGroup cols={2}>
<Card
title="Python Examples"
icon="python"
href="https://github.com/browser-use/browser-use-examples/tree/main/python"
>
Explore quick start examples for Python.
</Card>
<Card
title="Typescript Examples"
icon="js"
href="https://github.com/browser-use/browser-use-examples/tree/main/typescript"
>
Explore quick start examples for Typescript.
</Card>
<Card
title="NextJS Examples"
icon={<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" className="remixicon text-basis h-8 w-8 text-primary"><path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM15.9999 8H14.6499V12H15.9999V8ZM9.34609 9.70937L15.405 17.5379L16.4591 16.7293L9.68281 8H8V15.9969H9.34609V9.70937Z"></path></svg>}
href="https://github.com/browser-use/browser-use-examples/tree/main/typescript/scrapper"
>
Explore quick start examples for NextJS.
</Card>
</CardGroup>