Educations.com Scraper avatar

Educations.com Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Educations.com Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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_url always 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:

FieldDescription
idProgram id.
urlPublic program page.
titleProgram title.
institutionUniversity or school when shown.
locationCity / country when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—educations.com programs URL. Overrides every filter.
querystringNo—Subject, school, or title word.
countrydropdownNoanyStudy destination.
fielddropdownNoanyField of study from the site filters.
degreedropdownNoanyBachelor, master, doctoral, and other groups.
max_resultsintegerNo50Maximum rows (1–2000).