# Sodir North Sea Exploration Wellbores Dataset

**Use case:** 

Extract exploration wellbores from the North Sea (NCS) via Sodir FactPages — wellbore name, operator, spud date, depth, water depth, and WGS84 coordinates.

## Input

```json
{
  "sp_intended_usage": "Drilling activity analysis for North Sea exploration wellbore portfolio review",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "datasetType": "wellbore",
  "mainArea": "NORTH SEA",
  "operatorFilter": "",
  "includeMonthlyProduction": false,
  "includeReserves": false,
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "datasetType": {
    "label": "Datasettype",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "npdid": {
    "label": "Npdid",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "mainArea": {
    "label": "Mainarea",
    "format": "string"
  },
  "operatorName": {
    "label": "Operatorname",
    "format": "string"
  },
  "drillingOperator": {
    "label": "Drillingoperator",
    "format": "string"
  },
  "factPageUrl": {
    "label": "Factpageurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Sodir FactPages Scraper - NCS Wellbores, Fields, Licences](https://apify.com/jungle_synthesizer/sodir-norway-petroleum-factpages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/sodir-norway-petroleum-factpages-scraper) to learn more, explore other use cases, and run it yourself.