Email Finder & Pattern Detector
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.orgSwap 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:
- 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;
- 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; - generates candidate e-mail addresses for each input name using the inferred pattern (falling back to the most common corporate patterns);
- 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.
Related scrapers
Google Maps Places Scraper
hyperscrape/google-maps-scraper
Scrape local businesses from Google Maps — name, rating, address, phone, hours, coordinates.
LinkedIn Company Scraper
hyperscrape/linkedin-company-scraper
Extract LinkedIn company details — industry, size, HQ, founded, specialties, followers.
Indeed Jobs Scraper
hyperscrape/indeed-jobs-scraper
Scrape Indeed job listings — title, company, rating, salary, remote flag and more.