# Disambiguate a Researcher by Name on ORCID

**Use case:** 

Find the right researcher when several share a name — each match scored by identity confidence, completeness and current affiliation.

## Input

```json
{
  "mode": "auto",
  "query": "machine learning",
  "familyName": "Wang",
  "givenNames": "Wei",
  "affiliation": "",
  "keyword": "",
  "institution": "",
  "institutions": [],
  "seedOrcidId": "",
  "conflictAffiliations": [],
  "orcidIds": [],
  "names": [],
  "dedupe": true,
  "includeSimilarity": false,
  "includeGraph": false,
  "fetchWorks": false,
  "maxResults": 25,
  "outputProfile": "standard",
  "watchlistName": ""
}
```

## Output

```json
{
  "givenNames": {
    "label": "First Name",
    "format": "string"
  },
  "familyName": {
    "label": "Last Name",
    "format": "string"
  },
  "identityConfidence": {
    "label": "Identity Confidence",
    "format": "object"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "identityLinks": {
    "label": "Identity Links",
    "format": "object"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "orcidUrl": {
    "label": "ORCID Profile",
    "format": "string"
  }
}
```

## About this Actor

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