# Notion Hiring Insights from LinkedIn Jobs

**Use case:** 

Monitor hiring activity for Notion. Get detailed insights on job listings, roles, and hiring trends tied to company growth.

## Input

```json
{
  "companyInputs": [
    "30898036"
  ]
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "postedTime": {
    "label": "Posted time",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyId": {
    "label": "Company ID",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "string"
  },
  "workType": {
    "label": "Work type",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "companyTotalJobs": {
    "label": "Company total jobs",
    "format": "number"
  },
  "companyPostedLast30Days": {
    "label": "Company jobs last 30 days",
    "format": "number"
  },
  "companyPostedLast90Days": {
    "label": "Company jobs last 90 days",
    "format": "number"
  },
  "companyHiringSignalStrength": {
    "label": "Company signal strength",
    "format": "string"
  },
  "companySignals": {
    "label": "Company signals",
    "format": "array"
  },
  "companyAiJobs": {
    "label": "Company AI/data jobs",
    "format": "number"
  },
  "companyEngineeringJobs": {
    "label": "Company engineering jobs",
    "format": "number"
  },
  "companyProductJobs": {
    "label": "Company product jobs",
    "format": "number"
  },
  "companyGoToMarketJobs": {
    "label": "Company go-to-market jobs",
    "format": "number"
  },
  "companyRemoteJobs": {
    "label": "Company remote jobs",
    "format": "number"
  },
  "companyRemoteShare": {
    "label": "Company remote share",
    "format": "number"
  },
  "companyTopFunctions": {
    "label": "Company top functions",
    "format": "array"
  },
  "companyTopLocations": {
    "label": "Company top locations",
    "format": "array"
  },
  "companySeniorityMix": {
    "label": "Company seniority mix",
    "format": "array"
  },
  "companyWorkplaceMix": {
    "label": "Company workplace mix",
    "format": "array"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "string"
  },
  "jobQuality": {
    "label": "Job quality",
    "format": "string"
  },
  "failureStage": {
    "label": "Failure stage",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error message",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Hiring Signals](https://apify.com/schesds/linkedin-hiring-signals) with a specific input configuration. Visit the [Actor detail page](https://apify.com/schesds/linkedin-hiring-signals) to learn more, explore other use cases, and run it yourself.