# Find poor-condition & scour-risk bridges in Colorado

**Use case:** 

Screen Colorado bridges rated Poor and get 0-100 risk scores from FHWA National Bridge Inventory condition, scour-critical status and overdue-inspection data.

## Input

```json
{
  "states": [
    "CO"
  ],
  "conditions": [
    "P"
  ],
  "scourCriticalOnly": false,
  "minADT": 1000,
  "minRiskScore": 25,
  "maxResults": 500
}
```

## Output

```json
{
  "structure_number": {
    "label": "Structure number",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "facility_carried": {
    "label": "Facility carried",
    "format": "string"
  },
  "features_desc": {
    "label": "Features intersected",
    "format": "string"
  },
  "condition": {
    "label": "Overall condition",
    "format": "string"
  },
  "risk_score": {
    "label": "Risk score (0-100)",
    "format": "integer"
  },
  "risk_flags": {
    "label": "Risk flags",
    "format": "array"
  },
  "scour_critical": {
    "label": "Scour rating",
    "format": "string"
  },
  "last_inspection_date": {
    "label": "Last inspection",
    "format": "string"
  },
  "inspection_overdue": {
    "label": "Inspection overdue?",
    "format": "boolean"
  },
  "adt": {
    "label": "Average daily traffic",
    "format": "integer"
  },
  "year_built": {
    "label": "Year built",
    "format": "integer"
  },
  "posted_or_closed": {
    "label": "Posted or closed?",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [US Bridge Condition & Scour Risk Monitor — FHWA NBI](https://apify.com/malonestar/fhwa-nbi-bridge-risk-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fhwa-nbi-bridge-risk-monitor) to learn more, explore other use cases, and run it yourself.