Employee Joined Company

Description

An Employee Joined Company 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 Employee Joined Company 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 the event_types parameter when querying this event.)

Signal NamenameType
Employee’s current job departmentjob_departmentTEXT
Employee’s full namefull_nameTEXT
Employee’s current job titlejob_role_titleTEXT
Employee’s event IDevent_idTEXT
Employee’s LinkedIn URLlinkedin_urlURL

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