# Scrape Climate Change Articles in The Lancet

**Use case:** 

Collect climate-change articles published in The Lancet from ScienceDirect with full citation metadata: authors, journal, volume, DOI, dates and links.

## Input

```json
{
  "searchQuery": "climate change health",
  "publicationTitle": "The Lancet",
  "openAccessOnly": false,
  "sortBy": "relevance",
  "startUrls": [],
  "maxItems": 60,
  "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.