# Dryad Datasets sample export

**Use case:** 

Run a ready-made Dryad Datasets example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: dryad-datasets-scraper.

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "doi": {
    "label": "Doi",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "date"
  },
  "last_modified": {
    "label": "Last Modified",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "repository": {
    "label": "Repository",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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