# Sodir Norway NCS Producing Oil Fields & Reserves

**Use case:** 

Export all producing Norwegian Continental Shelf oil fields from Sodir FactPages — operator, reserves (oil/gas/NGL), production start date, and geocoordinates.

## Input

```json
{
  "sp_intended_usage": "E&P acreage analysis and reserves benchmarking for NCS producing fields",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "datasetType": "field",
  "mainArea": "all",
  "operatorFilter": "",
  "includeMonthlyProduction": false,
  "includeReserves": true,
  "maxItems": 200,
  "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.