# AL IRS Exempt Organizations | 501c Master File

**Use case:** 

Extract IRS Exempt Organizations | 501c Master File data filtered by AL. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "state": "AL",
  "maxItems": 10
}
```

## Output

```json
{
  "ein": {
    "label": "📌 ein",
    "format": "text"
  },
  "name": {
    "label": "📌 name",
    "format": "text"
  },
  "state": {
    "label": "📌 state",
    "format": "text"
  },
  "subsection": {
    "label": "📌 subsection",
    "format": "text"
  },
  "nteeCd": {
    "label": "📌 nteeCd",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [IRS Exempt Organizations Scraper | 501c Master File](https://apify.com/parseforge/irs-eo-master-file-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/irs-eo-master-file-scraper) to learn more, explore other use cases, and run it yourself.