Offene Daten, API und MCP-Server
Alles auf CourseToJob steht Menschen, Entwicklern und KI-Assistenten zur Verfügung: kostenlose Downloads, eine JSON-API, ein MCP-Server, ein A2A-Agent und Markdown-Versionen jeder Seite.
Aktualisiert So nutzen wir Daten
Datensätze
| Datensatz | Formate | Grundlage |
|---|---|---|
| Berufserfolg von Hochschulabsolventen nach Ländern Einkommensvorsprung, Verdienste nach Bildungsstand und Arbeitslosigkeit nach Bildungsstand für jedes Land mit Daten. | CSV · JSON | ILOSTAT |
| Länder Zentrale Kennzahlen zu Hochschulabsolventen und Namen in 12 Sprachen für jede Länderseite. | JSON | ILOSTAT, OECD, World Bank |
| Berufe Berufe mit ISCO-08-, SOC- und ESCO-Codes, US-Mediangehalt und Namen in 12 Sprachen. | JSON | ESCO, US BLS, ILOSTAT |
| Studienfächer Fächer mit ISCED-F-Codes und passenden Berufen. | JSON | OECD, UK DfE (LEO) |
| Datenpaket Frictionless Data Package, das die herunterladbaren Datensätze beschreibt. | JSON | Frictionless Data Package |
Britische Absolventeneinkommen nach Studienfach und Hochschule (DfE LEO) veröffentlichen wir auch in unserer britischen Ausgabe (CourseToJob.co.uk, auf Englisch).
Unsere zusammengestellten Datensätze stehen unter der Lizenz CC BY 4.0. Bitte nenne „CourseToJob“ mit einem Link sowie die in jeder Datei genannte Originalquelle.
JSON-API
Die API ist kostenlos, braucht keinen Schlüssel und liefert JSON mit Namen und Texten in allen 12 Sprachen.
/api/v1/index.json— Verzeichnis der Endpunkte/api/v1/careers/{id}.json,/api/v1/subjects/{id}.json,/api/v1/countries/{iso2}.json— vollständige Datensätze zu einem Beruf, Studienfach oder Land/api/v1/search?q=…&lang=…— Suche in jeder Sprache/openapi.json— OpenAPI 3.1 ·/.well-known/api-catalog(RFC 9727)
curl https://coursetojob.com/api/v1/search?q=nurse&lang=de MCP-Server für KI-Assistenten
Verbinde Claude, ChatGPT, Cursor oder jeden anderen Client, der das Model Context Protocol unterstützt. Der Server ist schreibgeschützt, braucht keine Anmeldung und antwortet in 12 Sprachen.
Endpunkt: https://coursetojob.com/mcp · Server-Card
search— Full-text search across CourseToJob in any of 12 languages. Returns matching pages with type, id, localized name, URL and Markdown URL. Use it first when you do not know an exact id.get_career— Career profile: what the job involves, skills, entry routes, degree subjects that lead to it, licensing, progression, FAQs, official US pay (BLS) where published, ILO occupation-group earnings in selected countries and the official ESCO skills profile.get_subject— What you can do with a degree subject: careers it leads to, topics, skills, how the degree differs between countries, OECD earnings and employment by field of study, and UK graduate earnings (DfE LEO) where published.get_country— Official data for one country: median monthly earnings by education level and by occupation group (ILO), the degree premium, unemployment by education for adults and young people, OECD relative earnings, World Bank context and official study/visa/job links where available.compare_countries— Compare 2–8 countries on degree premium, tertiary and overall unemployment, tertiary earnings (PPP$), OECD relative earnings and GDP per capita.rank_countries— Rank countries by an official metric: degree_premium (tertiary vs all employees' median earnings), tertiary_unemployment, unemployment_gap (tertiary minus all adults), tertiary_earnings_ppp or youth_tertiary_unemployment. Optional World Bank region filter.list_catalogue— List ids, localized names and URLs so you never have to guess a slug.
Claude Code
claude mcp add --transport http coursetojob https://coursetojob.com/mcp JSON-Konfiguration (die meisten MCP-Clients)
{
"mcpServers": {
"coursetojob": {
"type": "http",
"url": "https://coursetojob.com/mcp"
}
}
} Markdown, A2A und Auffindbarkeit
- Jede Seite als Markdown abrufen:
curl -H "Accept: text/markdown" https://coursetojob.com/careers/nurse/ - A2A-Agent-Card:
/.well-known/agent-card.json - llms.txt nach Sprache: en · es · pt · fr · de · it · ar · zh · ja · ko · hi · id · llms-full.txt
- Feeds: RSS · sitemap.xml
Bitte halte automatisierte Anfragen in einem vernünftigen Rahmen und speichere Antworten zwischen. Die Datendateien werden aktualisiert, wenn amtliche Quellen neue Zahlen veröffentlichen.