Company Address Finder

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

Demo preview
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

  1. Navigate to Google using CUA agent to search for company homepage
  2. Agent autonomously navigates to the company website
  3. Extract Terms of Service and Privacy Policy links from homepage
  4. Navigate to Terms of Service and extract physical mailing address
  5. Fallback to Privacy Policy if address not found in Terms of Service
  6. Return structured JSON with all extracted company data