# Find software roles in journalism on JournalismJobs

**Use case:** 

Monitor software and tech job postings on JournalismJobs.com for newsroom technology hiring trends.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.journalismjobs.com/job-listings?keywords=software+&location=0"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted Date",
    "format": "string"
  },
  "jobApplicationLink": {
    "label": "Application Link",
    "format": "string"
  },
  "jobDetails": {
    "label": "Job Details",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [JournalismJobs.com Scraper](https://apify.com/lexis-solutions/journalismjobs-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/journalismjobs-com-scraper) to learn more, explore other use cases, and run it yourself.