# Leiden Ranking China Universities Scraper

**Use case:** 

Scrape CWTS Leiden Ranking data for China universities: institution, country, total publications, and collaboration impact indicators. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "period": "2019-2022",
  "country": "China"
}
```

## Output

```json
{
  "institution": {
    "label": "🏛️ Institution",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "period": {
    "label": "📅 Period",
    "format": "text"
  },
  "fieldNormalizedScore": {
    "label": "⭐ MNCS",
    "format": "number"
  },
  "ppTop10": {
    "label": "🔝 PP-top-10%",
    "format": "number"
  },
  "totalPubs": {
    "label": "📚 Total Pubs",
    "format": "number"
  },
  "indicator": {
    "label": "📏 Indicator",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CWTS Leiden Ranking Scraper](https://apify.com/parseforge/leiden-ranking-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/leiden-ranking-scraper) to learn more, explore other use cases, and run it yourself.