# HMDA Mortgage Loan Data in CA

**Use case:** 

Find and extract HMDA Mortgage Loan Data in CA. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "years": "2023",
  "states": "CA",
  "maxItems": 10
}
```

## Output

```json
{
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "state": {
    "label": "🇺🇸 State",
    "format": "text"
  },
  "county": {
    "label": "🏛️ County",
    "format": "text"
  },
  "actionTaken": {
    "label": "⚡ Action Taken",
    "format": "text"
  },
  "loanType": {
    "label": "🏠 Loan Type",
    "format": "text"
  },
  "loanPurpose": {
    "label": "🎯 Loan Purpose",
    "format": "text"
  },
  "race": {
    "label": "🧑 Race",
    "format": "text"
  },
  "count": {
    "label": "🔢 Count",
    "format": "text"
  },
  "sumLoanAmount": {
    "label": "💰 Sum Loan Amount",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [HMDA Mortgage Loan Data Scraper](https://apify.com/parseforge/hmda-mortgage-loan-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hmda-mortgage-loan-data-scraper) to learn more, explore other use cases, and run it yourself.