How to Find Someone's Email from an Instagram Profile (2026)
Instagram is where creators, founders, and brands live — and where a lot of outreach starts. Many business and creator accounts surface contact details directly, and almost all link to a website that reveals the domain you need to find a verified email.
This guide covers the practical ways to find the email behind an Instagram account, from the built-in contact button to converting a bio link into a verified work email.
Method 1: The business profile email button
Instagram business and creator accounts can display a tappable Email button under the bio (on mobile). If it is present, that is the contact address the account owner chose to publish — the fastest path, no tools required.
Not every account enables it, and the published address is often a generic inbox (hello@, info@) rather than a specific person. When you need a named person's email, use the next methods.
Method 2: Convert the bio link into a domain
Most professional and brand accounts link to a website in the bio — a company site, a Linktree, or a personal page. Open it and identify the real domain. A Linktree usually points to the brand's main site; that root domain is what you want.
Once you have the domain, you can find verified emails at that company even when the profile itself shows no address.
Method 3: Name + domain lookup
If the account belongs to a specific person (a founder, a creator, an executive), get their full name from the bio or tagged posts, then pass the name and the domain from their bio link 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: Find all emails at the brand
For brand and company accounts where you do not have a specific name, use the Company Emails endpoint with the domain from the bio link. It returns up to 20 verified addresses at that domain, which is useful for partnership, PR, or supplier outreach.
GET /api/find-email/company?domain=acme.com
Why verification matters for creator outreach
Creator and influencer inboxes are noisy, and many brands route Instagram contact through generic addresses that bounce or go unread. Verifying the address against the live mail server before you send means your pitch actually lands, and your sending domain stays healthy.
Database scrapers often return outdated creator emails. Real-time SMTP verification confirms the mailbox exists right now.
Stay compliant
Whether you are pitching a creator or a brand, follow GDPR, CAN-SPAM, and CASL: identify yourself, keep the outreach relevant, and honor opt-outs. emailfinder.dev finds and verifies the address; responsible use is up to you.