# Scrape media industry jobs on JournalismJobs.com

**Use case:** 

Extract journalism and media job listings from JournalismJobs.com with title, employer, and posting date.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.journalismjobs.com/job-listings?keywords=&location=&jobType=&date=&industries=5&position=&diversity=&focuses=&salary=&company=&title=&virtual=&page=1&count=30"
    }
  ],
  "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.