# Map a Research Field: Institutions, Funders and Topics

**Use case:** 

See the institutions, countries, funders, topics and growth behind any research field in one run. Built on OpenAlex, deterministic.

## Input

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

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "array"
  },
  "publicationYear": {
    "label": "Year",
    "format": "number"
  },
  "impactClass": {
    "label": "Impact Class",
    "format": "string"
  },
  "fwci": {
    "label": "FWCI",
    "format": "number"
  },
  "citedByCount": {
    "label": "Citations",
    "format": "number"
  },
  "citationMomentum": {
    "label": "Citation Momentum",
    "format": "string"
  },
  "openAccessStatus": {
    "label": "Open Access Status",
    "format": "string"
  },
  "field": {
    "label": "Field",
    "format": "string"
  },
  "subfield": {
    "label": "Subfield",
    "format": "string"
  },
  "leadInstitution": {
    "label": "Lead Institution",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "collaborationScope": {
    "label": "Collaboration Scope",
    "format": "string"
  },
  "isFunded": {
    "label": "Funded",
    "format": "boolean"
  },
  "recommendation": {
    "label": "Recommendation",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "oaUrl": {
    "label": "Open Access URL",
    "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.