# ORCID Researcher Topic Scraper

**Use case:** 

Extract ORCID researcher profiles by topic, including public names, affiliations, keywords, funding, and works summaries.

## Input

```json
{
  "searchQuery": "machine learning",
  "orcidIds": [
    "0000-0002-1825-0097"
  ],
  "maxItems": 50,
  "detailDepth": "works"
}
```

## Output

```json
{
  "orcidId": {
    "label": "ORCID iD"
  },
  "displayName": {
    "label": "Display name"
  },
  "givenNames": {
    "label": "Given names"
  },
  "familyName": {
    "label": "Family name"
  },
  "orcidUri": {
    "label": "ORCID URL"
  },
  "keywords": {
    "label": "Keywords"
  },
  "countries": {
    "label": "Countries"
  },
  "employmentsCount": {
    "label": "Employments"
  },
  "educationsCount": {
    "label": "Educations"
  },
  "fundingsCount": {
    "label": "Fundings"
  },
  "worksCount": {
    "label": "Works"
  },
  "lastModifiedDate": {
    "label": "Last modified"
  },
  "source": {
    "label": "Source"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "detailDepth": {
    "label": "Detail depth"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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