UnifyAPI
← Back to catalog

education.college_search

mock data$0.003 / call

College Search (Scorecard)

Search US colleges and universities — admissions, tuition, enrollment, earnings, completion rates (College Scorecard)

Educationprovider: Education#education#education

Input schema

name

School name to search for (e.g. "MIT", "Stanford", "Community College").

string
limit

Number of results to return (1-50). Default: 10.

integer
state

US state abbreviation (e.g. "CA", "NY", "TX").

string
program

Field of study filter (e.g. "Computer Science", "Nursing", "Business").

string
degree_type

Filter by predominant degree type awarded.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.