# NIH RePORTER University Grants Extractor

**Use case:** 

Extract NIH RePORTER grants for universities or institutions, including PIs, abstracts, award amounts, fiscal years, and URLs.

## Input

```json
{
  "query": "cancer immunotherapy",
  "fiscalYears": [
    2025
  ],
  "agencies": [
    "NCI"
  ],
  "organizationTerms": [
    "Harvard"
  ],
  "principalInvestigatorTerms": [],
  "awardTypes": [],
  "activityCodes": [],
  "projectNumbers": [],
  "maxItems": 100,
  "pageSize": 100
}
```

## Output

```json
{
  "projectNumber": {
    "label": "Project number"
  },
  "fiscalYear": {
    "label": "FY"
  },
  "projectTitle": {
    "label": "Title"
  },
  "organizationName": {
    "label": "Organization"
  },
  "principalInvestigators": {
    "label": "PIs"
  },
  "administeringIcCode": {
    "label": "IC"
  },
  "awardAmount": {
    "label": "Award amount"
  },
  "projectStartDate": {
    "label": "Start date"
  },
  "projectEndDate": {
    "label": "End date"
  },
  "reporterUrl": {
    "label": "RePORTER URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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