# Djinni.co Tech New Jobs Monitor

**Use case:** 

Monitor new Djinni.co Tech jobs — incremental runs return only fresh postings. salary, location and description.

## Input

```json
{
  "query": "python",
  "isRemote": true,
  "salaryFrom": 0,
  "salaryTo": 0,
  "maxResults": 25,
  "maxPages": 5,
  "maxAgeMinutes": 0,
  "includeDetails": true,
  "descriptionFormat": "all",
  "descriptionMaxLength": 0,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": true,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "dedupKey": "jobId",
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "includeRunMetadata": true
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "englishLevel": {
    "label": "English level"
  },
  "experienceYears": {
    "label": "Experience years"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  }
}
```

## About this Actor

This example demonstrates how to use [Djinni.co Tech Jobs Scraper 💰 $0.95/1K — Salary, English Level](https://apify.com/blackfalcondata/djinni-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/djinni-scraper) to learn more, explore other use cases, and run it yourself.