Free · no signup · no tracking

Embed GrantProbe Widgets on Your Site

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.

Preview it
Copy the snippet
<iframe src="https://grantprobe.com/embed/form-filler.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Grant Application Form Filler Tool (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/form-filler.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Grant Eligibility Checker

Answer 5 questions about your organization to see which grant categories you may qualify for.

Preview it
Copy the snippet
<iframe src="https://grantprobe.com/embed/grant-eligibility-checker.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="Grant Eligibility Checker 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-eligibility-checker.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

Grant Finder Tool: Match Your Eligibility (2026)

Answer 5 questions, get matched to grants you qualify for. Covers 65+ federal, state, and private programs. Free, no signup. Updated 2026.

Preview it
Copy the snippet
<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.

Preview it
Copy the snippet
<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.

Preview it
Copy the snippet
<iframe src="https://grantprobe.com/embed/nih-deadline-calculator.html"
        width="100%" height="520" frameborder="0" loading="lazy"
        title="NIH Grant Deadline Calculator: Next R01 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/nih-deadline-calculator.html"]');
    if (f) f.style.height = e.data.height + 'px';
  }
});
</script>

How it works

3

What you are hosting, and who maintains it.

The terms, in full

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.

Save
Dashboard