# Monitor Rigzone drilling operations job listings

**Use case:** 

Extract Rigzone drilling operations job category with rig type, rotation, and employer profiles.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rigzone.com/a-drilling-operations-jobs/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "applicationLink": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

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