# Find Rising and Breakout Research Papers

**Use case:** 

Spot breakout papers before their citation counts catch up: emergence and momentum scoring over any research field. Deterministic.

## Input

```json
{
  "searchQuery": "large language models",
  "inputMode": "query",
  "identifiers": [
    "https://doi.org/10.1038/s41586-021-03819-2"
  ],
  "analysisMode": "discovery",
  "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
{
  "emergenceClass": {
    "label": "Emergence",
    "format": "string"
  },
  "emergenceScore": {
    "label": "Emergence Score",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "publicationYear": {
    "label": "Year",
    "format": "number"
  },
  "citationMomentum": {
    "label": "Citation Momentum",
    "format": "string"
  },
  "citedByCount": {
    "label": "Citations",
    "format": "number"
  },
  "ageAdjustedImpact": {
    "label": "Age-Adjusted Impact",
    "format": "number"
  },
  "field": {
    "label": "Field",
    "format": "string"
  },
  "recommendation": {
    "label": "Recommendation",
    "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.