public web · contact discovery

Find the people hiding in the markup.

Point it at any site. It reads the page the way a browser would, then pulls out every email, phone number, and named contact sitting in the HTML.

view-source · studio.example/about
14<a href="mailto:jane@studio.io">Jane Doe</a> EMAILPERSON
15<span class="role">Founder & Creative Director</span>
16<a href="tel:+14155550172">+1 415 555 0172</a> PHONE
17<p>Press: Alicia Ferreira, press@studio.io</p> PERSONEMAIL
18<!-- built with static-site-forge -->
@

Emails

Pulled from mailto: links and plain text on the page.

#

Phone numbers

Pulled from tel: links and common number formats in the text.

P

People

Names found next to contact links, or beside a role like CEO or Founder.

how it works

  1. Enter a URL.

    Any public site — company page, personal site, storefront.

  2. It checks robots.txt, then fetches the homepage plus likely contact, about, and team pages.

    Sites that disallow crawling are skipped automatically.

  3. Scripts and styles are stripped, and the remaining markup and text are scanned.

    Emails and phone numbers come from links and pattern matching; names come from context around them.

  4. Results come back grouped, each one linked to the page it was found on.

    Nothing is stored — every scan starts fresh.