Workflow validation
College Program Outcomes API
A buyer-intent page for edtech, workforce analytics, employer partnership, enrollment strategy, and school research teams that want public College Scorecard institution and program records filtered by state, credential, field, cost, completion, earnings, and release date.
GET /v1/education/scorecard/program-outcomes?states=CA,TX&credential=associate&field=nursing
{
"data": [
{
"unitId": "110635",
"institution": "Example State College",
"state": "CA",
"credential": "associate",
"fieldOfStudy": "registered nursing",
"completionRate": 0.44,
"medianEarnings": 74200,
"watchlistReady": true,
"source": "College Scorecard API"
}
],
"meta": { "sampleOnly": true, "workflow": "college-program-outcomes-api" }
}
Likely Buyers
This page is only a demand test. Build starts after tracked workflow intent beats the broader market pages.
- Edtech teams building school and program discovery products.
- Workforce analytics teams comparing program outcomes by geography and credential.
- Employer partnership and education research teams monitoring institution and program fields.
Signals To Watch
These events decide whether this workflow deserves implementation.
- Request clicks from College Scorecard API and program outcomes keywords.
- College Scorecard outcomes CSV sample downloads.
- Demo clicks from users comparing credential, field, completion, and earnings fields.
Smallest Build
If this page crosses a gate, the first implementation should stay this narrow.
- Institution-level and field-of-study Scorecard cache with release metadata first.
- State, credential, field, cost, completion, and earnings filters before scoring.
- No admissions advice, financial-aid advice, student targeting, ranking, or eligibility decisions.