# OpenAlex Open Access Paper Finder

**Use case:** 

Find open access OpenAlex research papers with citations, authors, institutions, abstracts, DOIs, and free full-text links.

## Input

```json
{
  "searchQueries": [
    "CRISPR gene editing"
  ],
  "publicationYear": "2023-2026",
  "minCitations": 0,
  "openAccessOnly": true,
  "sortBy": "publication_date",
  "maxResults": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "publicationYear": {
    "label": "Year",
    "format": "number"
  },
  "journalName": {
    "label": "Journal",
    "format": "text"
  },
  "citedByCount": {
    "label": "Citations",
    "format": "number"
  },
  "isOpenAccess": {
    "label": "Open Access",
    "format": "boolean"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "topics": {
    "label": "Topics",
    "format": "text"
  },
  "doiUrl": {
    "label": "DOI",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenAlex Scraper](https://apify.com/automation-lab/openalex-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/openalex-scraper) to learn more, explore other use cases, and run it yourself.