Get ORCID Researcher Profile
orcid_get_profileFetch a researcher's public profile from ORCID: name, biography, keywords, researcher URLs, and external identifiers such as Scopus Author ID, ResearcherID, and Loop profile. This is the entry point for building a researcher dossier. Pass a bare ORCID iD (0000-0001-2345-6789) or a full URI (https://orcid.org/0000-0001-2345-6789). The profile contains only publicly visible data — researchers control visibility per field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orcid_id | Yes | ORCID iD — bare format (0000-0001-2345-6789) or full URI (https://orcid.org/0000-0001-2345-6789). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| emails | No | Publicly visible email addresses. | |
| orcidId | No | Normalized ORCID iD (bare format without URI prefix). | |
| keywords | No | Research keywords set by the researcher. | |
| orcidUri | No | Full ORCID URI (https://orcid.org/{id}). | |
| biography | No | Researcher biography, if publicly visible. | |
| countries | No | Countries listed in the researcher's address section. | |
| creditName | No | Published credit name, if set. | |
| familyName | No | Family (last) name, if publicly visible. | |
| givenNames | No | Given (first) name, if publicly visible. | |
| researcherUrls | No | Researcher-provided URLs (personal site, lab page, blog, etc.). | |
| externalIdentifiers | No | External identifiers from scholarly systems (Scopus, Web of Science, Loop, etc.). |