Government Scheme Finderfor Indian Startups

Government Scheme Finder for Startups — StartupIndiaX
Free Tool

Government Scheme Finder
for Indian Startups

Find the right central & state government grants, tax benefits, loans, and support schemes for your startup — filtered by sector, stage, and benefit type.

50+ schemes indexed
15+ ministries covered
Updated 2025
Showing 0 schemes
🔍

No schemes match your filters

Try broadening your search — remove a filter or search with a different keyword.

Scheme details are for informational purposes only and may change. Always verify eligibility, deadlines, and application procedures on the official government portal before applying. Official portals: startupindia.gov.in · msme.gov.in · dst.gov.in

A free tool by StartupIndiaX.com — India’s startup knowledge portal
' + '' + b + '' + '
'; }).join(''); var tagsHtml = s.tags.map(function(t) { return '' + t + ''; }).join(''); return '
' + '
' + '
' + '
' + '
' + '
' + s.ministry + '
' + '
' + s.name + '
' + '
' + '' + s.badge + '' + '
' + '

' + s.desc + '

' + '
' + benefitsHtml + '
' + '
' + '
' + '
Benefit
' + '
' + s.amount + '
' + '
' + '
' + '
Deadline
' + '
' + s.deadline + '
' + '
' + '
' + '
' + tagsHtml + '
' + '
' + '' + '
'; }).join(''); } function applyFilters() { var sector = document.getElementById('f-sector').value; var stage = document.getElementById('f-stage').value; var type = document.getElementById('f-type').value; var ministry = document.getElementById('f-ministry').value; var search = document.getElementById('f-search').value.toLowerCase().trim(); var filtered = SCHEMES.filter(function(s) { if (sector && sector !== 'all') { if (!s.sectors.includes(sector) && !s.sectors.includes('all')) return false; } if (stage && stage !== 'all') { if (!s.stages.includes(stage)) return false; } if (type) { if (!s.types.includes(type)) return false; } if (ministry) { if (s.ministryKey !== ministry) return false; } if (search) { var haystack = (s.name + ' ' + s.desc + ' ' + s.tags.join(' ') + ' ' + s.ministry).toLowerCase(); if (!haystack.includes(search)) return false; } return true; }); renderSchemes(filtered); } function clearFilters() { document.getElementById('f-sector').value = ''; document.getElementById('f-stage').value = ''; document.getElementById('f-type').value = ''; document.getElementById('f-ministry').value = ''; document.getElementById('f-search').value = ''; applyFilters(); } // Init document.getElementById('total-count').textContent = SCHEMES.length + '+'; applyFilters();