Educations.com Scraper
Pricing
from $1.00 / 1,000 results
Educations.com Scraper
Scrape degree programs from educations.com. Use the same listing filters as the site or paste a URL — the URL wins when set.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
🎓 Educations.com Scraper
Want educations.com degree programs in a spreadsheet? This scraper makes it easy.
Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.
educations.com lists 100,000+ study-abroad programs from universities worldwide. This actor returns up to 2000 rows per run.
💡 Perfect for...
- Students: Export titles, institutions, and locations by country or field.
- Dashboards: Track new program listings without paging the site.
- Market research: Slice global degrees by destination, field, or degree type.
- Data analysts: Export structured rows with public program URLs.
- 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live educations.com results.
- 📚 RAG Systems: Feed titles, institutions, and locations into retrieval pipelines.
- 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.
✨ Why you'll love this scraper
- 🔗 Input URL or Filters: Paste a programs, country, field, or degree URL, or pick the same filters as the site.
input_urlalways wins when set. - 🎯 Website-Matched Filters: Keyword, country, field of study, and degree type.
- 🌐 Listing cards: Title, institution, and location.
📦 What's inside the data?
id, url, title, institution, location
🚀 Quick start
Option A: paste https://www.educations.com/bachelors-degree/germany.
Option B: pick a country or field and set max_results.
Input Example (filters):
{"country": "germany","degree": "bachelors-degree","max_results": 100}
Input Example (URL):
{"input_url": "https://www.educations.com/programs","max_results": 100}
Output Example:
{"id": "program-297935","url": "https://www.educations.com/iu/ba-business-administration-with-organisational-development-change","title": "BA Business Administration with Organisational Development & Change","institution": "IU International University of Applied Sciences","location": "Germany"}
Output fields:
| Field | Description |
|---|---|
id | Program id. |
url | Public program page. |
title | Program title. |
institution | University or school when shown. |
location | City / country when shown. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | educations.com programs URL. Overrides every filter. |
query | string | No | — | Subject, school, or title word. |
country | dropdown | No | any | Study destination. |
field | dropdown | No | any | Field of study from the site filters. |
degree | dropdown | No | any | Bachelor, master, doctoral, and other groups. |
max_results | integer | No | 50 | Maximum rows (1–2000). |