# Colorado Water Availability Screen — 3 Sites Demo

**Use case:** 

Ready-to-run Colorado water-rights screen for 3 sites: nearby wells, ditches and reservoirs from CDSS with distance, water source, and seniority sampling.

## Input

```json
{
  "assets": [
    {
      "lat": 40.423,
      "lon": -104.709,
      "label": "Greeley CO ag parcel"
    },
    {
      "lat": 38.88,
      "lon": -104.72,
      "label": "Colorado Springs east site"
    },
    {
      "lat": 39.739,
      "lon": -104.99,
      "label": "Denver downtown"
    }
  ],
  "radiusMiles": 5,
  "structureTypes": [],
  "seniorityDetailLimit": 10,
  "maxResultsPerAsset": 100
}
```

## Output

```json
{
  "row_type": {
    "label": "Row type",
    "format": "string"
  },
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "structure_name": {
    "label": "Structure name",
    "format": "string"
  },
  "structure_type": {
    "label": "Structure type",
    "format": "string"
  },
  "water_source": {
    "label": "Water source",
    "format": "string"
  },
  "distance_miles": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "appropriation_date": {
    "label": "Appropriation date",
    "format": "string"
  },
  "senior_pre1950_flag": {
    "label": "Pre-1950 senior right",
    "format": "boolean"
  },
  "structures_within_radius": {
    "label": "Structures within radius",
    "format": "integer"
  },
  "water_stress_note": {
    "label": "Water stress note",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Colorado Water Rights & Structures Screener — CDSS Search](https://apify.com/malonestar/water-rights-availability-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/water-rights-availability-screener) to learn more, explore other use cases, and run it yourself.