# Genomics & Bioinformatics Datasets from Zenodo

**Use case:** 

Extract the latest Zenodo datasets on genomics and bioinformatics. Get detailed records including titles, DOIs, authors, and download statistics.

## Input

```json
{
  "mode": "records",
  "query": "genomics bioinformatics sequencing",
  "resourceType": "dataset",
  "sort": "mostrecent",
  "maxResults": 300,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creators": {
    "label": "Creators",
    "format": "text"
  },
  "publicationDate": {
    "label": "Publication Date",
    "format": "text"
  },
  "resourceType": {
    "label": "Resource Type",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "accessRight": {
    "label": "Access Right",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "recordUrl": {
    "label": "Record URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Zenodo Scraper — Research Datasets, Papers & Software](https://apify.com/logiover/zenodo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/zenodo-scraper) to learn more, explore other use cases, and run it yourself.