# Find Landmark Research Papers by Field-Normalized Impact

**Use case:** 

Rank any research field's landmark papers by FWCI, not raw citations. Find the seminal work that matters, with the reason it ranks.

## Input

```json
{
  "searchQuery": "CRISPR gene editing",
  "inputMode": "query",
  "identifiers": [
    "https://doi.org/10.1038/s41586-021-03819-2"
  ],
  "analysisMode": "impact-ranking",
  "maxResults": 50,
  "minImpactClass": "any",
  "excludeRetracted": false,
  "openAccessOnly": false,
  "outputProfile": "standard",
  "outputMode": "papers",
  "emitResearchBrief": true,
  "includeEntityProfiles": false,
  "includeTopicIntelligence": false,
  "includeGraphExport": false,
  "includeCitationExports": false,
  "monitorMode": false,
  "watchlistName": "default",
  "monitorSensitivity": "medium"
}
```

## Output

```json
{
  "impactClass": {
    "label": "Impact Class",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "fwci": {
    "label": "FWCI",
    "format": "number"
  },
  "citedByCount": {
    "label": "Citations",
    "format": "number"
  },
  "citationPercentile": {
    "label": "Citation Percentile"
  },
  "recommendation": {
    "label": "Recommendation",
    "format": "string"
  },
  "publicationYear": {
    "label": "Year",
    "format": "number"
  },
  "field": {
    "label": "Field",
    "format": "string"
  },
  "leadInstitution": {
    "label": "Lead Institution",
    "format": "string"
  },
  "doi": {
    "label": "DOI",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenAlex Research Radar — Impact, Funders & Competitors](https://apify.com/ryanclinton/openalex-research-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/openalex-research-search) to learn more, explore other use cases, and run it yourself.