An open API service indexing awesome lists of open source software.

https://github.com/browser-use/contact-use

✉️ Use the power of browser-use to contact any person or organization... by any means necessary
https://github.com/browser-use/contact-use

ai browser-agent browser-use computer-use contact-info-scraper operator sales sales-automation scraping scraping-bot

Last synced: 4 days ago
JSON representation

✉️ Use the power of browser-use to contact any person or organization... by any means necessary

Awesome Lists containing this project

README

          

# ✉️ contact-use: Contact any person or organization

Need to contact someone in a hurry and cant figure out the best way?

Use browser-use's LLM-powered browser agent to find the best way to reach them.

image
image
image

## Quickstart

First set either `OPENAI_API_KEY` or `ANTHROPIC_API_KEY` in your environment, it will automatically use `claude-sonnet-4-20250514` or `gpt-4.1-mini`.

```bash
git clone https://github.com/browser-use/contact-use && cd contact-use
uv sync

uv run server.py
open http://localhost:8000
```