ParseForge Scrapers

College Scorecard Scraper

parseforge/college-scorecard-scraper

EducationLead generationOther

Scrapes U.S. higher education institution data from the College Scorecard, returning cost, earnings, completion, and admission metrics as flat rows. Filter by state and degree type.

Run this scraper See the API call
Total users
5
Monthly active
0
Total runs
141
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

College Scorecard Scraper

Scrape U.S. college data from the Department of Education's College Scorecard, up to a million schools per run. Every row includes cost, graduation rate, earnings after school, and admission stats. Filter by state and degree type. Export to CSV, JSON, Excel, or XML.

The College Scorecard API requires navigating a complex data dictionary and constructing multi-field queries. This Actor reads the public data directly, letting you filter schools by state and degree type, and returns each match in one flat, consistent schema. No API key or registration needed.

Who uses it What they scrape College Scorecard for
College counselors Build a comparison spreadsheet of schools by cost and graduate outcomes for a specific state.
Education researchers Analyze the relationship between admission rates and median student debt across degree types.
Marketing analysts Identify institutions with high enrollment and low graduation rates for targeted outreach campaigns.
Data journalists Compile a dataset on the earnings premium of bachelor's degrees versus associate degrees by region.

What it does

This Actor collects U.S. higher education institution data from the College Scorecard and returns each school as a flat row with cost, earnings, completion, and admission metrics.

  • πŸ›οΈ Federal data source: Pulls directly from the U.S. Department of Education's public College Scorecard data.
  • πŸ—ΊοΈ State filter: Limit results to a single state using its two-letter postal abbreviation.
  • πŸŽ“ Degree type filter: Narrow schools down by their predominant credential: certificate, associate, bachelor's, or graduate.
  • πŸ“Š Flat row output: Each institution is one row with fields for cost, debt, earnings, completion, and admissions.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with College Scorecard data

πŸ“‹ Build a college shortlist.

A counselor pulls all bachelor's-granting schools in Texas to compare net price and completion rates for a student.

πŸ“ˆ Research earnings outcomes.

An analyst scrapes graduate-degree schools nationwide to correlate median earnings with student debt levels.

πŸ—žοΈ Power a data story.

A journalist collects data on certificate-granting schools to report on which programs lead to the highest salary increase.

🎯 Find enrollment trends.

A marketer filters for associate-degree schools with large undergraduate populations to identify potential advertising partners.

Why choose this scraper

What you get
No API key Access public data without registration or rate limits.
Consistent schema Every school returns the same flat structure, ready for analysis.
Simple filters Target schools by state and degree type with two optional fields.

How it compares

The actors listed below scrape sports data from ESPN and odds feeds, not the U.S. Department of Education's College Scorecard. They are not direct competitors for this education data scraper.

Feature ParseForge Sports Odds Scraper ESPN Sports Scraper
Scrapes College Scorecard data Yes Not listed Not listed
Filters by state and degree type Yes Not listed Not listed
Returns cost and earnings metrics Yes Not listed Not listed
No API key required Yes Yes Not listed

Configure the run

Drive the Actor by setting a maximum item count, and optionally filter by a two-letter state abbreviation and a predominant degree type. Filters are applied as the data is read so only matching schools reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "maxItems": 200
}

Pricing

Pay-per-result: $0.006 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.60
1,000 results $6.00
10,000 results $60.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the College Scorecard Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to College Scorecard through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/college-scorecard-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your state abbreviation and degree type filter. An invalid state code or a combination that matches zero schools will return an empty dataset. Try running without filters first to see all available data.

The run stopped before reaching my max items limit.

The Actor stops when it has read all schools matching your filters. If your filters are narrow, the total number of matching institutions may be less than your max items setting.

Some fields are empty or null in my results.

Not all metrics are reported by every institution. Small schools or those with privacy-suppressed data may have missing values for certain fields like earnings or admission rates.

The state filter is not working.

Ensure you are using the correct two-letter postal abbreviation in uppercase, such as CA for California or TX for Texas. Full state names are not accepted.

FAQ

Question Answer
What is the College Scorecard? It is a public dataset from the U.S. Department of Education that provides information on the cost, quality, and value of higher education institutions in the United States.
Do I need an API key to use this Actor? No. This Actor reads the public data feed directly, so you do not need to register for an API key or manage authentication.
What data fields are returned for each college? The Actor returns a flat row with metrics on cost of attendance, graduation rates, median earnings of former students, student debt, admission rates, and institutional characteristics.
Can I filter by a specific state? Yes. Use the State input field with a two-letter abbreviation like CA or NY to limit results to schools in that state.
Can I filter by degree type? Yes. You can select from certificate, associate, bachelor's, or graduate programs to return only schools where that is the predominant degree offered.
How many colleges can I scrape in one run? You can set the maximum items from 1 up to 1,000,000. The Actor will stop once it reaches your limit or runs out of matching schools.
What export formats are supported? Your dataset can be exported to CSV, JSON, Excel, or XML from the Apify platform.
Is the data updated regularly? The Actor pulls from the latest public release of the College Scorecard data, which is updated periodically by the Department of Education.
Can I get data on for-profit colleges? Yes. The dataset includes all types of institutions that participate in federal student aid programs, including public, private non-profit, and for-profit schools.
Does this Actor use a web browser? No. It reads the data directly from the source, so it runs fast and uses fewer platform resources than a browser-based scraper.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by U.S. Department of Education. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many colleges to collect per run. 10
state string Two-letter US state abbreviation to filter results (e.g. CA, TX, NY). Leave empty for all states. not set
degreeType string (4 options) Filter by predominant degree type offered not set

Pricing

from $5.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0055 to $0.006

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~college-scorecard-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run College Scorecard Scraper on Apify All scrapers