Company Government Opportunities
Find open U.S. federal solicitations where ONE named company (given by domain) is the likely incumbent or a probable bidder. Trigger on questions like "what government RFPs should Booz Allen bid on?" or "which open opportunities is this contractor positioned to win?". Resolves the domain to a SAM.gov entity (UEI/CAGE + registered NAICS codes), pulls the company's existing federal awards from USAspending.gov, then searches active SAM.gov opportunities on the entity's top 3 NAICS codes and labels each match incumbent / likely_bidder / unknown by whether the company already holds awards with that agency and/or is registered for that NAICS. Returns opportunity title, agency, response deadline, days until deadline, match reason, and SAM.gov link. Requires the SAM.gov (Data.gov) integration. Use this when you have a specific company and want THEIR bid pipeline. Do NOT use this when: browsing opportunities across all vendors by keyword/agency/NAICS with no target company (use search_gov_opportunities); mapping a company's past/current award history and agency relationships rather than open bids (use company_gov_relationships); listing a company's commercial or federal contracts already held (use company_contracts); or searching awarded federal contracts across recipients (use search_federal_contracts).
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
companyDomain | string | ✅ Yes | - | The company domain to look up (e.g., "boozallen.com"). Protocol prefixes (http://, https://), leading www., and trailing paths/queries/fragments are accepted and stripped automatically; case is normalized. |
includeIncumbentOnly | boolean | ❌ No | false | When true, return ONLY opportunities classified "incumbent" (company already holds awards with that agency AND is registered for the opportunity's NAICS) — the highest-confidence matches. When false (default), also include "likely_bidder" and "unknown" NAICS-overlap matches. |
daysUntilDeadline | integer | ❌ No | - | Deadline window in days from now; keeps only opportunities whose SAM.gov response deadline falls within the next N days (e.g. 90 = closing within ~3 months). Omit for no deadline cutoff. Whole days, 1-365. |
limit | integer | ❌ No | 25 | Maximum opportunities to return after incumbent/likely-bidder ranking (highest-confidence first). Integer 1-50, default 25. |
Required Integrations
datagov
Use Cases
- What open federal RFPs is Booz Allen positioned to bid on right now?
- Which active solicitations is this contractor the likely incumbent for? — includeIncumbentOnly:true
- What government opportunities for this company are closing soon? — daysUntilDeadline
- Build a target account's federal bid pipeline from their SAM.gov NAICS registration and existing awards
- Which agencies the company already works with have new open opportunities in their NAICS?
Example Usage
Open opportunities for a contractor
{
"tool": "company_gov_opportunities",
"arguments": {
"companyDomain": "boozallen.com"
}
}
Incumbent-only bids closing within 90 days
{
"tool": "company_gov_opportunities",
"arguments": {
"companyDomain": "leidos.com",
"includeIncumbentOnly": true,
"daysUntilDeadline": 90
}
}
Top 10 ranked opportunities
{
"tool": "company_gov_opportunities",
"arguments": {
"companyDomain": "saic.com",
"limit": 10
}
}
Related Tools
search_gov_opportunities, company_gov_relationships, company_contracts, search_federal_contracts, company_firmographic