# Grants.gov Education Grant Opportunities Scraper

**Use case:** 

Scrape open education grant opportunities from Grants.gov. Get titles, agencies, award amounts, close dates and eligibility for schools and nonprofits.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "keyword": "education",
  "oppStatuses": [
    "posted"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "opportunityNumber": {
    "label": "Opp Number",
    "format": "text"
  },
  "oppStatus": {
    "label": "Status",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agencyCode": {
    "label": "Agency Code",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "closeDate": {
    "label": "Close",
    "format": "text"
  },
  "archiveDate": {
    "label": "Archive",
    "format": "text"
  },
  "alnNumbers": {
    "label": "ALN / CFDA",
    "format": "array"
  },
  "awardCeiling": {
    "label": "Award Ceiling",
    "format": "number"
  },
  "awardFloor": {
    "label": "Award Floor",
    "format": "number"
  },
  "expectedAwards": {
    "label": "Expected Awards",
    "format": "number"
  },
  "costSharing": {
    "label": "Cost Sharing",
    "format": "boolean"
  },
  "fundingActivityCategories": {
    "label": "Categories",
    "format": "array"
  },
  "applicantTypes": {
    "label": "Applicant Types",
    "format": "array"
  },
  "fundingInstruments": {
    "label": "Funding Instruments",
    "format": "array"
  },
  "contactEmail": {
    "label": "Contact Email",
    "format": "text"
  },
  "agencyContactEmail": {
    "label": "Agency Contact Email",
    "format": "text"
  },
  "agencyContactDesc": {
    "label": "Agency Contact",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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