← Back to catalog
education.college_search
mock data$0.003 / callCollege Search (Scorecard)
Search US colleges and universities — admissions, tuition, enrollment, earnings, completion rates (College Scorecard)
Input schema
name
stringSchool name to search for (e.g. "MIT", "Stanford", "Community College").
limit
integerNumber of results to return (1-50). Default: 10.
state
stringUS state abbreviation (e.g. "CA", "NY", "TX").
program
stringField of study filter (e.g. "Computer Science", "Nursing", "Business").
degree_type
stringFilter by predominant degree type awarded.
Call via REST
curl -X POST https://unifyapi.pro/api/call/education.college_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0,"state":"<state>","program":"<program>","degree_type":"<degree_type>"}'