New executive level hires

Description

A New Executive Level Hire event tracks when a new employee is hired and officially joins an organization. This data provides insights into workforce expansion, company growth, and industry hiring trends.

Important: The New executive level hires event is limited to new hires recorded within the last quarter. If no employees joined the company in this period, the response will be empty.

For a long-term hiring history, refer to the Workforce Trends Enrichment API.

Use cases

  • Hiring Trends: Track which industries and companies are actively growing their workforce.
  • Competitive Intelligence: Monitor hiring activity of competitors.
  • Economic Indicators: Assess the overall employment rate within sectors.
  • Talent Acquisition Strategy: Identify organizations aggressively recruiting talent.

Data Schema

Event Name : "employee_joined_company" (Use this value in theevent_types parameter when querying this event.)

SignalAPI NameDescriptionData Type
Company namejob_company_nameName of the company where employee change event occurred.string
Executive's current job departmentjob_departmentIndividual's current job department, derived from their current job title. If employee change type is 'Employee left the company', value is NULL.string
Executive's full namefull_nameFirst and last names associated with the individual, appended with a space.string
Executive's role change eventchange_typeTitle of employee change event that occurred. E.g. executive joined the company.string
Event timeevent_timeThe timestamp indicating when the event actually occurreddatetime
Executive's current job titlejob_role_titleIndividual's current job title listed on their professional profile. If employee change type is 'Employee left the company', value is NULL.string
Executive's LinkedIn® URLlinkedin_urlURL of the individual's LinkedIn® profile.url
Event nameevent_nameName of the event related to employee's role change.string

Query Example

curl -X POST \
  "https://api.explorium.ai/v1/businesses/events" \
  -H "API_KEY: your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
  "event_types": [
    "employee_joined_company"
  ],
  "business_ids": [
    "8adce3ca1cef0c986b22310e369a0793"
ה  ],
  "timestamp_from": "2025-01-01T10:03:03.050Z"
}'

Best Practices

  • Filter by department (job_department) to track hiring trends in specific fields.
  • Monitor job titles (job_role_title) to analyze demand for specialized roles.
  • Use LinkedIn data (linkedin_url) to validate new hires and assess their background.

Related Events