nonProfitChecker
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This periodically checks the IRS Tax Exempt Organization Search for a given EIN. If it's found, you'll receive an email with rudamentary information and future checks will be skipped. If it runs into an error multiple times it will send you an email and skip checks until you mark the error as fixed.
After you apply for a non-profit status, there is about a one- to six-month wait to hear back if you are approved. They notify you by sending a letter in the mail. However, they often update their website before you receive that letter.
UPDATE (10/2025): This worked for my organization! We received the letter before the website was updated, but this still let us know the moment we showed up on the IRS website.
- Set the EIN environment variable to the EIN you want to check. You can use
either form
XX-XXXXXXXorXXXXXXXXX. - If you want to mark an error as fixed, remove the
nonProfitChecker.skipReasonblob from your Blob storage. Your search will run on the next cron run.
Cron