# NIFC Wildfire Incidents in Florida

**Use case:** 

Find and extract NIFC Wildfire Incidents in Florida. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "Florida",
  "maxItems": 10
}
```

## Output

```json
{
  "incident_name": {
    "label": "🔥 Incident Name",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "county": {
    "label": "🏞️ County",
    "format": "text"
  },
  "lat": {
    "label": "📍 Latitude",
    "format": "text"
  },
  "lon": {
    "label": "📍 Longitude",
    "format": "text"
  },
  "acres": {
    "label": "📏 Acres",
    "format": "text"
  },
  "containment_pct": {
    "label": "🛡️ Containment %",
    "format": "text"
  },
  "cause": {
    "label": "⚡ Cause",
    "format": "text"
  },
  "discovery_date": {
    "label": "📅 Discovery Date",
    "format": "text"
  },
  "status": {
    "label": "🚦 Status",
    "format": "text"
  },
  "fuel_type": {
    "label": "🌲 Fuel Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NIFC Wildfire Incidents Scraper](https://apify.com/parseforge/nifc-wildfire-incidents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nifc-wildfire-incidents-scraper) to learn more, explore other use cases, and run it yourself.