# Latest CRISPR Papers from OpenAlex, Newest First

**Use case:** 

Track CRISPR gene-editing research on OpenAlex sorted newest first, with authors, journal, citation counts, and full abstracts for each work.

## Input

```json
{
  "query": "crispr gene editing",
  "sort": "date",
  "fromDate": "2024-01-01",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "number"
  },
  "isOpenAccess": {
    "label": "Open access",
    "format": "boolean"
  },
  "url": {
    "label": "OpenAlex",
    "format": "link"
  }
}
```

## About this Actor

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