# Find Recent Open-Access Research on Any Topic

**Use case:** 

Get the latest cited open-access papers on your topic: recent work, verified full text, scored for research readiness. State-of-the-art search.

## Input

```json
{
  "query": "large language models",
  "researchPreset": "state-of-the-art",
  "titleOnly": false,
  "fullTextOnly": false,
  "maxResults": 25,
  "pdfVerification": "none",
  "dropFiltered": false,
  "dedupeMode": "doi",
  "watchlistMode": "flag-all",
  "outputMode": "papers",
  "outputProfile": "standard"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "qualityGrade": {
    "label": "Readiness Grade",
    "format": "string"
  },
  "qualityScore": {
    "label": "Readiness Score",
    "format": "integer"
  },
  "readReady": {
    "label": "Read Ready",
    "format": "boolean"
  },
  "yearPublished": {
    "label": "Year Published",
    "format": "integer"
  },
  "citationCount": {
    "label": "Citation Count",
    "format": "integer"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  }
}
```

## About this Actor

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