# University NIH Awards Monitor

**Use case:** 

Monitor NIH RePORTER grants for a university and export awards, PIs, abstracts, and funding metadata.

## Input

```json
{
  "terms": "cancer immunotherapy",
  "fiscalYears": [
    2024
  ],
  "maxResults": 100,
  "pageSize": 100,
  "organizationNames": [
    "JOHNS HOPKINS UNIVERSITY"
  ],
  "includeRawResult": true
}
```

## Output

```json
{
  "projectNumber": {
    "label": "Project #"
  },
  "projectTitle": {
    "label": "Title"
  },
  "fiscalYear": {
    "label": "Fiscal year"
  },
  "awardAmount": {
    "label": "Award amount"
  },
  "organizationName": {
    "label": "Organization"
  },
  "contactPiName": {
    "label": "Contact PI"
  },
  "agencyCode": {
    "label": "IC"
  },
  "activityCode": {
    "label": "Activity"
  },
  "projectStartDate": {
    "label": "Start"
  },
  "projectEndDate": {
    "label": "End"
  },
  "reporterUrl": {
    "label": "RePORTER URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [NIH RePORTER Grant Search Scraper](https://apify.com/automation-lab/nih-reporter-grant-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nih-reporter-grant-search-scraper) to learn more, explore other use cases, and run it yourself.