# Monitor new oil & gas well permits in North Dakota

**Use case:** 

Pull recent Bakken drilling permits from North Dakota state records — operator, well name, county, status and permit dates in one dataset.

## Input

```json
{
  "states": [
    "ND"
  ],
  "maxResults": 500,
  "monitor": false
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "api_number": {
    "label": "API / facility number",
    "format": "string"
  },
  "well_name": {
    "label": "Well name",
    "format": "string"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "well_type": {
    "label": "Well type",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "spud_date": {
    "label": "Spud date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Oil & Gas Well Permits Search & Monitor API (ND/CO)](https://apify.com/malonestar/oil-gas-well-permits) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/oil-gas-well-permits) to learn more, explore other use cases, and run it yourself.