# Figshare Research Data Data Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 100,
  "search": "machine learning"
}
```

## Output

```json
{
  "thumbUrl": {
    "label": "Thumb",
    "format": "image"
  },
  "id": {
    "label": "ID",
    "format": "number"
  },
  "figshareUrl": {
    "label": "URL",
    "format": "link"
  },
  "doi": {
    "label": "DOI",
    "format": "text"
  },
  "handle": {
    "label": "Handle"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description"
  },
  "resourceType": {
    "label": "Resource type"
  },
  "defined_type": {
    "label": "Defined type"
  },
  "defined_type_name": {
    "label": "Type",
    "format": "text"
  },
  "authors": {
    "label": "Authors",
    "format": "object"
  },
  "authorCount": {
    "label": "Author count"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "modifiedDate": {
    "label": "Modified date"
  },
  "createdDate": {
    "label": "Created date"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "licenseName": {
    "label": "License name"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "customFields": {
    "label": "Custom fields"
  },
  "institutionId": {
    "label": "Institution id"
  },
  "groupId": {
    "label": "Group id"
  },
  "hasLinkedFile": {
    "label": "Has linked file"
  },
  "fileCount": {
    "label": "Files",
    "format": "number"
  },
  "fileSize": {
    "label": "Size",
    "format": "number"
  },
  "fileNames": {
    "label": "File names"
  },
  "downloadUrl": {
    "label": "Download url"
  },
  "viewCount": {
    "label": "View count"
  },
  "downloadCount": {
    "label": "Download count"
  },
  "citeCount": {
    "label": "Cite count"
  },
  "shareCount": {
    "label": "Share count"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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