Times Higher Education Rankings Scraper
Pricing
from $5.43 / 1,000 results
Times Higher Education Rankings Scraper
Pull the Times Higher Education world university rankings by year or subject. Each row returns the rank, university, country, and scores for teaching, research, citations, industry income, international outlook, and overall. Built for education benchmarking and academic research.
Pricing
from $5.43 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share

π Times Higher Education World Rankings Scraper
π Pull the full Times Higher Education world university rankings in seconds. Teaching, research, citations, industry income, international outlook scores ready for analysis.
π Last updated: 2026-06-05 . π 13 fields per record . Source timeshighereducation.com . Structured tabular output
The Times Higher Education World Rankings Scraper turns the public timeshighereducation.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 |
|---|---|
| π Analysts | Build datasets for analytics and reports |
| π’ Operations teams | Pipe records into BI dashboards |
| π Researchers | Mirror data into local analysis tools |
| π€ ML engineers | Generate training sets without writing client code |
| π° Journalists | Verify facts quickly with structured output |
| π©βπ» Developers | Skip the boilerplate of building a custom client |
π What the Times Higher Education World Rankings Scraper does
- Calls the public timeshighereducation.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: timeshighereducation.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
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users 10. Paid users up to 1,000,000. Prefill 10. |
year | enum | No | Ranking year (THE world ranking). |
subject | string | No | Optional subject filter for THE subject rankings. |
Example 1.
{"maxItems": 25,"year": "2025","subject": ""}
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.
| Field | Type | Description |
|---|---|---|
π rank | number | THE overall rank. |
ποΈ name | string | University name. |
π country | string | Country of the institution. |
π teaching | number | Teaching pillar score. |
π¬ research | number | Research pillar score. |
π citations | number | Citations pillar score. |
π° industryIncome | number | Industry income score. |
π internationalOutlook | number | International outlook score. |
β overall | number | Overall score. |
π
year | number | Ranking year. |
π subject | string | Subject area (or overall). |
π scrapedAt | string | Fetch timestamp. |
β error | string | Populated if the request failed. |
Sample record.
{"rank": 1,"name": "Sample University","country": "United States","teaching": 90.1,"research": 96.3,"citations": 99,"industryIncome": 88.5,"internationalOutlook": 95.4,"overall": 95,"year": 2025,"subject": "Computer Science","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
| Approach | Setup time | Clean keys | Numeric casting | Error handling |
|---|---|---|---|---|
| Roll your own client | 30 min + | No | No | No |
| Generic web scraper | 1 hr + | Partial | Partial | Partial |
| This Actor | 5 sec, no install | Yes | Yes | Yes |
π How to use
- Click Try for free.
- Pick filters or leave defaults.
- Click Start. Within seconds, your dataset is ready.
- 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 Times Higher Education World 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.
π Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
| ParseForge CurseForge Mods Scraper | Public 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.