# CRISPR Gene Editing Papers Scraper

**Use case:** 

Search Europe PMC for CRISPR gene editing research papers with titles, authors, abstracts and citations. Structured biomedical literature data.

## Input

```json
{
  "query": "CRISPR gene editing",
  "maxItems": 5,
  "resultType": "core",
  "sort": "date_desc"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "pmid": {
    "label": "Pmid",
    "format": "number"
  },
  "doi": {
    "label": "Doi",
    "format": "text"
  },
  "authorString": {
    "label": "Author String",
    "format": "text"
  },
  "journalTitle": {
    "label": "Journal Title",
    "format": "text"
  },
  "journalIssn": {
    "label": "Journal Issn",
    "format": "text"
  },
  "journalVolume": {
    "label": "Journal Volume",
    "format": "text"
  },
  "issue": {
    "label": "Issue",
    "format": "text"
  },
  "pubYear": {
    "label": "Pub Year",
    "format": "number"
  },
  "pubDate": {
    "label": "Pub Date",
    "format": "text"
  },
  "pageInfo": {
    "label": "Page Info",
    "format": "text"
  }
}
```

## About this Actor

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