/udemy/courses/curriculum
Get the full curriculum (sections and lectures) of a Udemy (udemy.com) course by slug, id, or URL
Price: 5 credits
💡 AI Hint: Get the full curriculum of a Udemy (udemy.com) course by slug, numeric id, or URL. Returns an ordered list of sections (id, section_title) each with its lectures (id, lecture_title, content_type such as Video / Article / simple-quiz / coding-exercise, duration_seconds, is_published).
⚠️ Common errors: 412: Course not found
Authorizations
API token from the dashboard
Headers
Body
Udemy course slug ('100-days-of-code'), numeric course id, or course URL.
1"100-days-of-code"
"2776760"
"https://www.udemy.com/course/100-days-of-code/"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500