# Deep Learning Research Papers from DBLP

**Use case:** 

Extract detailed information on deep learning publications, including titles, authors, venues, years, DOIs, and URLs from DBLP.

## Input

```json
{
  "mode": "publications",
  "query": "deep learning neural networks",
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "ee": {
    "label": "Electronic Edition",
    "format": "link"
  },
  "key": {
    "label": "DBLP Key",
    "format": "text"
  },
  "pages": {
    "label": "Pages",
    "format": "text"
  },
  "volume": {
    "label": "Volume",
    "format": "text"
  },
  "url": {
    "label": "DBLP URL",
    "format": "link"
  },
  "access": {
    "label": "Open Access",
    "format": "text"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DBLP Scraper — Publications, Authors & Venues](https://apify.com/logiover/dblp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/dblp-scraper) to learn more, explore other use cases, and run it yourself.