Put any of these on your own site with one snippet. They resize themselves,
they load nothing until they are scrolled to, and each one credits grantprobe.com.
Embeddable widgets
5
Each one runs in an iframe on your site. Copy the snippet, paste it where you want the widget, and it will size itself to its own content.
Grant Application Form Filler Tool (2026)
Enter your org details once, generate pre-filled grant application content. Copy-paste into real applications. Saves hours per submission. Pro tool.
<iframe src="https://grantprobe.com/embed/grant-finder.html"
width="100%" height="520" frameborder="0" loading="lazy"
title="Grant Finder Tool: Match Your Eligibility (2026) by grantprobe.com"></iframe>
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'resize' && e.data.height) {
var f = document.querySelector('iframe[src="https://grantprobe.com/embed/grant-finder.html"]');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>
Federal Grant Map: Search 60
60,000+ federal grants on one interactive map. Filter by agency, category, amount, and deadline. Free Grants.gov data for nonprofits and businesses. Updated 2026.
<iframe src="https://grantprobe.com/embed/grant-map.html"
width="100%" height="520" frameborder="0" loading="lazy"
title="Federal Grant Map: Search 60 by grantprobe.com"></iframe>
<script>
window.addEventListener('message', function (e) {
if (e.data && e.data.type === 'resize' && e.data.height) {
var f = document.querySelector('iframe[src="https://grantprobe.com/embed/grant-map.html"]');
if (f) f.style.height = e.data.height + 'px';
}
});
</script>
NIH Grant Deadline Calculator: Next R01
Find your next NIH submission due date in seconds. Pick an activity code (R01, R21, R15) and new vs resubmission, get the exact standard due date plus a live countdown.
Free to embed on any site, commercial or not, with no signup and no limit on
traffic. Keep the attribution link that ships inside the widget. Do not modify the widget or
present its output as your own data. We may update a widget in place, which is the point of
hosting it rather than copying it.