# Crossref CRISPR Gene Editing Papers Scraper

**Use case:** 

Search Crossref for CRISPR gene editing research papers with DOI, title, authors, publisher, journal, and type. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 25,
  "query": "crispr gene editing"
}
```

## Output

```json
{
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "containerTitle": {
    "label": "Journal",
    "format": "text"
  },
  "shortContainerTitle": {
    "label": "Short container title"
  },
  "issn": {
    "label": "Issn"
  },
  "isbn": {
    "label": "Isbn"
  },
  "volume": {
    "label": "Vol",
    "format": "text"
  },
  "issue": {
    "label": "Issue",
    "format": "text"
  },
  "page": {
    "label": "Pages",
    "format": "text"
  },
  "articleNumber": {
    "label": "Article number"
  },
  "publishedOnline": {
    "label": "Published",
    "format": "text"
  },
  "publishedPrint": {
    "label": "Published print"
  },
  "publishedIssued": {
    "label": "Published issued"
  },
  "createdDate": {
    "label": "Created date"
  },
  "depositedDate": {
    "label": "Deposited date"
  },
  "indexedDate": {
    "label": "Indexed date"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects"
  },
  "language": {
    "label": "Language"
  },
  "alternativeIds": {
    "label": "Alternative ids"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "doiUrl": {
    "label": "Doi url"
  },
  "primaryUrl": {
    "label": "Primary url"
  },
  "isReferencedByCount": {
    "label": "Cited By",
    "format": "number"
  },
  "referencesCount": {
    "label": "References",
    "format": "number"
  },
  "referenceCount": {
    "label": "Reference count"
  },
  "score": {
    "label": "Score"
  },
  "license": {
    "label": "License",
    "format": "object"
  },
  "licenseUrl": {
    "label": "License url"
  },
  "licenseStart": {
    "label": "License start"
  },
  "funders": {
    "label": "Funders",
    "format": "object"
  },
  "clinicalTrials": {
    "label": "Clinical trials"
  },
  "orcids": {
    "label": "Orcids"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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