# NSF Research Grants Data Export

**Use case:** 

Data Export of NSF Research Grants. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "keyword": "artificial intelligence"
}
```

## Output

```json
{
  "id": {
    "label": "Award ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "awardeeName": {
    "label": "Institution",
    "format": "text"
  },
  "awardeeCity": {
    "label": "City",
    "format": "text"
  },
  "awardeeStateCode": {
    "label": "State",
    "format": "text"
  },
  "estimatedTotalAmt": {
    "label": "Total ($)",
    "format": "text"
  },
  "fundsObligatedAmt": {
    "label": "Obligated ($)",
    "format": "text"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "expDate": {
    "label": "End",
    "format": "text"
  },
  "pdPIName": {
    "label": "PI",
    "format": "text"
  },
  "piEmail": {
    "label": "PI Email",
    "format": "text"
  },
  "program": {
    "label": "Program",
    "format": "text"
  },
  "fundProgramName": {
    "label": "Fund Program",
    "format": "text"
  },
  "transType": {
    "label": "Grant Type",
    "format": "text"
  },
  "activeAwd": {
    "label": "Active",
    "format": "text"
  },
  "dirAbbr": {
    "label": "Directorate",
    "format": "text"
  },
  "divAbbr": {
    "label": "Division",
    "format": "text"
  },
  "abstractText": {
    "label": "Abstract",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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