# University Database Scraper — Colleges & Rankings Worldwide

**Use case:** 

Gather complete university profiles from over 14,000 institutions worldwide. Access vital data like rankings, tuition, and admissions details.

## Input

```json
{
  "country": "",
  "additionalCountries": [],
  "startUrls": [],
  "includeDetails": true,
  "maxPerCountry": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "University"
  },
  "acronym": {
    "label": "Acronym"
  },
  "countryName": {
    "label": "Country"
  },
  "countryRank": {
    "label": "Country Rank"
  },
  "worldRank": {
    "label": "World Rank"
  },
  "town": {
    "label": "Town"
  },
  "control": {
    "label": "Type"
  },
  "size": {
    "label": "Size"
  },
  "selectivity": {
    "label": "Selectivity"
  },
  "acceptanceRate": {
    "label": "Acceptance"
  },
  "enrollmentRange": {
    "label": "Enrollment"
  },
  "tuitionInternationalUndergrad": {
    "label": "Int'l UG Tuition"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Advanced uniRank Scraper — Colleges & Universities Worldwide](https://apify.com/morkerr/advanced-unirank-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/advanced-unirank-scraper) to learn more, explore other use cases, and run it yourself.