# Scrape recent NSF AI awards

**Use case:** 

Extract NSF artificial intelligence award records with PIs, institutions, funding amounts, dates, and public source URLs.

## Input

```json
{
  "keyword": "artificial intelligence",
  "dateStart": "01/01/2024",
  "dateEnd": "12/31/2024",
  "awardeeStateCode": "CA",
  "agency": "NSF",
  "maxItems": 100,
  "includeRaw": true
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID"
  },
  "title": {
    "label": "Title"
  },
  "awardeeName": {
    "label": "Awardee"
  },
  "primaryPiName": {
    "label": "Primary PI"
  },
  "fundsObligatedAmount": {
    "label": "Funds obligated",
    "format": "number"
  },
  "awardDate": {
    "label": "Award date"
  },
  "startDate": {
    "label": "Start date"
  },
  "expirationDate": {
    "label": "Expiration date"
  },
  "fundProgramName": {
    "label": "Funding program"
  },
  "awardeeStateCode": {
    "label": "Awardee state"
  },
  "performanceStateCode": {
    "label": "Performance state"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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