# FEMA individual assistance data for Hurricane Harvey

**Use case:** 

Anonymized FEMA registrant records for Hurricane Harvey (DR-4332, Texas): city, ZIP, residence type, insurance, damage flags and the rental, repair and replacement assistance approved.

## Input

```json
{
  "disasterNumber": 4332,
  "state": "TX",
  "maxResults": 200
}
```

## Output

```json
{
  "disasterNumber": {
    "label": "Disaster number",
    "format": "number"
  },
  "damagedCity": {
    "label": "Damaged city",
    "format": "text"
  },
  "damagedZipCode": {
    "label": "Damaged zip code",
    "format": "text"
  },
  "residenceType": {
    "label": "Residence type",
    "format": "text"
  },
  "ownRent": {
    "label": "Own rent",
    "format": "text"
  },
  "grossIncome": {
    "label": "Gross income",
    "format": "number"
  },
  "homeOwnersInsurance": {
    "label": "Home owners insurance",
    "format": "boolean"
  },
  "floodInsurance": {
    "label": "Flood insurance",
    "format": "boolean"
  },
  "destroyed": {
    "label": "Destroyed",
    "format": "boolean"
  },
  "floodDamage": {
    "label": "Flood damage",
    "format": "boolean"
  },
  "rentalAssistanceAmount": {
    "label": "Rental assistance amount",
    "format": "number"
  },
  "repairAmount": {
    "label": "Repair amount",
    "format": "number"
  },
  "replacementAmount": {
    "label": "Replacement amount",
    "format": "number"
  },
  "sbaEligible": {
    "label": "SBA eligible",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA Disaster Assistance Data by Disaster](https://apify.com/m_ctim/fema-disaster-assistance-tracker.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/m_ctim/fema-disaster-assistance-tracker.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/m_ctim/fema-disaster-assistance-tracker.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
