Udemy
www.udemy.com
Udemy's Affiliate API lets you search and browse the Udemy course catalog programmatically. You can find courses by keyword, category, or instructor, retrieve detailed course information, and access pricing and rating data for integration into educational platforms and recommendation systems.
api_key
free
1.0
https://www.udemy.com
2026-03-01 11:55:06
Health
Capabilities
browse_categories
List all available course categories and subcategories on Udemy. Useful for building navigation or filtering courses by subject area.
Detail: https://www.udemy.com/capabilities/browse_categories
get_course_curriculum
Retrieve the full curriculum structure of a course including sections, lectures, and content types. Helps users understand what a course covers before enrolling.
Detail: https://www.udemy.com/capabilities/get_course_curriculum
get_course_details
Retrieve detailed information about a specific Udemy course including its curriculum, description, instructor bio, ratings breakdown, and enrollment count.
Detail: https://www.udemy.com/capabilities/get_course_details
list_course_reviews
Fetch user reviews and ratings for a specific course. Useful for evaluating course quality and student satisfaction before recommending it.
Detail: https://www.udemy.com/capabilities/list_course_reviews
search_courses
Search the Udemy course catalog by keyword, category, subcategory, or topic. Returns a paginated list of matching courses with titles, prices, ratings, and instructor info.
Detail: https://www.udemy.com/capabilities/search_courses
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Udemy Description: Udemy's Affiliate API lets you search and browse the Udemy course catalog programmatically. You can find courses by keyword, category, or instructor, retrieve detailed course information, and access pricing and rating data for integration into educational platforms and recommendation systems. Auth: api_key Capabilities: - browse_categories: List all available course categories and subcategories on Udemy. Useful for building navigation or filtering courses by subject area. - get_course_curriculum: Retrieve the full curriculum structure of a course including sections, lectures, and content types. Helps users understand what a course covers before enrolling. - get_course_details: Retrieve detailed information about a specific Udemy course including its curriculum, description, instructor bio, ratings breakdown, and enrollment count. - list_course_reviews: Fetch user reviews and ratings for a specific course. Useful for evaluating course quality and student satisfaction before recommending it. - search_courses: Search the Udemy course catalog by keyword, category, subcategory, or topic. Returns a paginated list of matching courses with titles, prices, ratings, and instructor info.