# FEMA California Wildfire Scraper

**Use case:** 

Collect FEMA fire disaster declarations for California with dates and details to analyze wildfire impact and federal aid history.

## Input

```json
{
  "state": "California",
  "incidentType": "Fire",
  "maxItems": 3
}
```

## Output

```json
{
  "femaDeclarationString": {
    "label": "Fema Declaration String",
    "format": "text"
  },
  "disasterNumber": {
    "label": "Disaster Number",
    "format": "number"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "declarationType": {
    "label": "Declaration Type",
    "format": "text"
  },
  "declarationDate": {
    "label": "Declaration Date",
    "format": "text"
  },
  "fyDeclared": {
    "label": "Fy Declared",
    "format": "number"
  },
  "incidentType": {
    "label": "Incident Type",
    "format": "text"
  },
  "declarationTitle": {
    "label": "Declaration Title",
    "format": "text"
  },
  "ihProgramDeclared": {
    "label": "Ih Program Declared",
    "format": "text"
  },
  "iaProgramDeclared": {
    "label": "Ia Program Declared",
    "format": "text"
  },
  "paProgramDeclared": {
    "label": "Pa Program Declared",
    "format": "text"
  },
  "hmProgramDeclared": {
    "label": "Hm Program Declared",
    "format": "text"
  },
  "incidentBeginDate": {
    "label": "Incident Begin Date",
    "format": "text"
  },
  "incidentEndDate": {
    "label": "Incident End Date",
    "format": "text"
  }
}
```

## About this Actor

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