# Top University NIH Research Funding

**Use case:** 

Recent NIH grants to Harvard, Johns Hopkins and MIT: funding momentum, largest awards and trends from NIH RePORTER.

## Input

```json
{
  "queries": [
    "Harvard University",
    "Johns Hopkins University",
    "Massachusetts Institute of Technology"
  ],
  "mode": "organization",
  "fiscalYears": [],
  "maxProjects": 25,
  "minImpact": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "query": {
    "label": "Query"
  },
  "mode": {
    "label": "Mode"
  },
  "total_funding": {
    "label": "Total funding ($)"
  },
  "grant_count": {
    "label": "# Grants"
  },
  "high_value_count": {
    "label": "# $1M+"
  },
  "top_org": {
    "label": "Top org"
  },
  "grants": {
    "label": "Grants"
  }
}
```

## About this Actor

This example demonstrates how to use [NIH Research Funding Monitor - Grant Momentum Signals](https://apify.com/datasignalslab/nih-research-funding-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/nih-research-funding-monitor) to learn more, explore other use cases, and run it yourself.