Minelead Platform Help
Help the user with Minelead platform questions — from Company Email Search and Email Finder through Lead Generation, Email Verification, Disposable Email Detection, Email Campaigns, Leads/CRM, Bulk Operations, and Integrations. Minelead is a London-based B2B email finder, verifier, and lead generation platform with 500M+ emails and 100M+ business profiles, offering a REST API and browser extensions for in-workflow lookup.
Step 1 — Gather context
Ask the user:
-
What area of Minelead do you need help with?
- A) Company Email Search — find all email addresses associated with a domain (500M+ emails indexed)
- B) Email Finder — find a professional email address from first name + last name + domain
- C) Lead Finder / Tags — discover companies and leads from keywords and locations
- D) Email Verifier — validate email deliverability with quality scoring (25-100%)
- E) Disposable Email Detector — identify temporary/throwaway email addresses (score 0-5)
- F) Email Campaigns — send campaigns via connected Gmail accounts with round-robin multi-account support
- G) Leads/CRM — save, organize, export lead collections, import CSV
- H) Bulk Operations — batch email search or verification via CSV upload
- I) Browser Extensions — Chrome and Firefox for in-browser email lookup
- J) Integrations — HubSpot, Zoho CRM, Google Sheets, Zapier
- K) API — REST API setup, endpoints, authentication
- L) Account / Billing — plans, pricing, credits
- M) Something else — describe it
-
What's your role?
- A) Sales / SDR / BDR
- B) RevOps / Sales ops
- C) Developer / engineer
- D) Growth / marketing
- E) Recruiter / talent acquisition
- F) Other
-
What are you trying to accomplish? (describe your specific goal or question)
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
Note: If the user needs a specialized skill, route them there with a brief explanation of why that skill is a better fit.
Step 2 — Route or answer directly
If the request maps to a specialized skill, route:
- Cross-platform enrichment strategy / multi-tool enrichment ->
- Email deliverability / verification strategy (not Minelead-specific) ->
- Prospect list building strategy ->
- Outbound sequence / cadence strategy ->
- Connecting Minelead to other tools via middleware ->
- Hunter.io-specific questions ->
- Tomba-specific questions ->
- Prospeo-specific questions ->
- Enrich.so-specific questions ->
Otherwise, answer directly from platform knowledge using the reference below.
Step 3 — Minelead platform reference
Provide module-by-module guidance based on the user's area:
Company Email Search
- What it does: Takes a domain and returns all known email addresses associated with that company — draws from a database of 500M+ emails and 100M+ business profiles
- Endpoint: with parameter
- Key behavior: Excludes webmail domains (Gmail, Yahoo, etc.) by default to focus on business emails; returns email addresses with associated metadata
- Credit cost: 1 credit per successful domain search
- Use cases: Building prospect lists from target company domains, finding all reachable contacts at an account, enriching account records with contact emails
Email Finder
- What it does: Finds a professional email address from a person's first name, last name, and company domain
- Endpoint: with , , and parameters
- Credit cost: 1 credit per successful finder operation
- Use cases: Finding a specific decision-maker's email when you know their name and company, building targeted outbound lists for account-based outreach
Lead Finder / Tags
- What it does: Discovers companies and leads based on keywords and geographic locations — acts as a keyword-based lead generation engine
- Endpoint: with keyword and location parameters
- Use cases: Building prospect lists for a specific industry or niche, discovering new target accounts by business category and geography, expanding your TAM with keyword-driven discovery
Email Verifier
- What it does: Validates email deliverability and returns a quality score from 25 to 100%
- Endpoint: with parameter
- Quality scores: 25-100% indicating deliverability confidence — higher is better
- Key behavior: Detects catch-all domains (domains that accept all email addresses regardless of whether the mailbox exists), checks MX records and mailbox status
- Credit cost: 1 credit per verification
- Use cases: Cleaning email lists before outreach, reducing bounce rates, protecting sender reputation, validating leads before adding to CRM
Disposable Email Detector
- What it does: Identifies whether an email address is from a temporary/disposable email provider and returns a score from 0 to 5
- Endpoint:
GET /v1/detect-disposable
with parameter
- Scoring: 0 = not disposable, 5 = definitely disposable; intermediate scores indicate varying confidence levels
- Use cases: Form validation to prevent fake signups, cleaning email lists of throwaway addresses, lead quality filtering
Email Campaigns
- What it does: Send email campaigns through connected Gmail accounts with round-robin support for distributing sends across multiple accounts
- Endpoint: (CRUD) and for managing recipient lists
- Key features: Connect multiple Gmail accounts, round-robin sending distributes volume across accounts to protect deliverability, manage recipient lists, track campaign performance
- Use cases: Cold outreach campaigns, follow-up sequences, nurture campaigns to lead collections
Leads/CRM
- What it does: Save, organize, and manage lead collections within Minelead — export to CSV, import from CSV, organize into collections
- Endpoint: (CRUD operations)
- Key features: Create and manage lead collections, import leads via CSV, export lead data, organize leads into groups for targeted actions
- Use cases: Centralizing discovered leads, organizing prospects by campaign or segment, preparing lead lists for export to external CRM
Bulk Operations
- What it does: Batch email search and verification via CSV upload — process large lists without making individual API calls
- Plan limits: Free and Starter plans support up to 50 records per batch, Pro supports 100, Business supports 1,000, Enterprise supports unlimited
- Use cases: Verifying large email lists before a campaign, batch-searching emails by domain, processing CRM exports for validation
Browser Extensions
- What it does: Chrome and Firefox extensions for in-browser email lookup — find emails while browsing company websites or LinkedIn profiles
- Use cases: Prospecting while browsing target company websites, quick email lookup during research sessions, finding contact info without leaving the browser
Data model
| Object | Description | Key fields |
|---|
| Domain Email | Email found via domain search | email, domain, type, source |
| Found Email | Email found via name+domain finder | email, first_name, last_name, domain, confidence |
| Verification Result | Email validation output | email, status, quality_score (25-100%), catch_all, mx_found |
| Disposable Check | Disposable detection output | email, disposable_score (0-5), provider |
| Lead | Saved lead record | id, email, name, company, domain, collection_id |
| Lead Collection | Group of leads | id, name, lead_count, created_at |
| Campaign | Email campaign | id, name, status, gmail_accounts, recipients_count, sent_count |
| Campaign Recipient | Individual recipient in a campaign | id, campaign_id, email, status, opened, clicked |
| Tag Result | Lead generation result from keywords | company, domain, location, keyword, category |
| Bulk Job | Batch operation record | id, type, status, total_records, processed_records |
API quick reference
- Base URL:
https://api.minelead.io/v1
- Authentication: API key passed as query parameter — on all requests
- Format: JSON responses; OpenAPI 3.0 specification available
- Key endpoints:
GET /v1/search?domain=&key=
— domain-based email search (find all emails at a company)
GET /v1/find?first_name=&last_name=&domain=&key=
— find professional email from name + domain
GET /v1/validate?email=&key=
— verify email deliverability (quality score 25-100%)
GET /v1/detect-disposable?email=&key=
— check if email is disposable (score 0-5)
GET /v1/tags?keyword=&location=&key=
— discover companies by keyword and location
- — list saved leads / lead collections
- — create or update leads
- — list email campaigns
- — create a new campaign
POST /v1/campaigns-recipients
— add recipients to a campaign
- — search and verification history
- — account info and credit balance
- Rate limits: Vary by plan — Free tier is throttled; paid plans have higher throughput
- Docs: API documentation available at Minelead developer portal
Integrations
| Category | Tools |
|---|
| CRM | HubSpot (sync leads and contacts), Zoho CRM (push verified leads) |
| Productivity | Google Sheets (export/import lead data directly) |
| Automation | Zapier (6,000+ app connections — trigger on new leads, verify emails, search domains) |
| Browser | Chrome Extension, Firefox Extension (in-browser email lookup) |
| API | REST API with API key auth — integrate with any system that can make HTTP requests |
Pricing (USD, as of March 2026 — verify current pricing at minelead.io)
| Plan | Price | Credits/mo | Bulk limit | Multi-users | Key features |
|---|
| Free | $0 | 25 | 50 | — | Throttled, basic access |
| Starter | $39/mo | 1,000 | 50 | — | Unlimited results per search |
| Pro | $69/mo | 10,000 | 100 | 2 | All integrations |
| Business | $149/mo | 50,000 | 1,000 | 5 | API support |
| Enterprise | $299/mo | 200,000 | Unlimited | 10 | Full access, priority support |
Key pricing notes:
- 1 credit = 1 operation — 1 successful domain search, 1 email verification, 1 finder operation, 1 generator/tags request, or 1 email campaign sent.
- Credits are consumed on successful operations — plan your credit budget based on the mix of operations you need.
- Bulk operation limits are per-batch and vary by plan (50 for Free/Starter, 100 for Pro, 1,000 for Business, unlimited for Enterprise).
- Multi-user seats are available on Pro (2), Business (5), and Enterprise (10) plans.
Step 4 — Actionable guidance
Based on the user's specific question:
-
Finding all emails at a target company domain:
- Call
GET /v1/search?domain=example.com&key=<your-key>
to retrieve all known email addresses at the domain
- Minelead searches its index of 500M+ emails and returns matching addresses — webmail domains are excluded by default
- For each returned email, run verification with
GET /v1/validate?email=<email>&key=<your-key>
to get a quality score (25-100%)
- Filter results: keep emails with quality scores above 70% for outreach, flag catch-all domains for extra caution
- Save verified leads to a collection via for organization and future export
- For multiple domains, use Bulk Operations to process a CSV of domains in one batch
- Export your verified lead collection to HubSpot, Zoho CRM, or Google Sheets via integrations
-
Finding a specific person's email:
- Use the Email Finder:
GET /v1/find?first_name=Jane&last_name=Doe&domain=example.com&key=<your-key>
- Minelead returns the most likely professional email address with confidence indicators
- Verify the found email immediately:
GET /v1/validate?email=<found-email>&key=<your-key>
- Check the quality score — above 70% is safe for outreach, below 50% warrants caution
- If no result, try alternate domain spellings or the company's parent domain
- For batch lookups (e.g., a list of 50 decision-makers), prepare a CSV with first_name, last_name, domain columns and use Bulk Operations
-
Building a prospect list from keywords and locations:
- Use Lead Finder / Tags:
GET /v1/tags?keyword=saas+marketing&location=London&key=<your-key>
- Minelead returns companies matching your keyword and geographic criteria
- For each discovered company, run Company Email Search to find contacts at the domain
- Verify discovered emails with the Email Verifier — filter out low-quality scores and disposable addresses
- Save qualified leads to a collection in Minelead's Leads/CRM
- Export the collection to your CRM or Google Sheets for outreach workflow
- Repeat with varied keywords to expand your TAM across different market segments
Gotchas
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
-
API key is passed as a query parameter, not a header — do not put it in the Authorization header. All Minelead API requests authenticate via
as a URL query parameter. This differs from platforms like Enrich.so or Hunter.io that use Bearer token headers. Be mindful that API keys in URLs can appear in server logs and browser history — use HTTPS and avoid sharing URLs that contain your key.
-
Bulk operation batch limits vary by plan and can silently truncate your upload. Free and Starter plans cap at 50 records per batch, Pro at 100, Business at 1,000. If you upload a CSV with more records than your plan allows, excess rows may be ignored without an explicit error. Check your plan's bulk limit before uploading and split large files into plan-appropriate batches. Enterprise is the only plan with unlimited bulk operations.
-
Email quality scores (25-100%) are not binary — treat them as a confidence gradient, not a pass/fail. A score of 70% does not mean the email has a 70% chance of being valid. Scores near 25% indicate high risk (likely invalid or catch-all), while 90%+ indicates strong confidence. Catch-all domains will often return moderate scores even for non-existent mailboxes — always flag catch-all results for manual review or extra validation steps.
-
Disposable email scores (0-5) require a threshold decision — Minelead does not set a default cutoff. A score of 0 means definitely not disposable, 5 means definitely disposable, but scores of 2-3 are ambiguous. You need to decide your own threshold based on your use case — form validation might reject anything above 2, while lead qualification might only reject 4-5. Test with known disposable providers to calibrate your threshold.
-
Email Campaigns require connected Gmail accounts — there is no built-in SMTP or non-Gmail sending. Campaign sending works exclusively through connected Gmail accounts via OAuth. If you need to send from non-Gmail addresses, you will need to use a separate email campaign tool. Round-robin distributes sends across connected accounts, which helps with deliverability but means you need multiple Gmail accounts for high-volume campaigns.
-
HubSpot, Zoho CRM, and Google Sheets integrations may require a Pro plan or higher — Free and Starter plans have limited integration access. Verify your plan includes the integrations you need before building workflows that depend on them. Zapier connectivity may also require a paid Minelead plan for certain triggers/actions.
-
The Free plan is throttled and limited to 25 credits/month — expect slower response times and rate limiting. The Free tier is suitable for evaluation only. API calls may be rate-limited more aggressively than paid plans. If you are building an integration, test on a paid plan to get realistic performance characteristics.
Step 5 — Related skills
- — Cross-platform data enrichment strategy (multi-tool enrichment workflows, waterfall enrichment)
- — Email deliverability and verification strategy (SPF/DKIM/DMARC, warmup, inbox placement)
- — Prospect list building strategy and best practices
- — Outbound sequence and cadence strategy (multi-channel, timing, follow-up)
- — Connect Minelead to CRM, automation tools, or other platforms
- — Hunter.io platform help (similar domain email search and verification)
- — Tomba platform help (similar email finder and verifier)
- — Prospeo platform help (similar email finder with LinkedIn focus)
- — Enrich.so platform help (B2B data enrichment API with LinkedIn and company data)
- — Not sure which skill to use? The router matches any sales objective to the right skill. Install:
npx skills add sales-skills/sales --skills sales-do
Examples
Example 1: Domain email search with verification and CRM export
User says: "I want to find all email addresses at acmecorp.com and push the verified ones to HubSpot."
Skill does:
- Runs Company Email Search:
GET /v1/search?domain=acmecorp.com&key=<key>
to retrieve all known emails at the domain
- Verifies each returned email:
GET /v1/validate?email=<email>&key=<key>
— checks deliverability and returns quality scores (25-100%)
- Filters results: keeps emails with quality scores above 70%, flags catch-all domains for manual review
- Saves verified leads to a Minelead collection via
- Pushes verified contacts to HubSpot via the native integration — maps email, name, and company fields to HubSpot contact properties
- Notes credit usage: 1 credit per domain search + 1 credit per email verified
Result: User has a verified list of contacts at acmecorp.com synced to HubSpot, with low-quality and catch-all emails flagged for review
Example 2: Bulk email verification before an outbound campaign
User says: "I have a CSV of 500 email addresses I collected from events. I need to clean the list before launching a cold email campaign."
Skill does:
- Checks the user's plan for bulk operation limits — 500 records requires at least a Business plan (1,000 limit) or splitting into batches on Pro (100 per batch, 5 batches)
- Uploads the CSV via Bulk Operations for batch verification
- Explains quality score interpretation: 80-100% = safe to email, 50-79% = proceed with caution, 25-49% = high risk of bounce
- Recommends also running the Disposable Email Detector on the list to filter out temporary addresses (reject scores of 4-5)
- Exports the cleaned list with verification results — separates into "safe to send", "risky", and "do not send" segments
- Advises connecting to the campaign module or exporting to an external sending tool for the actual outreach
- Notes that 500 verifications = 500 credits — confirms the user's plan has sufficient credit balance
Result: User has a cleaned, segmented email list with bounce risks removed, ready for a cold outreach campaign with strong deliverability
Example 3: Keyword-based lead generation for a new market
User says: "We're expanding into the fintech space in Berlin. How do I find companies and their contact emails using Minelead?"
Skill does:
- Uses Lead Finder / Tags:
GET /v1/tags?keyword=fintech&location=Berlin&key=<key>
to discover fintech companies in Berlin
- Reviews returned companies — each result includes company name, domain, location, and category
- For top-priority target accounts, runs Company Email Search on each domain to find all known email addresses
- Verifies discovered emails with the Email Verifier — filters for quality scores above 70%
- Uses Email Finder for specific decision-makers:
GET /v1/find?first_name=&last_name=&domain=<target-domain>&key=<key>
when the user has named contacts in mind
- Saves all qualified leads to a "Berlin Fintech" collection in Minelead's Leads/CRM
- Exports the collection to Google Sheets or Zoho CRM for the sales team to begin outreach
Result: User has a targeted list of fintech companies in Berlin with verified contact emails, organized in a lead collection and ready for export to CRM
Troubleshooting
Domain search returning zero results for a known company
Symptom: Calling
GET /v1/search?domain=example.com&key=<key>
returns an empty result set even though the company is well-known and has many employees.
Cause: The domain may not be indexed in Minelead's database yet, the company may use a different primary domain than expected (e.g., a parent company domain or country-specific domain), or the domain may be classified as a webmail provider and excluded from results.
Solution: Verify the domain is the company's primary business domain — check their website and LinkedIn page. Try alternate domains (e.g., company.co.uk vs company.com, or a parent company domain). If the company is small or new, it may not yet be indexed — try the Email Finder endpoint with specific names instead, as it uses a different lookup mechanism. If you consistently get no results for domains you expect to have coverage, contact Minelead support to check index status.
Email verification returning inconsistent quality scores
Symptom: The same email address returns different quality scores on repeated verification calls, or emails you know are valid receive low scores.
Cause: Quality scores depend on real-time checks (MX records, SMTP responses) that can vary based on the recipient mail server's behavior at the time of the check. Catch-all domains are a common source of inconsistency — the server accepts all addresses, making it impossible to confirm whether a specific mailbox exists. Temporary server issues or greylisting can also cause fluctuating scores.
Solution: For catch-all domains, treat all emails as "unverifiable" rather than relying on the quality score — these domains accept everything, so even non-existent addresses may score moderately. If scores fluctuate for non-catch-all domains, re-verify after 24 hours to account for temporary server issues. For critical outreach, use a multi-tool verification approach — cross-check with a second verification service (see
for strategy). Quality scores are probabilistic, not deterministic — use them as one input into your send/no-send decision, not the sole factor.
Campaign emails landing in spam despite verified addresses
Symptom: Email campaigns sent through Minelead's campaign module are landing in recipients' spam folders even though the email addresses were verified with high quality scores.
Cause: Email verification confirms deliverability (the address exists and accepts mail) but does not guarantee inbox placement. Spam filtering depends on sender reputation, email content, authentication (SPF/DKIM/DMARC), sending volume, and recipient engagement. Common causes: new Gmail accounts with no sending history, high-volume sending from a single account, spammy content or subject lines, missing email authentication records.
Solution: Warm up connected Gmail accounts gradually — start with 10-20 sends per day and increase over 2-4 weeks. Use round-robin across multiple Gmail accounts to distribute volume and protect individual account reputation. Review email content for spam trigger words, excessive links, or image-heavy layouts. Ensure your sending domain has SPF, DKIM, and DMARC records configured. Monitor open and reply rates — low engagement signals to Gmail that your emails are unwanted. For comprehensive deliverability strategy beyond Minelead-specific settings, use
.