# Junior Developer Job Tracker on Arbeitnow

**Use case:** 

Monitor Junior Developer job listings on Arbeitnow. Get structured data on up to 150 remote job postings in a clean dataset.

## Input

```json
{
  "searchKeyword": "Junior Developer",
  "remoteOnly": false,
  "jobTypes": [],
  "tags": [],
  "location": "",
  "postedSince": "",
  "maxJobs": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job Types",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Arbeitnow Jobs Scraper – arbeitnow.com](https://apify.com/logiover/arbeitnow-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/arbeitnow-jobs-scraper) to learn more, explore other use cases, and run it yourself.