# Poor Condition Bridge Scraper

**Use case:** 

Find poor-condition bridges from FHWA InfoBridge by state for infrastructure risk, insurance, and civil engineering research.

## Input

```json
{
  "stateCodes": [
    1
  ],
  "bridgeIds": [],
  "maxItems": 250,
  "bridgeCondition": "Poor",
  "ownerContains": "",
  "includeCondition": true,
  "requestDelayMs": 120
}
```

## Output

```json
{
  "bridgeId": {
    "label": "InfoBridge bridge ID"
  },
  "bridgeYearlyId": {
    "label": "Bridge yearly ID"
  },
  "structureNumber": {
    "label": "Structure number"
  },
  "stateCode": {
    "label": "State code"
  },
  "stateName": {
    "label": "State"
  },
  "ownerAgency": {
    "label": "Owner agency"
  },
  "yearBuilt": {
    "label": "Year built"
  },
  "structureLength": {
    "label": "Structure length"
  },
  "mainSpanMaterials": {
    "label": "Main span materials"
  },
  "mainSpanDesign": {
    "label": "Main span design"
  },
  "bridgeCondition": {
    "label": "Condition code"
  },
  "conditionLabel": {
    "label": "Condition"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FHWA National Bridge Inventory Scraper](https://apify.com/automation-lab/fhwa-national-bridge-inventory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fhwa-national-bridge-inventory-scraper) to learn more, explore other use cases, and run it yourself.