# ORCID Researcher Profile Full Export

**Use case:** 

Full Export of ORCID Researcher Profile. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "query": "artificial intelligence"
}
```

## Output

```json
{
  "orcidId": {
    "label": "ORCID",
    "format": "text"
  },
  "givenName": {
    "label": "First Name",
    "format": "text"
  },
  "familyName": {
    "label": "Last Name",
    "format": "text"
  },
  "creditName": {
    "label": "Credit Name",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "biography": {
    "label": "Biography",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "object"
  },
  "currentEmployment": {
    "label": "Current Employment",
    "format": "object"
  },
  "publicationCount": {
    "label": "Publications",
    "format": "number"
  },
  "peerReviewCount": {
    "label": "Peer Reviews",
    "format": "number"
  },
  "fundingCount": {
    "label": "Fundings",
    "format": "number"
  },
  "emails": {
    "label": "Emails",
    "format": "object"
  },
  "otherNames": {
    "label": "Other Names",
    "format": "object"
  },
  "addresses": {
    "label": "Countries",
    "format": "object"
  },
  "externalIdentifiers": {
    "label": "External IDs",
    "format": "object"
  },
  "researcherUrls": {
    "label": "Researcher URLs",
    "format": "object"
  },
  "employments": {
    "label": "Employment History",
    "format": "object"
  },
  "educations": {
    "label": "Educations",
    "format": "object"
  },
  "qualifications": {
    "label": "Qualifications",
    "format": "object"
  },
  "invitedPositions": {
    "label": "Invited Positions",
    "format": "object"
  },
  "memberships": {
    "label": "Memberships",
    "format": "object"
  },
  "services": {
    "label": "Services",
    "format": "object"
  },
  "distinctions": {
    "label": "Distinctions",
    "format": "object"
  },
  "recentWorks": {
    "label": "Recent Works",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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