College Scorecard Schools Scraper avatar

College Scorecard Schools Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
College Scorecard Schools Scraper

College Scorecard Schools Scraper

Searches US colleges and universities using the US Department of Education College Scorecard API - 6,000+ institutions with admission rates, costs, outcomes. Free, uses public DEMO_KEY.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

College Scorecard Scraper

Search and extract comprehensive data on US colleges and universities from the Department of Education College Scorecard — including admissions rates, test scores, tuition costs, earnings outcomes, completion rates, and institutional details for 6,000+ institutions.

Features

  • Search schools by name, state, and ownership type
  • Look up specific schools by OPE ID
  • Detailed data: admissions rates, SAT/ACT scores, tuition, median earnings 6 years post-enrollment, retention and completion rates, Pell Grant percentages
  • Ownership classification: Public, Private non-profit, Private for-profit
  • Carnegie Classification and locale descriptors
  • No API key required (uses free DEMO_KEY with 1,000 req/hour limit)

Input

FieldTypeDescription
modeString (required)search or getByOpeid
apiKeyStringOptional. Free API key from api.data.gov. Leave blank to use DEMO_KEY (1000 req/hr)
queryStringSchool name search (mode=search)
stateString2-letter state code filter (mode=search)
ownershipTypeString1 (Public), 2 (Private non-profit), 3 (Private for-profit)
opeidsArrayOPE ID strings (mode=getByOpeid)
maxItemsIntegerMax records to return (1–10000, default: 100)

Example Input

{
"mode": "search",
"query": "MIT",
"maxItems": 5
}

Output

Each school record contains:

FieldDescription
unitIdIPEDS Unit ID
opeIdOPE ID (8-digit)
nameInstitution name
cityCity
stateState abbreviation
zipZIP code
urlSchool website URL
aliasCommon abbreviation or alias
ownershipTypePublic / Private non-profit / Private for-profit
carnegieClassificationCarnegie Basic Classification label
predominantDegreeAwardedCertificate, Associate, Bachelor's, or Graduate
localeCity/Suburb/Town/Rural size classification
admissionsRateAdmission rate (0–1)
satReadingMedianSAT Evidence-Based Reading median score
satMathMedianSAT Math median score
satCumulativeAverageSAT overall average
actCumulativeMedianACT Composite median score
tuitionInStateIn-state tuition (USD)
tuitionOutOfStateOut-of-state tuition (USD)
costAttendanceAcademicYearTotal cost of attendance for academic year (USD)
studentSizeUndergraduate enrollment
percentUndergraduatesWithPellGrantShare of undergrads receiving Pell Grants
federalLoanRateFirst-generation student share
retentionRateFull-time retention rate (4-year institutions)
completionRate150% time completion rate
medianEarningsMedian earnings 6 years after entry (USD)
avgFacultyDegreeFaculty count
recordTypeAlways school
sourceUrlAPI endpoint used
scrapedAtISO 8601 timestamp

Example Output

{
"unitId": 166683,
"opeId": "00231500",
"name": "Massachusetts Institute of Technology",
"city": "Cambridge",
"state": "MA",
"zip": "02139-4307",
"url": "http://web.mit.edu/",
"alias": "MIT",
"ownershipType": "Private non-profit",
"carnegieClassification": "Four-year, large, primarily nonresidential",
"predominantDegreeAwarded": "Bachelor's",
"locale": "City: Large",
"admissionsRate": 0.0396,
"satReadingMedian": 760,
"satMathMedian": 790,
"actCumulativeMedian": 35,
"tuitionInState": 57986,
"costAttendanceAcademicYear": 79850,
"studentSize": 11520,
"retentionRate": 0.99,
"completionRate": 0.9377,
"medianEarnings": 90000,
"recordType": "school",
"scrapedAt": "2026-05-30T10:00:00+00:00"
}

Use Cases

  • College research — compare institutions by cost, admissions selectivity, and outcomes
  • Education analytics — analyze trends across institutional types, states, and regions
  • Financial aid research — identify schools with high Pell Grant rates for affordability
  • Career outcome studies — compare median earnings by school, state, or degree type
  • College consulting — build searchable databases for advising platforms
  • Policy research — analyze public vs. private institution performance metrics

FAQ

Do I need an API key? No registration is required. The scraper uses the free DEMO_KEY by default, which allows 1,000 requests/hour and 10,000 requests/day. For higher volume, register for a free key at api.data.gov/signup/. The API is hosted at api.data.gov (not api.data.ed.gov).

How many schools are in the database? The College Scorecard covers over 6,000 US colleges and universities that participate in federal financial aid programs.

What is an OPE ID? The OPE (Office of Postsecondary Education) ID is an 8-digit identifier unique to each institution. You can find OPE IDs in College Scorecard search results or on the Department of Education website.

How current is the data? The API is updated annually. The data reflects the most recent academic year available from the Department of Education.

Can I filter by multiple states? Currently, the state filter supports one state at a time. To cover multiple states, run separate searches and combine the results.

What does the admissions rate represent? The admissionsRate is a decimal between 0 and 1 (e.g., 0.0396 = 3.96% acceptance rate for MIT). A lower number means more selective.