# Stanford Machine Learning ORCID Extractor

**Use case:** 

Export ORCID profiles for Stanford machine learning researchers, including ORCID IDs and public institutions.

## Input

```json
{
  "query": "affiliation-org-name:\"Harvard University\"",
  "affiliationOrgName": "Stanford University",
  "keyword": "machine learning",
  "maxItems": 50,
  "rowsPerPage": 50,
  "includeDetails": false,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "orcidId": {
    "label": "ORCID iD"
  },
  "orcidUrl": {
    "label": "ORCID URL",
    "format": "link"
  },
  "fullName": {
    "label": "Full name"
  },
  "givenNames": {
    "label": "Given names"
  },
  "familyName": {
    "label": "Family name"
  },
  "creditName": {
    "label": "Credit name"
  },
  "emails": {
    "label": "Public emails"
  },
  "institutions": {
    "label": "Institutions"
  },
  "otherNames": {
    "label": "Other names"
  },
  "query": {
    "label": "Search query"
  },
  "resultPosition": {
    "label": "Result position"
  },
  "totalResults": {
    "label": "Total results"
  },
  "source": {
    "label": "Source"
  },
  "profileLastModified": {
    "label": "Profile last modified"
  },
  "biography": {
    "label": "Biography"
  },
  "keywords": {
    "label": "Keywords"
  },
  "researcherUrls": {
    "label": "Researcher URLs"
  },
  "countries": {
    "label": "Countries"
  },
  "employments": {
    "label": "Employments"
  },
  "educations": {
    "label": "Educations"
  },
  "otherAffiliations": {
    "label": "Other affiliations"
  },
  "worksCount": {
    "label": "Works count"
  },
  "recentWorks": {
    "label": "Recent works"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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