Company Address Finder
Automate discovery of company addresses from Terms of Service and Privacy Policy pages

TypeScript
npx create-browser-app --template company-address-finder
Python
uvx create-browser-app --template company-address-finder
Get started finding company addresses automatically
This template uses Stagehand Agent with a Computer Use Model to autonomously search for company homepages via Google, navigate to legal documents, and extract structured data including homepage URLs, Terms of Service/Privacy Policy links, and physical mailing addresses.
Steps
- Navigate to Google using CUA agent to search for company homepage
- Agent autonomously navigates to the company website
- Extract Terms of Service and Privacy Policy links from homepage
- Navigate to Terms of Service and extract physical mailing address
- Fallback to Privacy Policy if address not found in Terms of Service
- Return structured JSON with all extracted company data