# QS World University Rankings 2025 Scraper

**Use case:** 

Scrape the QS World University Rankings 2025 edition with rank, institution, country, city, region, and overall score. Export to JSON or CSV.

## Input

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

## Output

```json
{
  "rank": {
    "label": "🏆 Rank",
    "format": "number"
  },
  "institution": {
    "label": "🏛️ Institution",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "overallScore": {
    "label": "⭐ Overall Score",
    "format": "number"
  },
  "academicRep": {
    "label": "🎓 Academic Reputation",
    "format": "number"
  },
  "employerRep": {
    "label": "💼 Employer Reputation",
    "format": "number"
  },
  "citationsPerFaculty": {
    "label": "📚 Citations / Faculty",
    "format": "number"
  },
  "internationalFaculty": {
    "label": "👩‍🏫 Intl Faculty",
    "format": "number"
  },
  "internationalStudents": {
    "label": "👨‍🎓 Intl Students",
    "format": "number"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [QS World University Rankings Scraper](https://apify.com/parseforge/qs-world-rankings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/qs-world-rankings-scraper) to learn more, explore other use cases, and run it yourself.