# 2023 Times Higher Education Impact Rankings

**Use case:** 

Extract Times Higher Education Impact Rankings data filtered by 2023. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "year": "2023"
}
```

## Output

```json
{
  "rank": {
    "label": "rank",
    "format": "text"
  },
  "rankOrder": {
    "label": "rankOrder",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "overallScore": {
    "label": "overallScore",
    "format": "text"
  },
  "nid": {
    "label": "nid",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "studentsCount": {
    "label": "studentsCount",
    "format": "text"
  },
  "staffStudentRatio": {
    "label": "staffStudentRatio",
    "format": "text"
  },
  "intlStudentsPct": {
    "label": "intlStudentsPct",
    "format": "text"
  },
  "femaleMaleRatio": {
    "label": "femaleMaleRatio",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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