# Shanghai GRAS Mathematics Rankings Scraper

**Use case:** 

Scrape the Shanghai Ranking GRAS Mathematics subject ranking with institution, country, world rank, total score, and category indicators. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "year": "2024",
  "subject": "Mathematics"
}
```

## Output

```json
{
  "subject": {
    "label": "📘 Subject",
    "format": "text"
  },
  "subjectCode": {
    "label": "🔖 Subject Code",
    "format": "text"
  },
  "rank": {
    "label": "🏆 Rank",
    "format": "text"
  },
  "institution": {
    "label": "🏛️ Institution",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "totalScore": {
    "label": "⭐ Total Score",
    "format": "number"
  },
  "year": {
    "label": "📅 Year",
    "format": "number"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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