# University Research Grants — Science & R&D Funding

**Use case:** 

Find federal research and R&D grant opportunities for universities, with award ceilings, deadlines, eligibility, and agency contacts. Grants.gov data.

## Input

```json
{
  "keyword": "research",
  "fundingInstrument": "",
  "eligibility": "",
  "status": "",
  "fundingCategory": "ST",
  "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.