ओपन डेटा, API और MCP सर्वर
CourseToJob पर सब कुछ लोगों, डेवलपरों और AI असिस्टेंट के लिए उपलब्ध है: मुफ़्त डाउनलोड, JSON API, MCP सर्वर, A2A एजेंट और हर पेज का Markdown संस्करण।
अंतिम अपडेट हम डेटा का इस्तेमाल कैसे करते हैं
डेटासेट
| डेटासेट | फ़ॉर्मैट | आधार |
|---|---|---|
| देश के अनुसार ग्रेजुएट्स के परिणाम आँकड़ों वाले हर देश के लिए डिग्री प्रीमियम, शिक्षा के अनुसार कमाई और शिक्षा के अनुसार बेरोज़गारी। | CSV · JSON | ILOSTAT |
| देश हर देश पेज के लिए ग्रेजुएट्स से जुड़े मुख्य आँकड़े और 12 भाषाओं में नाम। | JSON | ILOSTAT, OECD, World Bank |
| करियर ISCO-08, SOC और ESCO कोड, अमेरिका में मीडियन वेतन और 12 भाषाओं में नामों के साथ करियर। | JSON | ESCO, US BLS, ILOSTAT |
| डिग्री विषय ISCED-F कोड और जुड़े हुए करियर के साथ विषय। | JSON | OECD, UK DfE (LEO) |
| डेटा पैकेज डाउनलोड किए जा सकने वाले डेटासेट का विवरण देने वाला Frictionless Data Package। | JSON | Frictionless Data Package |
विषय और यूनिवर्सिटी के हिसाब से यूके ग्रेजुएट्स की कमाई (DfE LEO) हमारे यूके संस्करण पर भी प्रकाशित है (CourseToJob.co.uk, अंग्रेज़ी में).
हमारे संकलित डेटासेट इस लाइसेंस के तहत उपलब्ध हैं: CC BY 4.0. कृपया लिंक के साथ “CourseToJob” का और हर फ़ाइल में बताए गए मूल स्रोत का श्रेय दें।
JSON API
API मुफ़्त है, इसके लिए किसी API कुंजी की ज़रूरत नहीं है, और यह सभी 12 भाषाओं में नामों और टेक्स्ट के साथ JSON लौटाता है।
/api/v1/index.json— एंडपॉइंट्स की सूची/api/v1/careers/{id}.json,/api/v1/subjects/{id}.json,/api/v1/countries/{iso2}.json— किसी एक करियर, विषय या देश का पूरा रिकॉर्ड/api/v1/search?q=…&lang=…— किसी भी भाषा में खोज/openapi.json— OpenAPI 3.1 ·/.well-known/api-catalog(RFC 9727)
curl https://coursetojob.com/api/v1/search?q=nurse&lang=hi AI असिस्टेंट के लिए MCP सर्वर
Claude, ChatGPT, Cursor या Model Context Protocol को सपोर्ट करने वाला कोई भी क्लाइंट जोड़ें। सर्वर केवल पढ़ने के लिए है, इसमें लॉगिन की ज़रूरत नहीं है और यह 12 भाषाओं में जवाब देता है।
एंडपॉइंट: https://coursetojob.com/mcp · सर्वर कार्ड
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 कॉन्फ़िगरेशन (ज़्यादातर MCP क्लाइंट)
{
"mcpServers": {
"coursetojob": {
"type": "http",
"url": "https://coursetojob.com/mcp"
}
}
} Markdown, A2A और डिस्कवरी
- किसी भी पेज को Markdown में पाएँ:
curl -H "Accept: text/markdown" https://coursetojob.com/careers/nurse/ - A2A एजेंट कार्ड:
/.well-known/agent-card.json - भाषा के अनुसार llms.txt: en · es · pt · fr · de · it · ar · zh · ja · ko · hi · id · llms-full.txt
- फ़ीड: RSS · sitemap.xml
कृपया स्वचालित अनुरोधों की दर उचित रखें और जवाबों को कैश करें। आधिकारिक स्रोतों के नए आँकड़े प्रकाशित करने पर डेटा फ़ाइलें अपडेट होती हैं।