Pricing
$1.50 / 1,000 funding programme rows
German Funding Monitor
Monitor new German public funding programmes from official public feeds. Export clean grant and subsidy rows for research, advisory, sales, API, CSV, and alert workflows.
Pricing
$1.50 / 1,000 funding programme rows
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
π German Funding Monitor data foundation hero
Monitor new public German funding programmes from the official Foerderdatenbank feed and export clean rows for research, advisory, sales, API, CSV, and alerts.
Use it when you want to notice new grants, subsidies, loans, or public funding programmes in Germany without checking funding pages every day.
What it does
- Reads the official Foerderdatenbank funding-programme RSS feed.
- Normalizes each programme into a clean dataset row.
- Enriches rows from the public detail page where available.
- Supports keyword, region, eligible-recipient, and funding-type filters.
- Supports
newOnlymode for scheduled monitoring. - Returns source-health and state information in the
SUMMARYkey.
Start with these runs
Start with a small search so you can inspect the rows before scheduling anything.
AI / KI funding in Germany
{"keyword":"KI","region":"bundesweit","maxItems":10}
Grants for companies
{"eligibleFor":"Unternehmen","fundingType":"Zuschuss","maxItems":20}
Daily monitoring
The first run creates the baseline. Later runs with the same stateKey return only programmes that were not seen before.
{"newOnly":true,"stateKey":"digital-funding-daily","maxItems":20,"keyword":"Digitalisierung"}
Good fit
| User | Use it for |
|---|---|
| Agencies and consultants | New funding topics for client advisory, newsletters, or market scans |
| Founders and SMEs | A lightweight alert when a relevant public programme appears |
| Grant scouts | Normalized rows that can be exported to CSV, Sheets, Airtable, or a CRM |
| Economic development teams | A simple feed of current programme signals without manual checking |
Output fields
Each row contains:
titlesummaryfunderfundingTypefundingAreafundingRegioneligibleEntitiespublishedAtsourceFreshnessleadReasondetailUrlrankScore
Example row shape:
{"title":"KMU-innovativ: Informations- und Kommunikationstechnologien","funder":"Bundesministerium fuer Bildung und Forschung","fundingType":"Zuschuss","fundingArea":"Digitalisierung; Forschung und Innovation","fundingRegion":"bundesweit","eligibleEntities":["Unternehmen","Forschungseinrichtung"],"sourceFreshness":"current","leadReason":"Matched keyword KI; matched region bundesweit","detailUrl":"https://www.foerderdatenbank.de/..."}
Fields vary because public funding pages vary. The row always keeps the official detailUrl so the source can be checked before anyone acts on it.
SUMMARY and source health
Each run writes a SUMMARY record to the key-value store. Check it when a run is empty or lower than expected.
The summary includes:
- normalized input
- source URL
- raw RSS item count
- parsed item count
- emitted item count
- filter counts
- source health
newOnlystate when monitoring mode is used
Why not just search manually?
Manual search is fine for a one-off check. This is for repeated checks that should return the same kind of rows every time.
It gives you:
- official-source rows instead of scraped search snippets
- stable JSON/CSV output
- cheap small runs
- a
newOnlymode for scheduled alerts - a
SUMMARYobject that makes empty runs explainable
Source and limits
This version uses the official Foerderdatenbank RSS feed for current funding programmes. The broader website search is not used in this release because direct non-browser requests currently hit a Radware loader. Stable public data is better here than fragile browser automation.
Important limits:
- It is not a full historical funding database.
- It does not guarantee that every German funding programme is present.
- Detail-page enrichment is used only where the public detail page is reachable.
- Always check the official detail page before applying.
- The Actor does not provide legal, tax, or funding advice.
Pricing
This Actor charges per emitted dataset row:
$0.0015per funding programme row- 10 emitted rows cost about
$0.015 - 100 emitted rows cost about
$0.15
There is no Actor-start fee at launch. If a run returns zero rows, there are no dataset rows to charge for.
Related German opportunity Actors
- German Tender Monitor for public procurement tenders.
- German Trade Fair Exhibitor Monitor for public exhibitor directory rows.
Changelog
0.1.0
- Initial funding-programme monitor.
- Official RSS source.
- Detail-page enrichment where available.
- Keyword, region, eligible-recipient, and funding-type filters.
newOnlymonitoring state.- Source-health summary.
