# Harvard College Scorecard

**Use case:** 

Explore Harvard with College Scorecard Scraper - US School Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "Harvard",
  "maxResults": 3
}
```

## Output

```json
{
  "school_id": {
    "label": "School Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "ownership": {
    "label": "Ownership",
    "format": "text"
  },
  "accreditor": {
    "label": "Accreditor",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "student_size": {
    "label": "Student Size",
    "format": "text"
  },
  "admission_rate": {
    "label": "Admission Rate",
    "format": "text"
  },
  "completion_rate": {
    "label": "Completion Rate",
    "format": "text"
  },
  "tuition_in_state": {
    "label": "Tuition In State",
    "format": "text"
  },
  "tuition_out_of_state": {
    "label": "Tuition Out Of State",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [College Scorecard Scraper - US School Data](https://apify.com/benthepythondev/college-scorecard-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/college-scorecard-scraper) to learn more, explore other use cases, and run it yourself.