# Find oil and gas engineer jobs on Rigzone

**Use case:** 

Scrape Rigzone engineer keyword job search with company, location, and posting date for energy hiring intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rigzone.com/oil/jobs/search/?sk=engineer"
    }
  ],
  "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.