QS World University Rankings Scraper avatar

QS World University Rankings Scraper

Pricing

from $5.43 / 1,000 results

Go to Apify Store
QS World University Rankings Scraper

QS World University Rankings Scraper

Pull the QS World University Rankings for institutions worldwide by year or country. Each row returns the rank, institution, country, overall score, academic and employer reputation, citations per faculty, and international faculty and student shares. Built for academic benchmarking.

Pricing

from $5.43 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

ParseForge Banner

πŸŽ“ QS World University Rankings Scraper

πŸš€ Export the full QS World University Rankings in seconds. Rank, institution, country, overall score, academic and employer reputation, citations and faculty metrics.

πŸ•’ Last updated: 2026-06-05 . πŸ“Š 12 fields per record . Source topuniversities.com . Structured tabular output

The QS World University Rankings Scraper turns the public topuniversities.com data surface into a clean, structured dataset ready for analytics, BI, and downstream automation. It calls the public endpoints, normalizes the response, and flattens each record into one row.

This actor is read-only and uses only publicly available data. No login is required.

🎯 Target AudienceπŸ’‘ Primary Use Cases
πŸ“Š AnalystsBuild datasets for analytics and reports
🏒 Operations teamsPipe records into BI dashboards
πŸŽ“ ResearchersMirror data into local analysis tools
πŸ€– ML engineersGenerate training sets without writing client code
πŸ“° JournalistsVerify facts quickly with structured output
πŸ‘©β€πŸ’» DevelopersSkip the boilerplate of building a custom client

πŸ“‹ What the QS World University Rankings Scraper does

  • Calls the public topuniversities.com endpoints with the filters you supply.
  • Parses the response and flattens each record into a flat row.
  • Cleans verbose source keys into stable snake or camelCase names.
  • Surfaces upstream errors as a single-row error record instead of crashing.
  • Exports tabular output in every format the Apify dataset supports.

πŸ’‘ Why it matters: topuniversities.com exposes valuable public data, but pulling it into a spreadsheet or warehouse usually means writing client code, managing pagination, and parsing nested responses. This actor wraps all of that.

🎬 Full Demo

🚧 Coming soon.

βš™οΈ Input

FieldTypeRequiredDescription
maxItemsintegerNoFree users 10. Paid users up to 1,000,000. Prefill 10.
yearenumNoRanking year to fetch.
countrystringNoOptional country name filter (e.g. United States, United Kingdom).

Example 1.

{
"maxItems": 25,
"year": "2025",
"country": ""
}

Example 2.

{
"maxItems": 100
}

⚠️ Good to Know. Free users are auto-limited to 10 records per run. Paid users can pull up to 1,000,000.

πŸ“Š Output

Each record is a flat object. The error field is always last.

FieldTypeDescription
πŸ† ranknumberQS overall rank.
πŸ›οΈ institutionstringUniversity name.
🌍 countrystringCountry of the institution.
⭐ overallScorenumberQS overall score.
πŸŽ“ academicRepnumberAcademic reputation score.
πŸ’Ό employerRepnumberEmployer reputation score.
πŸ“š citationsPerFacultynumberCitations per faculty score.
πŸ‘©β€πŸ« internationalFacultynumberInternational faculty score.
πŸ‘¨β€πŸŽ“ internationalStudentsnumberInternational student score.
πŸ“… yearnumberRanking year.
πŸ•’ scrapedAtstringFetch timestamp.
❌ errorstringPopulated if the request failed.

Sample record.

{
"rank": 1,
"institution": "Sample University",
"country": "United States",
"overallScore": 98.4,
"academicRep": 100,
"employerRep": 99.5,
"citationsPerFaculty": 95.2,
"internationalFaculty": 85,
"internationalStudents": 80,
"year": 2025,
"scrapedAt": "2026-06-05T00:00:00.000Z",
"error": null
}

✨ Why choose this Actor

| πŸ†“ | Free tier ready, with public data only. | | 🧹 | Clean column names ready for BI. | | πŸ”’ | Auto casts numeric strings to real numbers. | | πŸ›Ÿ | Surfaces upstream errors as a clean error record instead of crashing. | | πŸ”Œ | Filters mirror the public source interface. | | πŸ’Ύ | Push to dataset for instant tabular export in every supported format. |

πŸ“ˆ How it compares to alternatives

ApproachSetup timeClean keysNumeric castingError handling
Roll your own client30 min +NoNoNo
Generic web scraper1 hr +PartialPartialPartial
This Actor5 sec, no installYesYesYes

πŸš€ How to use

  1. Click Try for free.
  2. Pick filters or leave defaults.
  3. Click Start. Within seconds, your dataset is ready.
  4. Download or pipe to your warehouse.

πŸ’Ό Business use cases

πŸ“Š Analytics. Pull a structured snapshot into your warehouse and join it with internal data.

🏒 Operations. Schedule daily runs and route the dataset into BI dashboards.

πŸ“° Newsroom fact-checking. Reporters can verify a fact in 30 seconds.

πŸ€– ML feature engineering. Build a clean training set with no client code.

πŸ”Œ Automating QS World University Rankings Scraper

  • Make and Zapier. Trigger this actor on a schedule and route results to Airtable, Sheets, or Slack.
  • Cron schedule. Native Apify scheduler.
  • Webhooks. Get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres. Native Apify integrations.

🌟 Beyond business use cases

πŸŽ“ Education. Teach a data class with real, fresh datasets.

πŸ§ͺ Personal research. Track topics you care about over time.

🀝 Non profit and open data. Build public dashboards.

🧰 Tinkering and prototyping. Spin up a feed in 5 seconds.

πŸ€– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

❓ Frequently Asked Questions

❓ Do I need an API key. No. This actor uses public endpoints only.

❓ Is there a rate limit. The upstream source may rate limit aggressive use. The actor surfaces rate limit notes as a clean error record.

❓ Which filters are supported. Every filter the public source exposes is in the input schema.

❓ Are values cast to numbers. Yes, where the source returns numeric strings.

❓ How do you handle upstream errors. We push a single record with the error populated instead of throwing.

❓ Can I schedule runs. Yes, native Apify scheduler.

❓ Is this scraping or API. Public API where available.

❓ Will the schema change. Field names listed in the Output section are stable.

❓ What format can I download. Every tabular format the Apify dataset supports.

❓ Can I filter the output. Yes, every input field maps to an upstream filter.

πŸ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

ActorWhat it does
ParseForge OurAirports ScraperGlobal airport database.
ParseForge Alpha Vantage ScraperStocks, FX, crypto, and indicators.
ParseForge NBA Stats ScraperPlayer and team stats from NBA.com.
ParseForge CurseForge Mods ScraperPublic mod metadata from CurseForge.

πŸ’‘ Pro Tip. Browse the complete ParseForge collection for 900+ production grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.