# Figshare Research Articles Full Export

**Use case:** 

Full Export of Figshare Research Articles. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "search": "",
  "itemType": 0
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "doi": {
    "label": "doi",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "text"
  },
  "authors": {
    "label": "authors",
    "format": "text"
  },
  "defined_type": {
    "label": "defined_type",
    "format": "text"
  },
  "published_date": {
    "label": "published_date",
    "format": "text"
  },
  "categories": {
    "label": "categories",
    "format": "text"
  },
  "tags": {
    "label": "tags",
    "format": "text"
  },
  "downloads": {
    "label": "downloads",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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