# Latest FEMA Disaster Declarations

**Use case:** 

Explore Latest with FEMA Disaster Declarations Scraper - OpenFEMA Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "state": "",
  "incidentType": "",
  "declarationType": "all",
  "fromDate": "2026-01-01",
  "maxResults": 3
}
```

## Output

```json
{
  "disaster_number": {
    "label": "Disaster Number",
    "format": "number"
  },
  "declaration_string": {
    "label": "Declaration String",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "declaration_type": {
    "label": "Declaration Type",
    "format": "text"
  },
  "declaration_date": {
    "label": "Declaration Date",
    "format": "date"
  },
  "incident_type": {
    "label": "Incident Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "designated_area": {
    "label": "Designated Area",
    "format": "text"
  },
  "incident_begin": {
    "label": "Incident Begin",
    "format": "date"
  },
  "incident_end": {
    "label": "Incident End",
    "format": "date"
  },
  "individual_assistance": {
    "label": "Individual Assistance",
    "format": "text"
  },
  "public_assistance": {
    "label": "Public Assistance",
    "format": "text"
  },
  "hazard_mitigation": {
    "label": "Hazard Mitigation",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "disaster_url": {
    "label": "Disaster Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA Disaster Declarations Scraper - OpenFEMA Data](https://apify.com/benthepythondev/fema-disaster-declarations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/fema-disaster-declarations-scraper) to learn more, explore other use cases, and run it yourself.