Federal Audit Scraper avatar

Federal Audit Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Federal Audit Scraper

Federal Audit Scraper

Extract federal audit data from the Federal Audit Clearinghouse (FAC) — the authoritative database of every organization in the United States receiving $750,000 or more in federal funds.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Professional Edge

Professional Edge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Federal Audit Clearinghouse (FAC) Scraper

Extract federal audit data from the Federal Audit Clearinghouse (FAC) — the authoritative database of every organization in the United States receiving $750,000 or more in federal funds. This Actor wraps the official FAC API to deliver structured data on nonprofits, government entities, universities, and other organizations subject to the Single Audit Act.

The FAC database is maintained by the U.S. Census Bureau and contains detailed audit findings, compliance results, financial expenditure data, and verified contact information for auditees and their auditing firms. This is essential data for grant compliance officers, government auditors, nonprofit consultants, and investigative researchers.

Key Features

FeatureDescription
Auditee name searchSearch by organization name with partial matching
State filteringFilter by US state abbreviation (NY, CA, TX, etc.)
Fiscal year filteringFocus on a specific audit fiscal year
Low-risk filteringIsolate low-risk auditees for streamlined analysis
60+ fields per recordContact info, financial data, compliance findings, auditor details
No authenticationUses the free public FAC API — no registration needed

What Data Can You Extract?

FieldDescription
auditeeNameName of the audited organization
auditeeEinEmployer Identification Number
auditeeUeiUnique Entity Identifier
auditeeState, auditeeCity, auditeeZipFull address
auditeeEmail, auditeePhoneContact information
auditorFirmNameName of the auditing firm
auditorEmailAuditor contact email
totalAmountExpendedTotal federal expenditures
entityTypeType of entity (nonprofit, government, etc.)
auditTypeSingle audit or program-specific
gaapResultsGAAP compliance results
isLowRiskAuditeeLow-risk designation
isMaterialWeaknessDisclosedMaterial weakness findings
isGoingConcernIncludedGoing concern opinions
fyStartDate, fyEndDateFiscal year period

How to Scrape Federal Audit Data

  1. Go to this Actor's page on the Apify Store
  2. Click "Start" to open the input form
  3. Set your filters:
    • Enter an Auditee Name for partial name search — or leave blank for all
    • Enter a State code (e.g., NY) — or leave blank for all states
    • Enter a Fiscal Year (e.g., 2024) — or leave blank for all years
    • Toggle Low Risk Only if desired
    • Set Max Results (default: 100; set to 0 for unlimited)
  4. Click "Start" to run the Actor
  5. Download your data in JSON, CSV, or Excel format from the Dataset tab

Input Example

{
"state": "NY",
"fiscalYear": "2024",
"maxResults": 200
}

Output Example

{
"auditeeName": "NEW YORK CITY HOUSING AUTHORITY",
"auditeeEin": "136400434",
"auditeeState": "NY",
"auditeeCity": "NEW YORK",
"auditeeZip": "10007",
"auditeeEmail": "finance@nycha.nyc.gov",
"auditorFirmName": "GRANT THORNTON LLP",
"totalAmountExpended": 4523000000,
"entityType": "local_government",
"isLowRiskAuditee": "No",
"gaapResults": "unmodified_opinion",
"fyEndDate": "2024-06-30"
}

Pricing

This Actor uses pay-per-result pricing:

EventPrice
Actor start$0.00005
Per result$0.002

The FAC API is free and public. You only pay for Apify compute resources plus the per-result fee above. A typical run of 500 records costs approximately $1.00 in Actor fees plus minimal compute costs.

Use Cases

  • Grant Compliance: Monitor organizations receiving federal funds for audit findings and compliance issues
  • Nonprofit Due Diligence: Screen nonprofit organizations by their audit history, material weaknesses, and going concern opinions
  • Government Auditing: Identify entities with qualified opinions, material noncompliance, or questioned costs
  • Investigative Research: Find organizations with significant federal expenditures and poor audit results
  • Auditor Market Analysis: Analyze which auditing firms serve which types of federal fund recipients
  • Risk Assessment: Build risk profiles of federal fund recipients using compliance data and financial indicators

Integrations

Connect this Actor to your existing workflows:

  • Export to Google Sheets for collaborative analysis
  • Send results to Slack or email for automated alerts
  • Feed into Zapier, Make, or n8n for custom automation
  • Use the Apify API to integrate directly with your application

FAQ

Q: How current is the data? A: The FAC database is updated as audits are submitted. Organizations must file within 30 days of receiving their audit report, with a 9-month deadline after fiscal year end.

Q: Who is required to file? A: Any non-federal entity (nonprofit, state/local government, tribal organization, university) that expends $750,000 or more in federal awards in a fiscal year must undergo a Single Audit.

Q: What does "low risk auditee" mean? A: A low-risk auditee has a clean audit history — no material weaknesses, unmodified opinions, and no going concern issues in recent years. These organizations face reduced audit requirements.

Q: Can I search by auditor firm? A: The API supports filtering by auditee fields. You can search by auditee name, state, and fiscal year. Auditor firm data is included in the output for each record.

This Actor accesses publicly available data from the Federal Audit Clearinghouse API, a free public service provided by the U.S. Census Bureau. The data is in the public domain and freely available for any use.

This Actor does not bypass any authentication, does not violate any terms of service, and respects rate limits on the FAC API. The Actor is provided as-is without warranty. Users are responsible for ensuring their use of the data complies with applicable laws and regulations.

For questions or support, please open an issue on this Actor's page.