# Federal Grants Closing Soon — Deadlines This Month

**Use case:** 

Find federal grant opportunities closing within 60 days, sorted by deadline urgency with a recommended action on each. Official Grants.gov data.

## Input

```json
{
  "keyword": "program",
  "fundingInstrument": "",
  "eligibility": "",
  "status": "posted",
  "fundingCategory": "",
  "detailLevel": "search",
  "onlyClosingWithinDays": 60,
  "emitOnlyChanges": false,
  "calendarMode": false,
  "includeProgramIntelligence": false,
  "outputProfile": "standard",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "urgency": {
    "label": "Urgency",
    "format": "string"
  },
  "daysUntilClose": {
    "label": "Days Until Close",
    "format": "integer"
  },
  "closeDate": {
    "label": "Close Date",
    "format": "string"
  },
  "isOpen": {
    "label": "Is Open",
    "format": "boolean"
  },
  "summary": {
    "label": "Summary",
    "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.