# NIH RePORTER Full Export

**Use case:** 

Full Export of NIH RePORTER. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "cancer immunotherapy",
  "maxItems": 500
}
```

## Output

```json
{
  "title": {
    "label": "🏷️ Project Title",
    "format": "text"
  },
  "projectNumber": {
    "label": "🔢 Project Number",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "principalInvestigator": {
    "label": "👤 Principal Investigator",
    "format": "text"
  },
  "institution": {
    "label": "🏛️ Institution",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "📍 State",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "awardAmount": {
    "label": "💰 Award Amount (USD)",
    "format": "number"
  },
  "fiscalYear": {
    "label": "📅 Fiscal Year",
    "format": "number"
  },
  "fundingMechanism": {
    "label": "🏷️ Funding Mechanism",
    "format": "text"
  },
  "projectStartDate": {
    "label": "📆 Start Date",
    "format": "date"
  },
  "projectEndDate": {
    "label": "📆 End Date",
    "format": "date"
  },
  "abstract": {
    "label": "📝 Abstract",
    "format": "text"
  },
  "clinicalTrial": {
    "label": "🏥 Clinical Trial",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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