# Compare US college tuition on CollegeSimply

**Use case:** 

Scrape US college profiles from CollegeSimply with tuition, admissions rates, rankings, and outcomes data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.collegesimply.com/colleges/search?sort=&place=&fr=&fm=&lm=&gpa=&sat=&act=&admit=comp&field=&major=&radius=300&zip=&state=&size=&tuition-fees=&net-price=&page=1&pp=/colleges/search"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "website": {
    "label": "Website"
  },
  "schoolType": {
    "label": "School type"
  },
  "setting": {
    "label": "Setting"
  },
  "size": {
    "label": "Size"
  },
  "status": {
    "label": "Status"
  },
  "enrollment": {
    "label": "Enrollment"
  },
  "summaryRank": {
    "label": "Summary rank"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "image": {
    "label": "Image"
  },
  "description": {
    "label": "Description"
  },
  "onCampusHousing": {
    "label": "On campus housing"
  },
  "levelOfStudy": {
    "label": "Level of study"
  },
  "ratings": {
    "label": "Ratings"
  },
  "rankings": {
    "label": "Rankings"
  },
  "admissions": {
    "label": "Admissions"
  },
  "annualCost": {
    "label": "Annual cost"
  },
  "outcomes": {
    "label": "Outcomes"
  },
  "popularAreasOfStudy": {
    "label": "Popular areas of study"
  },
  "keyStats": {
    "label": "Key stats"
  },
  "dataSourceUrl": {
    "label": "Data source url"
  }
}
```

## About this Actor

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