# Extract Chronicle Jobs music education posting detail

**Use case:** 

Scrape jobs.chronicle.com assistant professor music education posting with full description, qualifications, and apply link.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://jobs.chronicle.com/job/37976145/assistant-professor-of-music-education-elementary-general-music-fine-and-performing-arts/?LinkSource=PromotedJob"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Product Name",
    "format": "text"
  },
  "employer": {
    "label": "Employer Name",
    "format": "text"
  },
  "location": {
    "label": "Job Location",
    "format": "text"
  }
}
```

## About this Actor

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