FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Scraping Nonprofit Financial Data: Form 990 and IRS Records
How-ToDevOps

Scraping Nonprofit Financial Data: Form 990 and IRS Records

via Dev.to Tutorialagenthustler4h ago

Scraping Nonprofit Financial Data: Form 990 and IRS Records Every nonprofit in the United States is required to file Form 990 with the IRS, disclosing executive compensation, revenue, expenses, and program activities. This data is public but notoriously difficult to access in bulk. Let's build a Python scraper to extract and analyze nonprofit financial data systematically. Why Nonprofit Financial Data Matters Donors, journalists, and researchers need to evaluate whether nonprofits use funds effectively. Form 990 reveals executive pay ratios, fundraising efficiency, program spending percentages, and financial health indicators. Data Sources IRS Exempt Organizations BMF — master list of all tax-exempt organizations ProPublica Nonprofit Explorer API — structured 990 data (best free source) IRS 990 XML files — raw filings on AWS (bulk download) State charity registrations — additional compliance data ProPublica Nonprofit Explorer API import requests import time class NonprofitExplorer : BA

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
2 views

Related Articles

You can now transfer your chats and personal information from other chatbots directly into Gemini
How-To

You can now transfer your chats and personal information from other chatbots directly into Gemini

TechCrunch • 8h ago

How-To

How to Earn Money in 2026:

Medium Programming • 9h ago

How to Start Coding as a Beginner in 2026
How-To

How to Start Coding as a Beginner in 2026

Medium Programming • 10h ago

Building an MCP Server for Your Own Tools
How-To

Building an MCP Server for Your Own Tools

Medium Programming • 12h ago

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One
How-To

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One

Medium Programming • 12h ago

Discover More Articles