# Semantic Scholar Papers Scraper

**Use case:** 

Search academic papers on Semantic Scholar by keyword, year, author and venue. Export titles, authors, abstracts, citation counts and PDF links.

## Input

```json
{
  "mode": "citations",
  "maxItems": 25
}
```

## Output

```json
{
  "paperId": {
    "label": "🆔 Paper ID",
    "format": "text"
  },
  "citingPaperId": {
    "label": "🆔 Citing Paper",
    "format": "text"
  },
  "title": {
    "label": "📝 Title",
    "format": "text"
  },
  "authors": {
    "label": "👥 Authors",
    "format": "text"
  },
  "year": {
    "label": "📅 Year",
    "format": "text"
  },
  "venue": {
    "label": "🏛️ Venue",
    "format": "text"
  },
  "intent": {
    "label": "🎯 Intent",
    "format": "text"
  },
  "contextsCount": {
    "label": "🔢 Contexts",
    "format": "text"
  },
  "influential": {
    "label": "⭐ Influential",
    "format": "text"
  },
  "doi": {
    "label": "🔗 DOI",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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