# SBIR & Small Business Federal Grants

**Use case:** 

Find SBIR and small-business federal grant opportunities with award amounts, deadlines, eligibility, and agency contacts. Official Grants.gov data.

## Input

```json
{
  "keyword": "small business innovation",
  "fundingInstrument": "",
  "eligibility": "25",
  "status": "posted",
  "fundingCategory": "",
  "detailLevel": "full",
  "emitOnlyChanges": false,
  "calendarMode": false,
  "includeProgramIntelligence": false,
  "outputProfile": "standard",
  "maxResults": 40
}
```

## Output

```json
{
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "urgency": {
    "label": "Urgency",
    "format": "string"
  },
  "daysUntilClose": {
    "label": "Days Until Close",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "closeDate": {
    "label": "Close Date",
    "format": "string"
  },
  "changeFlag": {
    "label": "Change Flag",
    "format": "string"
  },
  "grantsGovUrl": {
    "label": "Grants.gov URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Grants.gov Federal Grant Search](https://apify.com/ryanclinton/grants-gov-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/grants-gov-search) to learn more, explore other use cases, and run it yourself.