# IRS Form 990 PF Private Foundation   Grant Detail — Full Exp

**Use case:** 

Scrape the full irs form 990-pf private foundation - grant detail dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract irs form 990-pf private foundation - grant detail for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "grants_by_year",
  "filingYear": 2024,
  "einList": [],
  "foundationName": "",
  "recipientName": "",
  "stateFilter": "",
  "minGrantAmount": 0,
  "maxItems": 200,
  "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.