# Research institute ROR dataset builder

**Use case:** 

Build ROR research institute datasets with organization IDs, websites, domains, countries, and Wikidata IDs.

## Input

```json
{
  "queries": [
    "research institute",
    "cancer center"
  ],
  "maxItems": 200,
  "countryCodes": [
    "US"
  ],
  "organizationTypes": [
    "education"
  ],
  "statuses": [
    "active"
  ],
  "startPage": 1,
  "requestDelayMs": 250,
  "includeRawData": false
}
```

## Output

```json
{
  "rorId": {
    "label": "ROR ID"
  },
  "rorUrl": {
    "label": "ROR URL"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "types": {
    "label": "Types"
  },
  "established": {
    "label": "Established"
  },
  "countryCode": {
    "label": "Country code"
  },
  "countryName": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State/region"
  },
  "continent": {
    "label": "Continent"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "domains": {
    "label": "Domains"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "wikipediaUrl": {
    "label": "Wikipedia"
  },
  "aliases": {
    "label": "Aliases"
  },
  "acronyms": {
    "label": "Acronyms"
  },
  "labels": {
    "label": "Labels"
  },
  "relationships": {
    "label": "Relationships"
  },
  "gridIds": {
    "label": "GRID IDs"
  },
  "isniIds": {
    "label": "ISNI IDs"
  },
  "fundrefIds": {
    "label": "FundRef IDs"
  },
  "wikidataIds": {
    "label": "Wikidata IDs"
  },
  "createdDate": {
    "label": "Created date"
  },
  "lastModifiedDate": {
    "label": "Last modified date"
  },
  "query": {
    "label": "Query"
  },
  "apiPage": {
    "label": "API page"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "rawData": {
    "label": "Raw ROR JSON"
  }
}
```

## About this Actor

This example demonstrates how to use [ROR Research Organization Registry Scraper](https://apify.com/automation-lab/ror-research-organization-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ror-research-organization-registry-scraper) to learn more, explore other use cases, and run it yourself.