# Daily Job Posting Signal Insights

**Use case:** 

Analyze new job postings daily to identify hiring signals. Receive company, role, skills, seniority, and remote type data.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://schema.org/JobPosting",
      "sourceId": "SCHEMA-ORG-JOBPOSTING",
      "userData": {
        "sourceId": "SCHEMA-ORG-JOBPOSTING"
      }
    },
    {
      "url": "https://developers.greenhouse.io/job-board.html",
      "sourceId": "GREENHOUSE-JOB-BOARD-API",
      "userData": {
        "sourceId": "GREENHOUSE-JOB-BOARD-API"
      }
    },
    {
      "url": "https://github.com/lever/postings-api",
      "sourceId": "LEVER-POSTINGS-API",
      "userData": {
        "sourceId": "LEVER-POSTINGS-API"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "SCHEMA-ORG-JOBPOSTING",
    "GREENHOUSE-JOB-BOARD-API",
    "LEVER-POSTINGS-API"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "string"
  },
  "hiringSignal": {
    "label": "Hiring signal",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Signal Normalizer](https://apify.com/zentrafoundry/job-posting-signal-normalizer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/job-posting-signal-normalizer) to learn more, explore other use cases, and run it yourself.