# Scrape Renewable Energy Papers Fast — ScienceDirect

**Use case:** 

Quickly list renewable-energy articles from ScienceDirect with title, authors, journal, date, open-access status, DOI and links.

## Input

```json
{
  "searchQuery": "renewable energy storage",
  "openAccessOnly": false,
  "sortBy": "relevance",
  "startUrls": [],
  "maxItems": 200,
  "maxPagesPerSearch": 40,
  "maxConcurrency": 1,
  "maxRequestRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "headless": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authors": {
    "label": "Authors"
  },
  "journalName": {
    "label": "Journal"
  },
  "publishedDate": {
    "label": "Published"
  },
  "isOpenAccess": {
    "label": "Open Access"
  },
  "doi": {
    "label": "DOI"
  },
  "articleUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [ScienceDirect Search Scraper | 2$/1k Cheap](https://apify.com/trev0n/sciencedirect-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/sciencedirect-search-scraper) to learn more, explore other use cases, and run it yourself.