# Extract JournalismJobs posting detail for UF role

**Use case:** 

Scrape full JournalismJobs.com posting for University of Florida membership coordinator with requirements.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.journalismjobs.com/1693010-membership-coordinatorwuft-tvfm-and-wjuf-fm-university-of-florida"
    }
  ],
  "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.