Skip to main content
POST
/
v1
/
prospects
/
profiles
/
enrich
Profiles
curl --request POST \
  --url https://api.explorium.ai/v1/prospects/profiles/enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {},
  "prospect_id": "<string>"
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": {
    "full_name": "<string>",
    "country_name": "<string>",
    "region_name": "<string>",
    "city": "<string>",
    "linkedin": "<string>",
    "experience": [
      {}
    ],
    "skills": [
      "<string>"
    ],
    "interests": [
      "<string>"
    ],
    "age_group": "<string>",
    "education": [
      {}
    ],
    "gender": "male",
    "company_name": "<string>",
    "company_website": "<string>",
    "company_linkedin": "<string>",
    "job_department": "Real estate",
    "job_seniority_level": "owner",
    "job_title": "<string>"
  },
  "entity_id": "<string>"
}

Introduction

The Professional Profile Contact and Workplace Enrichments API provides comprehensive professional details about a prospect, including job history, company affiliations, skills, education, and workplace details. This endpoint is designed to enhance prospect intelligence, streamline recruitment efforts, and improve sales and marketing strategies. Key Benefits:
  • Access detailed career history, including past and present job roles.
  • Retrieve company affiliations and workplace insights.
  • Analyze skills and expertise for targeted outreach.
  • Gain educational background to understand professional qualifications.
  • Improve lead scoring and personalization in sales and marketing campaigns.

Endpoint: POST /prospects/profiles/enrich

  1. Input: Provide a prospect_id (retrieved from the Match Prospects endpoint) to fetch professional details.
  2. Processing: The system gathers professional data from multiple sources and structures it.
  3. Output: A response containing job history, workplace affiliations, skills, and education details.
FieldTypeDescription
prospect_idStringA unique identifier for the prospect (Required)
  • Use verified prospect IDs to ensure accurate data enrichment.
  • Leverage job history and expertise for recruitment and lead scoring.
  • Incorporate workplace insights into sales and marketing automation.
  • Analyze skills and education to personalize communication and engagement.
  • Cross-check company affiliations for networking and partnership opportunities.
SignalAPI NameDescriptionData Type Final
genderIndividual’s genderGender reported by the individual on their profile. If gender is not reported on profile, returned value is ‘null’.string
cityIndividual’s city of residenceIndividual’s city of residence reported on profile.string
country_nameIndividual’s country of residenceIndividual’s country of residence reported on profile.string
region_nameIndividual’s State / Region of residenceIndividual’s state or region of residence reported on profile.string
company_websiteIndividual’s workplace: company websiteURL to the company website belonging to the individual’s workplace.string
company_linkedinIndividual’s workplace: company LinkedIn® urlURL to the company LinkedIn® page belonging to the individual’s workplace.string
linkedinIndividual’s LinkedIn® URLURL of the individual’s LinkedIn® profile.url
age_groupIndividual’s age groupIndividual’s estimated age group.string
experienceIndividual’s work experience backgroundList of work experience background entries on the individual’s profile. May include: company name, company website, job title, seniority level, role, start date, end date, and more. Includes current work experience activities if listed.array
educationIndividual’s educational backgroundList of educational background entries on the individual’s profile. May include: institutions name, institutions website, degree category, major, start date, end date, and more. Includes current educational activities if listed.array
interestsIndividual’s interestsList of all interests reported by the individual on their profile.array
skillsIndividual’s skillsList of all skills reported by the individual on their profile.array
job_departmentIndividual’s job departmentIndividual’s job department, derived from their current job title.object
job_seniority_levelIndividual’s seniority levelIndividual’s top seniority level, derived from their current job title.object
company_nameIndividual’s workplace: company nameName of the company the individual listed as their workplace.string
job_titleIndividual’s job titleIndividual’s current job title listed on their professional profile.string
full_nameIndividual’s full nameFirst and last names associated with the individual, appended with a space.string
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

prospect_id: ee936e451b50c70e068e1b54e106cb89173198c4

Authorizations

api_key
string
header
required

Body

application/json
prospect_id
string
required

The prospect_id to enrich.

request_context
object
parameters
object

Response

Successful Response

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

response_context
object
required
data
entity_id
I