https://github.com/browser-use/browser-use-examples
https://github.com/browser-use/browser-use-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/browser-use/browser-use-examples
- Owner: browser-use
- Created: 2025-08-13T15:01:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T13:53:51.000Z (5 months ago)
- Last Synced: 2025-09-02T06:43:06.037Z (4 months ago)
- Language: TypeScript
- Size: 10.6 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🤖 Browser Use Examples
> A collection of Browser Use SDK examples.
### TypeScript
- **[scrapper](./scrapper/README.md)**: A utility for extracting complex, scattered data about entities, saving results to a database, and providing live previews of scraping progress.
- **[agent](./agent/README.md)**: Demonstrates how to create an agent that can browse the web and execute browser tasks using Browser Use, including integration with Vercel AI SDK and chat interfaces.
- **[discord](./discord/README.md)**: An example Discord bot that uses the Browser Use Cloud API to execute browser tasks and interact with users via Discord commands.
### Python
- **[slack](./slack/README.md)**: An example Slack bot that listens for mentions and interacts with users using the Browser Use SDK, including setup for local development and required Slack permissions.