# THE World University Rankings 2025 Scraper

**Use case:** 

Scrape Times Higher Education World University Rankings 2025: rank, university, country, and teaching, research, citations, and overall scores. JSON or CSV.

## Input

```json
{
  "maxItems": 200,
  "year": "2025"
}
```

## 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.