# Scrape best K-12 schools rankings on Niche

**Use case:** 

Extract Niche.com best K-12 school search results with grades, reviews, and district data for ed research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.niche.com/k12/search/best-schools/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "description": {
    "label": "Description"
  },
  "website": {
    "label": "Website"
  },
  "phone": {
    "label": "Phone"
  },
  "claimed": {
    "label": "Claimed"
  },
  "address": {
    "label": "Address"
  },
  "rating": {
    "label": "Rating"
  },
  "nicheGrade": {
    "label": "Niche grade"
  },
  "categoryGrades": {
    "label": "Category grades"
  },
  "tags": {
    "label": "Tags"
  },
  "admissions": {
    "label": "Admissions"
  },
  "tuition": {
    "label": "Tuition"
  },
  "academics": {
    "label": "Academics"
  },
  "students": {
    "label": "Students"
  },
  "rankings": {
    "label": "Rankings"
  },
  "breadcrumbs": {
    "label": "Breadcrumbs"
  },
  "faqs": {
    "label": "Faqs"
  },
  "image": {
    "label": "Image"
  }
}
```

## About this Actor

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