How to Find Someone's Email from a Facebook Profile or Page (2026)
Facebook keeps personal email addresses private, but business Pages and the websites people link to give you everything you need to find a verified email. The trick is knowing where to look and how to turn a Page or a name into a deliverable work address.
This guide covers the practical methods for finding the email behind a Facebook profile or business Page, without scraping and without guessing.
Method 1: The Page About and contact section
Facebook business Pages often list a contact email in the About tab, under Contact Info. If it is there, that is the address the business chose to publish — the fastest route. It is usually a generic inbox (info@, contact@) rather than a named person.
Personal profiles rarely show an email. For those, use the name-and-domain method below.
Method 2: Page Transparency and the linked website
Most business Pages link to a website. Open it and identify the root domain — that is the company domain you need. The Page Transparency section can also confirm the organization behind the Page.
Once you have the domain, you can find verified emails at that company even when the Page itself shows no address.
Method 3: Name + domain lookup
If you are trying to reach a specific person (a founder or marketer running the Page), get their full name and the company domain, then pass both to the Person Email endpoint.
GET /api/find-email/person?full_name=Jane+Doe&domain=acme.com
emailfinder.dev tests the common patterns at that domain, verifies each via live SMTP, and returns only the deliverable address. If none verify, you pay nothing.
Method 4: All emails at the business
For a business Page where you do not have a specific contact, use the Company Emails endpoint with the domain to return up to 20 verified addresses — useful for partnership, supplier, or PR outreach.
GET /api/find-email/company?domain=acme.com
Why verification matters
Generic Page inboxes are often unmonitored, and personal addresses change. Verifying against the live mail server before you send means your message reaches a real, active mailbox and your sending domain stays healthy.
Stay compliant
Use business and professional emails for legitimate, relevant outreach only. Follow GDPR, CAN-SPAM, and CASL: identify yourself, keep it relevant, and honor opt-outs.