SU: Search Courses
SU via Parse · education
Full-text search over Stockholm University's course catalog. Supports filtering by education level, semester, teaching language, study form, study pace, study time, and institution. Returns paginated results with course metadata including credits, subjects, and occasion details. Each course item includes a URI for fetching full details via get_course_detail. Search and retrieve course and program information from Stockholm University's education catalog. Fulfilled by Parse from su.se.
- education
- government-public
- parse
- platform-key
- su
- su-se
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5ddbca99-2632-42a0-a0da-e905a7234b57/search_courses
- Interface artifact
- sha256:a4653fa168fd7067221426eb2525bc6e3fee28f235be14c29f067d1f0e15e50c
- Manifest digest
- sha256:0c9878979819536ce40090acd707492d2321a31d68254086786e9f856df5a846
Request fields
- page (integer): Page number (0-based).: Allowed values: 0, 1
- level (string): Education level ID filter. Comma-separated for multiple values. '1' for Grundnivå, '2' for Avancerad nivå.: Allowed values: 1, 2
- query (string): Search keyword (e.g. 'matematik').
- language (string): Interface language: 'sv' (Swedish) or 'en' (English).: Allowed values: sv, en
- semester (string): Semester code filter (e.g. 'HT2026', 'VT2026'). Comma-separated for multiple.
- study_form (string): Study form ID filter. '1' for Normal, '2' for Distance. Comma-separated for multiple.: Allowed values: 1, 2
- study_pace (string): Study pace code filter. Values: '25', '50', '75', '100'. Comma-separated for multiple.: Allowed values: 25, 50, 75, 100
- study_time (string): Study time ID filter. '101052' for Dagtid, '101055' for Kvällstid. Comma-separated for multiple.: Allowed values: 101052, 101055
- institution (string): Organisation/institution ID filter. Comma-separated for multiple.
- teaching_language (string): Teaching language code filter. 'SWE' for Swedish, 'ENG' for English. Comma-separated for multiple.: Allowed values: SWE, ENG
Example queries
- {"page":"0","level":"1","query":"matematik","language":"sv","semester":"HT2026","study_form":"1","study_pace":"25","study_time":"101052","teaching_language":"SWE"}