# Gene Editing CRISPR Papers on Semantic Scholar

**Use case:** 

Search Semantic Scholar for gene editing crispr papers with titles, authors, abstracts, citation counts, venues, and open access PDF links.

## Input

```json
{
  "maxPapers": 50,
  "searchQuery": "gene editing crispr"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "year": {
    "label": "Year"
  },
  "venue": {
    "label": "Venue"
  },
  "citationCount": {
    "label": "Citations"
  },
  "influentialCitationCount": {
    "label": "Influential Citations"
  },
  "tldr": {
    "label": "AI Summary"
  },
  "openAccessPdfUrl": {
    "label": "Open Access PDF"
  },
  "doi": {
    "label": "DOI"
  },
  "abstract": {
    "label": "Abstract"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Semantic Scholar Papers Scraper](https://apify.com/scrapers_lat/semantic-scholar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/semantic-scholar-scraper) to learn more, explore other use cases, and run it yourself.