# A - Arts, Culture & Humanities GuideStar / ProPublica

**Use case:** 

Extract GuideStar / ProPublica Nonprofit data filtered by A - Arts, Culture & Humanities. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "",
  "maxItems": 10,
  "state": "CA",
  "nteeCategory": "A",
  "subsectionCode": "3",
  "hasRecentFiling": false
}
```

## Output

```json
{
  "ein": {
    "label": "EIN",
    "format": "text"
  },
  "name": {
    "label": "Organization Name",
    "format": "text"
  },
  "is_501c3": {
    "label": "501(c)(3)",
    "format": "boolean"
  },
  "subsection_code": {
    "label": "Subsection Code",
    "format": "number"
  },
  "subsection_name": {
    "label": "Subsection",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "zipcode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "ntee_code": {
    "label": "NTEE Code",
    "format": "text"
  },
  "ntee_category": {
    "label": "NTEE Category",
    "format": "text"
  },
  "total_revenue": {
    "label": "Total Revenue",
    "format": "number"
  },
  "total_expenses": {
    "label": "Total Expenses",
    "format": "number"
  },
  "total_assets": {
    "label": "Total Assets",
    "format": "number"
  },
  "total_liabilities": {
    "label": "Total Liabilities",
    "format": "number"
  },
  "net_assets": {
    "label": "Net Assets",
    "format": "number"
  },
  "contributions": {
    "label": "Contributions",
    "format": "number"
  },
  "program_revenue": {
    "label": "Program Revenue",
    "format": "number"
  },
  "investment_income": {
    "label": "Investment Income",
    "format": "number"
  },
  "rental_income": {
    "label": "Rental Income",
    "format": "number"
  },
  "net_gain_loss": {
    "label": "Net Gain/Loss",
    "format": "number"
  },
  "other_revenue": {
    "label": "Other Revenue",
    "format": "number"
  },
  "executive_compensation": {
    "label": "Executive Compensation",
    "format": "number"
  },
  "other_salaries": {
    "label": "Other Salaries",
    "format": "number"
  },
  "payroll_taxes": {
    "label": "Payroll Taxes",
    "format": "number"
  },
  "professional_fundraising": {
    "label": "Professional Fundraising",
    "format": "number"
  },
  "tax_exempt_bonds": {
    "label": "Tax Exempt Bonds",
    "format": "number"
  },
  "secured_mortgages": {
    "label": "Secured Mortgages",
    "format": "number"
  },
  "unsecured_notes": {
    "label": "Unsecured Notes",
    "format": "number"
  },
  "foundation_code": {
    "label": "Foundation Code",
    "format": "number"
  },
  "affiliation_code": {
    "label": "Affiliation Code",
    "format": "number"
  },
  "organization_code": {
    "label": "Organization Code",
    "format": "number"
  },
  "deductibility_code": {
    "label": "Deductibility Code",
    "format": "number"
  },
  "alternate_name": {
    "label": "Alternate Name",
    "format": "text"
  },
  "filing_count": {
    "label": "Total Filings",
    "format": "number"
  },
  "filings_with_data_count": {
    "label": "Filings w/ Data",
    "format": "number"
  },
  "has_recent_990": {
    "label": "Recent 990",
    "format": "boolean"
  },
  "latest_filing_year": {
    "label": "Latest Filing Year",
    "format": "number"
  },
  "form_type": {
    "label": "Form Type",
    "format": "text"
  },
  "data_completeness": {
    "label": "Data Completeness %",
    "format": "number"
  },
  "ruling_date": {
    "label": "Ruling Date",
    "format": "text"
  },
  "tax_period": {
    "label": "Tax Period",
    "format": "text"
  },
  "accounting_period": {
    "label": "Accounting Period",
    "format": "number"
  },
  "pdf_url": {
    "label": "PDF URL",
    "format": "link"
  },
  "guidestar_url": {
    "label": "GuideStar URL",
    "format": "link"
  },
  "propublica_url": {
    "label": "ProPublica URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GuideStar / ProPublica Nonprofit Scraper](https://apify.com/parseforge/guidestar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/guidestar-scraper) to learn more, explore other use cases, and run it yourself.