# California College Scorecard Scraper

**Use case:** 

Pull College Scorecard data for California colleges with tuition, admission rates and outcomes. Compare in-state schools and export clean results.

## Input

```json
{
  "maxItems": 10,
  "state": "California"
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "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"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "priceCalculatorUrl": {
    "label": "Price Calculator Url",
    "format": "link"
  },
  "ownership": {
    "label": "Ownership",
    "format": "text"
  },
  "accreditor": {
    "label": "Accreditor",
    "format": "text"
  },
  "locale": {
    "label": "Locale",
    "format": "number"
  },
  "regionId": {
    "label": "Region Id",
    "format": "number"
  },
  "carnegieBasic": {
    "label": "Carnegie Basic",
    "format": "number"
  },
  "carnegieSizeSetting": {
    "label": "Carnegie Size Setting",
    "format": "number"
  }
}
```

## About this Actor

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