# Extract MediaBistro web producer job in Raleigh

**Use case:** 

Scrape MediaBistro.com web producer job posting at Redwood Software in Raleigh with requirements and application details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.mediabistro.com/jobs/1504665446-web-producer-job-at-redwood-software-in-raleigh"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "hiringOrganization": {
    "label": "Company",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "address": {
    "label": "Location",
    "format": "object"
  },
  "datePosted": {
    "label": "Posted Date",
    "format": "string"
  },
  "applicationLink": {
    "label": "Apply",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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