VOOZH about

URL: https://apify.com/fortuitous_pirate/fema-disaster-scraper

โ‡ฑ Fema Disaster Scraper ยท Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Fema Disaster Scraper

FEMA Disaster Declarations Scraper. Structured data export for lead generation, enrichment, and competitive research.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

FEMA Disaster Declarations Scraper

Overview

Search FEMA disaster declarations, public assistance projects, and mitigation data. Filter by state, disaster type, date range. Supports filters (State, Incident Type, Declaration Type, Start Date).

Features

  • Search by keywords to find specific results
  • Filter results by category or type
  • Export data in JSON, CSV, or Excel formats
  • Control output volume with configurable result limits
  • Built-in proxy support for reliable data collection

Use Cases

  • Track - Track federal government data releases and updates
  • Build - Build datasets for policy research and analysis
  • Monitor - Monitor regulatory changes and compliance requirements
  • Aggregate - Aggregate public government data for transparency projects

Input Parameters

ParameterTypeDescriptionDefault
datasetstringWhich FEMA dataset to querydisaster_declarations
statestringState abbreviation filter (e.g., CA, TX, FL)
incidentTypestringFilter by incident type
declarationTypestringFilter by declaration type (disaster declarations only)
startDatestringDeclaration date start filter (YYYY-MM-DD)
endDatestringDeclaration date end filter (YYYY-MM-DD)
disasterNumberintegerFilter by specific disaster number
maxItemsintegerMaximum number of records to return100
proxyConfigurationobjectOptional proxy configuration

Output Example

Each result contains structured data like this:

{
"femaDeclarationString":"Sample femaDeclarationString",
"disasterNumber":"LIC-2025-001",
"state":"CA",
"declarationType":"Sample declarationType",
"declarationDate":"2025-01-15",
"incidentType":"ABC-12345",
"declarationTitle":"Sample declarationTitle",
"incidentBeginDate":"2025-01-15",
"incidentEndDate":"2025-01-15",
"designatedArea":"Sample designatedArea"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the FEMA Disaster Declarations Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~fema-disaster-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/fema-disaster-scraper").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect FEMA Disaster Declarations Scraper with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

FEMA Disaster Declaration Search

ryanclinton/fema-disaster-search

FEMA Disaster Declaration Search connects directly to the U.S. Federal Emergency Management Agency (FEMA) OpenFEMA v2 API to retrieve structured disaster declaration data.

FEMA Disaster Declarations Scraper

parseforge/fema-disaster-scraper

Scrape FEMA disaster declarations with 27 fields per record. Get declaration dates, incident types, affected areas, program eligibility, FIPS codes, and closeout dates. Filter by state, incident type, and fiscal year across 60,000+ declarations.

FEMA Disaster Declarations & Emergency Data Scraper

compute-edge/fema-disasters-scraper

Extract FEMA disaster declaration data including hurricanes, floods, fires, tornadoes and more. Filter by state, incident type, date range, and declaration type.

FEMA Disasters - Declarations & Aid Data

pink_comic/fema-disaster-search

Search FEMA disaster declarations and assistance data. Find disasters by type, state, or date. For insurance analysts, emergency managers, real estate investors, and climate risk researchers. Pay per result.

Fema Url Parser Spider

getdataforme/fema-url-parser-spider

The Fema Url Parser Spider extracts detailed data from FEMA press releases and news articles, offering comprehensive data capture, high accuracy, and efficient performance. It supports customizable inputs and provides structured JSON output, making it ideal for analysis, reporting, and integration.

Disaster Response Mcp

ryanclinton/disaster-response-mcp

Disaster Response Mcp. Available on the Apify Store with pay-per-event pricing.

Disaster Relief Aggregator

gabrielaxy/disaster-relief-aggregator

Aggregates real-time disaster relief resources from FEMA, Red Cross, and state emergency agencies into a unified feed. Returns shelters, food banks, and medical facilities with coordinates, capacity, and status. Outputs JSON, GeoJSON, RSS, and interactive HTML maps.

๐Ÿ‘ User avatar

Gabriel Antony Xaviour

2