# Track all active US BOEM offshore wind leases

**Use case:** 

Full inventory of active BOEM offshore wind leases on the US OCS: lessee, state, acreage, effective and expiration dates, plus wind planning areas. Keyless.

## Input

```json
{
  "mode": "inventory",
  "includePlanningAreas": true,
  "includeBlockCounts": true,
  "snapshotStoreName": "boem-wind-lease-snapshots",
  "maxResults": 500
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "lease_number": {
    "label": "Lease number",
    "format": "string"
  },
  "lessee": {
    "label": "Lessee",
    "format": "string"
  },
  "region_or_state": {
    "label": "State / region",
    "format": "string"
  },
  "lease_status": {
    "label": "Status",
    "format": "string"
  },
  "acreage": {
    "label": "Acreage",
    "format": "integer"
  },
  "block_count": {
    "label": "Block count",
    "format": "integer"
  },
  "effective_date": {
    "label": "Effective date",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "change_type": {
    "label": "Change type",
    "format": "string"
  },
  "previous_status": {
    "label": "Previous status",
    "format": "string"
  },
  "previous_acreage": {
    "label": "Previous acreage",
    "format": "integer"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BOEM Offshore Wind Lease Tracker — Inventory & Status Deltas](https://apify.com/malonestar/boem-offshore-wind-lease-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/boem-offshore-wind-lease-tracker) to learn more, explore other use cases, and run it yourself.