# Monitor MediaBistro senior account executive posting

**Use case:** 

Track MediaBistro.com senior account executive job listing with compensation range, skills, and company profile.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.mediabistro.com/jobs/3404823398-senior-account-executive"
    }
  ],
  "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.