Hiring by Department

Description

A Hiring by Department event tracks when a company is actively recruiting for roles within specific departments. This data helps monitor workforce expansion, industry hiring trends, and competitive recruitment strategies.

Important: The Hiring by Department event surfaces only recent department hiring trends within the last quarter (timestamp_from should be set to the past 3 months). If no hiring activity occurred in the selected timeframe, the response will be empty.

For long-term workforce insights, use the Workforce Trends Enrichment API.

Use cases

  • Workforce Trends: Identify industries and companies with growing hiring activity.
  • Competitive Intelligence: Track hiring patterns of competitors.
  • Economic Indicators: Understand job market health in specific sectors.
  • Talent Acquisition: Optimize recruitment strategies by targeting high-growth industries.

Data Schema

Event Name :"hiring_in_<department>" (Use this value in the event_types parameter when querying specific hiring events per department. Replace <department> with the actual department name.)

Signal NamenameType
Role locationlocationTEXT
Company hiring event IDevent_idTEXT
Company published roleevent_timeDATETIME
Number of available rolesjob_countNUMERIC
Job titlesjob_titlesTEXT
DepartmentdepartmentTEXT

Departments Included

Event NameDescription
hiring_in_creative_departmentHiring for creative department roles
hiring_in_education_departmentHiring for education department roles
hiring_in_engineering_departmentHiring for engineering department roles
hiring_in_finance_departmentHiring for finance department roles
hiring_in_health_departmentHiring for health department roles
hiring_in_human_resources_departmentHiring for human resources department roles
hiring_in_legal_departmentHiring for legal department roles
hiring_in_marketing_departmentHiring for marketing department roles
hiring_in_operations_departmentHiring for operations department roles
hiring_in_professional_service_departmentHiring for professional service department roles
hiring_in_sales_departmentHiring for sales department roles
hiring_in_support_departmentHiring for support department roles
hiring_in_trade_departmentHiring for trade department roles
hiring_in_unknown_departmentHiring for unknown department roles

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": [
    "hiring_in_engineering_department"
  ],
  "business_ids": [
    "8adce3ca1cef0c986b22310e369a0793"
  ],
  "timestamp_from": "2025-01-01T10:03:03.050Z"
}'

Best Practices

  • Filter by department (department) to analyze hiring trends in specific fields.
  • Monitor job titles (job_titles) to track demand for specialized roles.
  • Use job count (job_count) to assess workforce expansion rates.

Related Events