# Dryad Research Datasets Latest Results

**Use case:** 

Latest Results of Dryad Research Datasets. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "climate change",
  "affiliation": ""
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "doi": {
    "label": "doi",
    "format": "text"
  },
  "authors": {
    "label": "authors",
    "format": "text"
  },
  "abstract": {
    "label": "abstract",
    "format": "text"
  },
  "keywords": {
    "label": "keywords",
    "format": "text"
  },
  "methods": {
    "label": "methods",
    "format": "text"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "publicationDate": {
    "label": "publicationDate",
    "format": "text"
  },
  "relatedWorks": {
    "label": "relatedWorks",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dryad Research Datasets Scraper](https://apify.com/parseforge/dryad-datasets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dryad-datasets-scraper) to learn more, explore other use cases, and run it yourself.