Minelead.io

Minelead.io provides email discovery, verification, enrichment, lead management, buying-intent analysis, and campaign recipient APIs for sales workflows.

10 actions Integration catalog
Request access
Connect Minelead.io once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Detect Disposable EmailMINELEAD_DETECT_DISPOSABLE_EMAIL
Check an email for disposable-address, DNS, format, and spam signals. Minelead does not document this endpoint's credit cost, so callers should treat it as potentially credit-consuming. HTTP 200 application errors fail the call; only completed results are returned.
Enrich EmailMINELEAD_ENRICH_EMAIL
Enrich one email with professional and social profile information. Minelead charges 2 credits per request. A no-match result is returned with status `not_found`; application errors reported inside HTTP 200 responses fail the call.
Find Person EmailMINELEAD_FIND_PERSON_EMAIL
Find a person's professional email from their name and company domain. A found result costs 1 credit; Minelead documents no charge when no email or only bouncing emails are returned. Catch-all domains return a completed no-result instead of an execution error.
Find Social Profile EmailsMINELEAD_FIND_SOCIAL_PROFILE_EMAILS
Find emails associated with a YouTube channel or Twitter/X profile URL. Results may be masked and are locally capped by max_emails_to_return; the response reports truncation. Minelead charges 2 credits only when emails are found and no charge when none are found.
Generate Company DomainsMINELEAD_GENERATE_COMPANY_DOMAINS
Generate candidate company domains from keyword and location tags. A successful request costs 1 credit, and returned domains may be masked.
List Saved LeadsMINELEAD_LIST_SAVED_LEADS
List leads already saved in the connected Minelead account. Minelead documents no credit cost for this read. The verified no-leads response is returned as an empty list, while application-level errors fail the execution.
List Search HistoryMINELEAD_LIST_SEARCH_HISTORY
Return up to 25 entries from the connected account's search history. Minelead does not document a credit cost for this read. Use the returned cursor to continue; a verified no-history response marks the end.
Search Company EmailsMINELEAD_SEARCH_COMPANY_EMAILS
Find known email addresses for a company domain. Results may include masked addresses. A successful standard search costs 1 credit; Deep Search and inline enrichment are not included.
Search Company Emails BatchMINELEAD_SEARCH_COMPANY_EMAILS_BATCH
Search 1-8 company domains in one call and return a result for each domain. Results may include masked addresses. Each successful domain search costs 1 credit, so one batch can cost up to 8 credits.
Validate EmailMINELEAD_VALIDATE_EMAIL
Validate an email's format, MX records, mailbox result, personal-provider status, and disposability. Minelead charges 1 credit per verification. HTTP 200 may contain an application failure; `catch-all` is a valid verification outcome and `exists` may be `unknown`.