Grant, Tender & RFP Eligibility Decision
Pricing
from $0.02 / opportunity decision report
Grant, Tender & RFP Eligibility Decision
Qualify structured grants, tenders, RFPs, procurement opportunities and research calls with a deterministic GO, REVIEW or NO_GO decision, including blockers, missing evidence and provenance.
Pricing
from $0.02 / opportunity decision report
Rating
0.0
(0)
Developer
Matteo Messina
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Grant, tender and RFP eligibility before you invest time
Opportunity Decision is a deterministic grant, tender, RFP, procurement, and research-call eligibility gate. It turns a caller-supplied structured opportunity record into an explicit GO, REVIEW, or NO_GO decision before a team or agent spends time drafting an application or proposal.
The Actor keeps the stable Apify slug opportunity-fit and remains backward compatible with Opportunity Fit v0.1. Inputs without mode continue to use the legacy contract; inputs with mode use the Opportunity Decision v0.2 contract.
What it does
Opportunity Decision evaluates explicit structured eligibility criteria. Passed deadlines, geography mismatches, entity-type mismatches, and missing explicitly required capabilities are hard blockers. A hard blocker produces NO_GO even when softer preferences look attractive.
Supported v0.2 modes are grant, tender, rfp, and research_call. Mode-specific required attributes that are unknown remain named as missing evidence and force REVIEW rather than being guessed.
A v0.2 report can include:
decision:GO,REVIEW, orNO_GO;- legacy fit decision and score;
- hard blockers;
- unknown requirements and named missing evidence;
- assumptions;
- evaluated requirement keys;
- deterministic reasons;
- source provenance supplied by the caller;
- confidence ceiling.
What it does not do
Opportunity Decision is not an opportunity discovery Actor. It does not search grant databases, procurement portals, tender websites, or RFP feeds. It does not scrape attachments, infer missing legal criteria, submit an application, contact a buyer, or guarantee eligibility.
Use a discovery/retrieval step upstream, normalize the official criteria into the structured input contract, then call Opportunity Decision as the qualification gate.
Typical uses
Use it for grant eligibility screening, tender qualification, RFP go/no-go gates, procurement pipelines, research-call qualification, funding research, business development, and agentic workflows that need an explicit stop/review decision before drafting begins.
Input
The legacy fields organization, opportunity, and as_of remain required. Add mode to use v0.2. Optional supplemental_requirements, supplemental_attributes, and assumptions provide bounded mode-specific checks.
{"mode": "tender","organization": {"name": "Example Studio","entity_type": "company","geographies": ["EU"],"capabilities": ["osint", "geospatial"]},"opportunity": {"title": "EU geospatial intelligence tender","deadline": "2026-10-01","eligible_geographies": ["EU"],"eligible_entity_types": ["company"],"required_capabilities": ["osint"],"source_url": "https://example.org/tender/123","source_reliability": "official","verified": true},"as_of": "2026-09-07"}
Output
A completed v0.2 report writes the bounded eligibility decision and supporting machine-readable evidence limits to the default dataset. Unknown mandatory evidence yields REVIEW; a missed mandatory requirement yields NO_GO.
Pricing
Opportunity Decision uses Apify pay-per-event pricing. A v0.2 run charges one opportunity-decision-report event only when a complete mode-specific report is written to the default dataset. The beta price is USD 0.02.
For backward compatibility, inputs without mode emit the legacy opportunity-fit-report event at USD 0.02. A single run emits one contract's paid event, not both.
Limitations
The Actor cannot distinguish a correctly normalized eligibility criterion from an incorrect one supplied by the caller. Official grant, tender, procurement, and RFP documents remain authoritative. The output is not legal advice, procurement certification, award prediction, or a guarantee of eligibility.
Do not submit passwords, API keys, private keys, unnecessary personal data, or confidential bid material.
Suez Evidence & Decision Infrastructure for AI Agents
Opportunity Decision is part of the Suez evidence-and-decision tool family. Research Verification can validate the structure of upstream evidence; Task Feasibility can preflight execution; Opportunity Decision remains authoritative for eligibility; and Decision Monitor can compare a later decision state when evidence or assumptions change. Each Actor remains independently callable.