# THE Top 50 Universities 2026 Scraper

**Use case:** 

Scrape the top 50 universities from Times Higher Education World Rankings 2026 with rank, country, and full pillar scores. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "year": "2026"
}
```

## Output

```json
{
  "rank": {
    "label": "🏆 Rank",
    "format": "number"
  },
  "name": {
    "label": "🏛️ Name",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "teaching": {
    "label": "📚 Teaching",
    "format": "number"
  },
  "research": {
    "label": "🔬 Research",
    "format": "number"
  },
  "citations": {
    "label": "📖 Citations",
    "format": "number"
  },
  "industryIncome": {
    "label": "💰 Industry Income",
    "format": "number"
  },
  "internationalOutlook": {
    "label": "🌐 Intl Outlook",
    "format": "number"
  },
  "overall": {
    "label": "⭐ Overall",
    "format": "number"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "subject": {
    "label": "📘 Subject",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Times Higher Education Rankings Scraper](https://apify.com/parseforge/times-higher-education-rankings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/times-higher-education-rankings-scraper) to learn more, explore other use cases, and run it yourself.