# NIH Grant Funding Landscape Scraper

**Use case:** 

Build NIH grant funding landscapes by topic, fiscal year, agency, PI, and institution with clean grant intelligence exports.

## Input

```json
{
  "query": "Alzheimer biomarker",
  "fiscalYears": [
    2023,
    2024,
    2025
  ],
  "agencies": [
    "NIA",
    "NINDS"
  ],
  "organizationTerms": [],
  "principalInvestigatorTerms": [],
  "awardTypes": [],
  "activityCodes": [],
  "projectNumbers": [],
  "maxItems": 300,
  "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.