# Publication Zenodo Research Repository

**Use case:** 

Extract Zenodo Research Repository data filtered by Publication. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "machine learning",
  "resourceType": "publication",
  "sort": "bestmatch",
  "accessRight": ""
}
```

## Output

```json
{
  "recordId": {
    "label": "ID",
    "format": "text"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description"
  },
  "resourceType": {
    "label": "Type",
    "format": "text"
  },
  "publicationType": {
    "label": "Publication type"
  },
  "creators": {
    "label": "Creators",
    "format": "object"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "version": {
    "label": "Version"
  },
  "language": {
    "label": "Language"
  },
  "keywords": {
    "label": "Keywords",
    "format": "object"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "accessRight": {
    "label": "Access",
    "format": "text"
  },
  "communities": {
    "label": "Communities"
  },
  "conceptRecId": {
    "label": "Concept rec id"
  },
  "conceptDoi": {
    "label": "Concept doi"
  },
  "fileCount": {
    "label": "Files",
    "format": "number"
  },
  "totalSize": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "fileNames": {
    "label": "File names"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "uniqueViews": {
    "label": "Unique views"
  },
  "uniqueDownloads": {
    "label": "Unique downloads"
  },
  "htmlUrl": {
    "label": "URL",
    "format": "link"
  },
  "selfUrl": {
    "label": "Self url"
  },
  "publisher": {
    "label": "Publisher"
  },
  "journalTitle": {
    "label": "Journal title"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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