# University NIH awards monitor

**Use case:** 

Monitor NIH RePORTER awards for a university and export project titles, PIs, agencies, amounts, and URLs.

## Input

```json
{
  "terms": [
    "cancer immunotherapy"
  ],
  "fiscalYears": [
    2024
  ],
  "organizationNames": [
    "JOHNS HOPKINS UNIVERSITY"
  ],
  "agencies": [
    "NCI"
  ],
  "includeTerms": false,
  "maxItems": 100,
  "pageSize": 100,
  "sortOrder": "desc"
}
```

## Output

```json
{
  "applId": {
    "label": "APPL ID"
  },
  "projectNumber": {
    "label": "Project number"
  },
  "projectTitle": {
    "label": "Title"
  },
  "fiscalYear": {
    "label": "FY"
  },
  "awardAmount": {
    "label": "Award amount"
  },
  "activityCode": {
    "label": "Activity"
  },
  "agencyCode": {
    "label": "IC"
  },
  "organizationName": {
    "label": "Organization"
  },
  "organizationState": {
    "label": "State"
  },
  "contactPiName": {
    "label": "Contact PI"
  },
  "projectStartDate": {
    "label": "Start date"
  },
  "projectEndDate": {
    "label": "End date"
  },
  "reporterUrl": {
    "label": "Project URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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