# Ghost Job Detector for LinkedIn

**Use case:** 

Spot reposted and long-open LinkedIn jobs. See repost count and days listed for every role, surfaced descriptively.

## Input

```json
{
  "mode": "roles",
  "intent": "",
  "companies": [
    "Stripe",
    "Datadog",
    "Ramp"
  ],
  "roles": [
    "backend engineer"
  ],
  "market": [
    "Python"
  ],
  "location": "United States",
  "urls": [],
  "watchlistName": "",
  "rankBy": "freshness",
  "outputProfile": "signals",
  "outputPack": "gtm",
  "enableHiringMemory": true,
  "alerts": {},
  "filters": {},
  "limits": {},
  "forceBrowser": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "integer"
  },
  "daysListed": {
    "label": "Days listed",
    "format": "integer"
  },
  "recordType": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — Hiring Graph, Company Growth & Intent](https://apify.com/ryanclinton/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.