# Semiconductors Scholarly Papers Scraper

**Use case:** 

Collect open scholarly papers on semiconductors with title, authors, year, citations and DOI for research and literature reviews.

## Input

```json
{
  "maxWorks": 50,
  "searchQuery": "semiconductors"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "publicationYear": {
    "label": "Year"
  },
  "type": {
    "label": "Type"
  },
  "venue": {
    "label": "Venue"
  },
  "citedByCount": {
    "label": "Citations"
  },
  "isOpenAccess": {
    "label": "Open Access"
  },
  "abstract": {
    "label": "Abstract"
  },
  "topics": {
    "label": "Topics"
  },
  "referencedWorksCount": {
    "label": "References"
  },
  "doi": {
    "label": "DOI"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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