# Closed Grants.gov Federal Grant Opportunities

**Use case:** 

Extract Grants.gov Federal Grant Opportunities data filtered by Closed. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keywords": "health",
  "maxItems": 10,
  "oppStatuses": "closed",
  "includeDetails": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "agency": {
    "label": "Agency"
  },
  "topAgency": {
    "label": "Department"
  },
  "status": {
    "label": "Status"
  },
  "estimatedFunding": {
    "label": "Total Funding"
  },
  "awardCeiling": {
    "label": "Award Max"
  },
  "awardFloor": {
    "label": "Award Min"
  },
  "closeDate": {
    "label": "Deadline"
  },
  "postDate": {
    "label": "Posted"
  }
}
```

## About this Actor

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