# Niche Best Colleges Ranking Scraper

**Use case:** 

Scrape the Niche best colleges ranking with rank, school name, city, and URL. Export structured school ranking data to JSON or CSV.

## Input

```json
{
  "listType": "best-colleges",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "image"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "abbreviation": {
    "label": "Abbreviation",
    "format": "date"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "stateCode": {
    "label": "State Code",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "character": {
    "label": "Character",
    "format": "text"
  },
  "nicheGrade": {
    "label": "Niche Grade",
    "format": "text"
  },
  "nicheGradeValue": {
    "label": "Niche Grade Value",
    "format": "text"
  },
  "acceptRate": {
    "label": "Accept Rate",
    "format": "text"
  },
  "netPrice": {
    "label": "Net Price",
    "format": "text"
  },
  "satRange": {
    "label": "Sat Range",
    "format": "text"
  },
  "reviewAverage": {
    "label": "Review Average",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Niche Schools & Colleges Scraper](https://apify.com/parseforge/niche-schools-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/niche-schools-scraper) to learn more, explore other use cases, and run it yourself.