# Top-Cited Deep Learning Papers from OpenAlex

**Use case:** 

The foundational deep learning reading list, ranked by citation count from OpenAlex with authors, venue, and abstracts for literature reviews and ML research.

## Input

```json
{
  "query": "deep learning",
  "sort": "citations",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "citations": {
    "label": "Citations",
    "format": "number"
  },
  "isOpenAccess": {
    "label": "Open access",
    "format": "boolean"
  },
  "url": {
    "label": "OpenAlex",
    "format": "link"
  }
}
```

## About this Actor

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