Go to Hyperscrape Store

Email Finder & Pattern Detector

hyperscrape/email-finder-scraper

Find emails on a company site, detect the address pattern, and guess emails for given names.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/email-finder-scraper?domain=mozilla.org

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Given a company domain (and optionally a list of people's names), this scraper:

  1. crawls the homepage plus prioritized contact/about/team/impressum pages (same host only) and extracts every e-mail address found, with the page(s) it appeared on;
  2. infers the organization's address pattern (first.last@, f.last@, first_last@, …) from the personal addresses it found — confirmed against your input names when they match, otherwise inferred structurally;
  3. generates candidate e-mail addresses for each input name using the inferred pattern (falling back to the most common corporate patterns);
  4. checks the domain's MX records via Google Public DNS.

Honest verification note: the MX check only tells you the domain can receive mail (domainAcceptsMail). Candidate addresses are pattern-based guesses — they are not individually verified, and are flagged as such.