# Scrape Senior Data Jobs for Talent Pipelines

**Use case:** 

Create a focused dataset of senior data and analytics jobs, including HTML descriptions for enrichment.

## Input

```json
{
  "keyword": "data",
  "location": "New York, NY",
  "category": "Data and Analytics",
  "level": "Senior Level",
  "maxItems": 100,
  "page": 1,
  "maxPages": 10,
  "includeHtml": true,
  "includeRaw": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "name": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Levels",
    "format": "array"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "contentsText": {
    "label": "Description",
    "format": "text"
  },
  "landingPage": {
    "label": "Landing page",
    "format": "link"
  }
}
```

## About this Actor

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