# Climate DataCite DOI

**Use case:** 

Explore climate with DataCite DOI Scraper - Research Metadata Search. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "climate",
  "prefix": "",
  "maxResults": 3
}
```

## Output

```json
{
  "doi": {
    "label": "Doi",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creators": {
    "label": "Creators",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "publication_year": {
    "label": "Publication Year",
    "format": "text"
  },
  "resource_type": {
    "label": "Resource Type",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "registered_at": {
    "label": "Registered At",
    "format": "date"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "date"
  },
  "doi_url": {
    "label": "Doi Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DataCite DOI Scraper - Research Metadata Search](https://apify.com/benthepythondev/datacite-doi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/datacite-doi-scraper) to learn more, explore other use cases, and run it yourself.