# Poster Zenodo Research Records

**Use case:** 

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

## Input

```json
{
  "maxItems": 10,
  "query": "",
  "resourceType": "poster"
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "creators": {
    "label": "creators",
    "format": "text"
  },
  "doi": {
    "label": "doi",
    "format": "text"
  },
  "publication_date": {
    "label": "publication_date",
    "format": "text"
  },
  "resource_type": {
    "label": "resource_type",
    "format": "text"
  },
  "communities": {
    "label": "communities",
    "format": "text"
  },
  "keywords": {
    "label": "keywords",
    "format": "text"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "files": {
    "label": "files",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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