Skip to main content
POST
V2 Prospects Contact Information Enrich

Introduction

The Contact details enrichments API provides detailed information about individual prospects, including contact details, professional emails, and phone numbers. This API is crucial for lead enrichment, personalized outreach, and enhancing sales intelligence workflows. Key Benefits:
  • Access validated contact information for prospects.
  • Retrieve multiple email addresses, including personal and professional.
  • Ensure accurate and up-to-date data for prospecting and engagement.

Endpoint: POST /prospects/contact_information/enrich

v2: this endpoint accepts either a single ID (a string) or a list of up to 50 IDs — the separate /bulk_enrich route is gone. See v2 conventions.
Need higher coverage? The asynchronous variant supports waterfall enrichment — prospects that Explorium data cannot enrich are retried against a verified external provider. The waterfall parameter is available only on the async endpoint; passing it here returns a validation error.
  1. Input: Provide a prospect_id (retrieved from the Match Prospects endpoint) to retrieve enrichment details.
  2. Processing: The system scans and fetches available data from multiple sources.
  3. Output: A structured response containing contact details, emails, and phone numbers.
  • Use verified prospect IDs for accurate enrichment.
  • Cross-check multiple contact points to reach prospects effectively.
  • Store enriched data in CRM for seamless sales workflows.
  • Update prospect details regularly to maintain accuracy in outreach campaigns.

Body Params - Try Me Example

Email Only (2 credits):
Phone Only (5 credits):
Both Email and Phone (5 credits) - Default behavior:
Backward Compatible (no parameters = all contact types):

Authorizations

api_key
string
header
required

Body

application/json
prospect_ids
required
Pattern: ^[a-f0-9]{40}$
request_context
Request Context · object | null
Example:

null

parameters
ContactsEnrichmentParams · object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
data
V2ProspectEnrichRow[V2ContactsInformationOutputSchema] · object[]
required
total_results
integer
required