# Scrape Rigzone engineering advisor job posting

**Use case:** 

Collect full Rigzone job posting for engineering advisor customer application engineering role.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rigzone.com/oil/jobs/postings/1284270_engineering_advisor_customer_application_engineering"
    }
  ],
  "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.