# Recent Zenodo open research records

**Use case:** 

Run a ready-made Zenodo Records example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: zenodo-records-scraper.

## Input

```json
{
  "query": "climate",
  "sort": "bestmatch",
  "maxResults": 3
}
```

## Output

```json
{
  "record_id": {
    "label": "Record Id",
    "format": "text"
  },
  "doi": {
    "label": "Doi",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creators": {
    "label": "Creators",
    "format": "text"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "date"
  },
  "resource_type": {
    "label": "Resource Type",
    "format": "text"
  },
  "access_right": {
    "label": "Access Right",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "file_count": {
    "label": "File Count",
    "format": "text"
  },
  "record_url": {
    "label": "Record Url",
    "format": "link"
  },
  "doi_url": {
    "label": "Doi Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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