# California Private Foundation Grants — IRS 990-PF

**Use case:** 

Extract IRS Form 990-PF filings for California private foundations: EIN, total assets, grants paid, grant count, and Part XV recipient detail for a given tax

## Input

```json
{
  "sp_intended_usage": "Identify California private foundations and their grant recipients for prospect research",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "grants_by_year",
  "filingYear": 2023,
  "einList": [],
  "foundationName": "",
  "recipientName": "",
  "stateFilter": "CA",
  "minGrantAmount": 0,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "foundation_ein": {
    "label": "Foundation Ein",
    "format": "string"
  },
  "foundation_name": {
    "label": "Foundation Name",
    "format": "string"
  },
  "filing_year": {
    "label": "Filing Year",
    "format": "number"
  },
  "foundation_state": {
    "label": "Foundation State",
    "format": "string"
  },
  "total_assets_eoy": {
    "label": "Total Assets Eoy",
    "format": "number"
  },
  "total_grants_paid": {
    "label": "Total Grants Paid",
    "format": "number"
  },
  "grant_count": {
    "label": "Grant Count",
    "format": "number"
  },
  "source_xml_url": {
    "label": "Source Xml Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IRS Form 990-PF Private Foundation Scraper - Grant Detail](https://apify.com/jungle_synthesizer/irs-form-990-private-foundation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/irs-form-990-private-foundation-scraper) to learn more, explore other use cases, and run it yourself.