US News Rankings Scraper
Pricing
from $3.00 / 1,000 results
US News Rankings Scraper
Scrape US News & World Report rankings - universities, hospitals, high schools, and graduate schools. Get rank, name, location, tuition, enrollment, acceptance rate, specialty scores, and more.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape rankings from US News & World Report — the most trusted source for university, hospital, high school, and graduate school rankings in the United States.
What You Can Scrape
- Universities — National universities, liberal arts colleges, regional universities/colleges, engineering programs, business programs, nursing schools, and more
- Hospitals — Top-ranked hospitals by medical specialty (cancer, cardiology, neurology, orthopedics, and 12 more)
- High Schools — Best high school rankings nationally or by state
- Graduate Schools — MBA, law, medicine, engineering, education, and public affairs programs
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
mode | Select | Rankings type: universities, hospitals, highSchools, gradSchools | universities |
rankingType | Select | University ranking list (mode=universities) | national-universities |
specialty | Select | Hospital specialty (mode=hospitals) | cancer |
subject | Select | Graduate school subject (mode=gradSchools) | business |
state | Select | Filter by US state abbreviation (e.g. CA, TX, NY) | All states |
maxItems | Integer | Maximum records to return (1–2000) | 50 |
University Ranking Types
- National Universities
- National Liberal Arts Colleges
- Regional Universities (North/South/Midwest/West)
- Regional Colleges (North/South/Midwest/West)
- Best Business Programs
- Best Engineering Programs
- Best Computer Science Programs
- Best Nursing Programs
- Historically Black Universities
- Online Bachelor's Programs
- Best Value Schools
Hospital Specialties
Cancer, Cardiology & Heart Surgery, Diabetes & Endocrinology, Ear/Nose/Throat, Gastroenterology, Geriatric Care, Gynecology, Nephrology, Neurology & Neurosurgery, Ophthalmology, Orthopedics, Psychiatry, Pulmonology, Rehabilitation, Rheumatology, Urology
Output Fields
University Records
| Field | Type | Description |
|---|---|---|
rank | Integer | National/regional ranking position |
name | String | Institution name |
url | String | US News profile URL |
imageUrl | String | Campus photo URL |
city | String | City |
state | String | State abbreviation |
type | String | Public or Private |
tuition | Integer | Annual tuition and fees (USD) |
tuitionUnit | String | "annual" |
enrollmentCount | Integer | Undergraduate enrollment |
acceptanceRate | Float | Acceptance rate (%) |
overallScore | Float | US News composite score |
netCost | Integer | Average net cost after aid (USD) |
percentReceivingAid | Float | % of students receiving need-based aid |
avgGpa | Float | Average high school GPA |
satScore | Integer | SAT 25th percentile composite score |
satRange | String | SAT score range (e.g. "1510-1580") |
actScore | Integer | ACT 25th percentile composite score |
actRange | String | ACT score range (e.g. "34-36") |
programReputationScores | Object | Undergraduate program peer-assessment reputation scores (1.0–5.0) by field — e.g. engineering, business, computerScience, nursing, psychology, economics (only programs the school offers are included) |
rankingType | String | Ranking category name |
rankingYear | String | Ranking year |
sourceUrl | String | Ranking page URL |
scrapedAt | String | ISO 8601 timestamp |
recordType | String | "university" |
Hospital Records
| Field | Type | Description |
|---|---|---|
rank | Integer | National specialty ranking |
name | String | Hospital name |
url | String | US News hospital profile URL |
city | String | City |
state | String | State abbreviation |
specialty | String | Medical specialty |
score | Float | US News composite score (0-100) |
description | String | Brief hospital description |
phone | String | Contact phone number |
rankingYear | String | Ranking year |
sourceUrl | String | Ranking page URL |
scrapedAt | String | ISO 8601 timestamp |
recordType | String | "hospital" |
High School Records
| Field | Type | Description |
|---|---|---|
rank | Integer | State ranking position |
name | String | School name |
url | String | US News profile URL |
city | String | City |
state | String | State abbreviation |
district | String | School district name |
districtUrl | String | US News district profile URL |
description | String | Brief school description |
graduationRate | Float | Graduation rate (%) |
collegeReadinessIndex | Float | US News College Readiness Index |
enrollmentCount | Integer | Student enrollment |
rankingType | String | "High Schools" |
sourceUrl | String | Ranking page URL |
scrapedAt | String | ISO 8601 timestamp |
recordType | String | "highSchool" |
Graduate School Records
| Field | Type | Description |
|---|---|---|
rank | Integer | Ranking position within subject |
name | String | Institution name |
url | String | US News profile URL |
city | String | City |
state | String | State abbreviation |
imageUrl | String | Campus photo URL |
description | String | Brief program description (tuition, deadlines, faculty ratio, etc.) |
subject | String | Graduate subject (e.g. "Medicine", "Law") |
sourceUrl | String | Ranking page URL |
scrapedAt | String | ISO 8601 timestamp |
recordType | String | "gradSchool" |
Example Input
{"mode": "universities","rankingType": "national-universities","maxItems": 20}
{"mode": "hospitals","specialty": "cancer","state": "CA","maxItems": 10}
{"mode": "gradSchools","subject": "law","maxItems": 25}
FAQs
Q: How current are the rankings? A: Rankings are updated annually by US News. The scraper returns the current published rankings (2026 edition).
Q: Can I filter by state?
A: Yes! Use the state parameter with a 2-letter abbreviation (e.g. CA, TX, NY) to filter any ranking type by state.
Q: How many hospitals are ranked per specialty? A: US News typically ranks 10-50 hospitals per specialty nationally. Some specialties may have more results.
Q: Are SAT scores and GPA available? A: Yes, for universities where US News reports them. Some data may be missing for schools that don't report.
Q: Can I scrape all university ranking types?
A: Yes, set mode=universities and select any rankingType from the dropdown. Each list can have 100+ schools.
Q: What is the data source? A: All data is scraped from www.usnews.com — the official US News & World Report rankings website. No API key required.