# Climate Change Publication Metadata Extractor

**Use case:** 

Gather metadata on climate science publications, including titles, authors, DOIs, and citation counts from Crossref. Focuses on recent journal articles.

## Input

```json
{
  "mode": "works",
  "query": "climate change global warming carbon emissions",
  "type": "journal-article",
  "sort": "published",
  "order": "desc",
  "maxResults": 200,
  "mailto": "contact@logiover.com",
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "authors": {
    "label": "Authors",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "publishedYear": {
    "label": "Published Year",
    "format": "integer"
  },
  "containerTitle": {
    "label": "Journal",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "citationCount": {
    "label": "Citations",
    "format": "integer"
  },
  "referencesCount": {
    "label": "References",
    "format": "integer"
  },
  "subject": {
    "label": "Subject",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "issn": {
    "label": "ISSN",
    "format": "string"
  },
  "volume": {
    "label": "Volume",
    "format": "string"
  },
  "issue": {
    "label": "Issue",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "string"
  },
  "license": {
    "label": "License",
    "format": "string"
  },
  "funders": {
    "label": "Funders",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crossref Scholarly Scraper — DOIs, Citations & Journals](https://apify.com/logiover/crossref-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/crossref-scraper) to learn more, explore other use cases, and run it yourself.