# Is My Literature Review Complete?

**Use case:** 

Check a topic's arXiv coverage: which paper kinds (survey, benchmark, dataset, methodology) you found and which are missing, with a completeness read.

## Input

```json
{
  "searchQuery": "all:reinforcement learning from human feedback",
  "sortBy": "relevance",
  "sortOrder": "descending",
  "maxResults": 60,
  "analysisMode": "general",
  "outputProfile": "standard",
  "outputMode": "dashboard",
  "emitResearchBrief": true,
  "includeCitationFields": true,
  "includeEvidenceLedger": false,
  "onlyPeerReviewed": false,
  "excludeWithdrawn": false,
  "requireCode": false,
  "minVersionCount": 1,
  "freshnessFilter": "any",
  "monitorMode": false,
  "watchlistName": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "role": {
    "label": "Research role",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "count": {
    "label": "Papers found",
    "format": "integer"
  },
  "share": {
    "label": "Share",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [ArXiv Preprint Paper Search](https://apify.com/ryanclinton/arxiv-paper-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/arxiv-paper-search) to learn more, explore other use cases, and run it yourself.