docs / coursera

Coursera API scraper

Coursera API scraper

base /coursera/v15 endpoints
post/coursera/v1/detail1 credit

Full detail for one Coursera course OR program (specialization / professional certificate) by slug or URL. For a course: description, difficulty, estimated workload, rating (average, count, by-star), total enrollments, languages, certificates, what-you'll-learn, recommended background, skills, instructors and partners. For a program: the same plus the list of courses inside it. Pass a search result's url, or a slug with type='specialization' to force the program path.

ParameterAllowed / rangeDescription
slugoptionalThe course/program slug (the last path segment of a Coursera URL, e.g. 'machine-learning' from /learn/machine-learning, or 'machine-learning-introduction' from /specializations/…). From a search result's slug.
urloptionalAlternatively a full Coursera course/specialization URL (a search result's `url`). The path selects course vs program automatically.
typeoptionalOptional, only when passing a bare slug: 'course' (default) or 'specialization' / 'professional certificate' to force the program path.
Try in playground →
post/coursera/v1/reviews1 credit

Top public student reviews for a Coursera course or program by slug/url: star rating, review text, author and date. Returns the most-helpful reviews Coursera surfaces on the page (top reviews — Coursera does not expose deep review pagination without login). Use meta.review_count for the total number of ratings.

ParameterAllowed / rangeDescription
slugoptionalThe course/program slug to pull top reviews for (from a search result's slug).
urloptionalAlternatively a full Coursera course/program URL.
typeoptionalOptional, only with a bare slug: 'course' (default) or 'specialization'.
Try in playground →
post/coursera/v1/partnersfree

Browse the universities and companies that partner with Coursera (Stanford, University of Michigan, Google, IBM, …). Returns partner id, name and logo. Use it to map who publishes on Coursera.

Try in playground →
post/coursera/v1/subjectsfree

Browse Coursera's subject catalogue — the top-level domains (Data Science, Business, Computer Science, Arts & Humanities, …) with their slug and description. Use a subject slug as the search `subject` filter.

Try in playground →