# ORCID scraper workflows

**Use case:** 

Scrape public ORCID profile facts, affiliations, works, keywords, websites, and identifiers into an Apify dataset.

## Input

```json
{
  "searchQueries": [
    "digital humanities"
  ],
  "discoveryQuery": "",
  "discoveryGoal": "experts",
  "seedOrcidId": "",
  "publicationDetail": "fullWorks",
  "maxWorksPerProfile": 25,
  "profileFormat": "full",
  "includeRelationshipMap": true,
  "maxResultsPerTarget": 25
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "orcidId": {
    "label": "ORCID iD",
    "format": "string"
  },
  "names.credit": {
    "label": "Credit",
    "format": "string"
  },
  "names.given": {
    "label": "Given",
    "format": "string"
  },
  "names.family": {
    "label": "Family",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "currentAffiliation.organization": {
    "label": "Organization",
    "format": "string"
  },
  "currentAffiliation.role": {
    "label": "Role",
    "format": "string"
  },
  "works.totalCount": {
    "label": "Total count",
    "format": "integer"
  },
  "activity.profileFreshness": {
    "label": "Profile freshness",
    "format": "string"
  },
  "quality.researcherHealth.score": {
    "label": "Score",
    "format": "integer"
  },
  "quality.profileCompleteness.score": {
    "label": "Score",
    "format": "integer"
  },
  "quality.identityConfidence.score": {
    "label": "Score",
    "format": "integer"
  },
  "discovery.goal": {
    "label": "Goal",
    "format": "string"
  },
  "discovery.rank": {
    "label": "Rank",
    "format": "integer"
  },
  "matchedInputs": {
    "label": "Matched inputs",
    "format": "array"
  },
  "institutionAnalysis": {
    "label": "Institution analysis",
    "format": "object"
  },
  "fieldRadar": {
    "label": "Field radar",
    "format": "object"
  },
  "relationshipMap": {
    "label": "Relationship map",
    "format": "object"
  }
}
```

## About this Actor

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