Education
Udemy logo

Udemy API

udemy.com

Udemy - course categories, details, pricing, cart, and wishlist state.

Actions
4
Category
Education
Login
Not required
Output
JSON

Call the Udemy API

Submit a task, then poll the job until it settles. This example runs act_udemy_cart_and_wishlist_state.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_udemy_cart_and_wishlist_state",
    "params": {}
  }'

4 actions on udemy.com

Read

  • Cart And Wishlist State

    act_udemy_cart_and_wishlist_stateread1 credit / call

    Returns the current session cart, saved-for-later, and wishlist items with counts.

  • Category Course Listing

    act_udemy_category_course_listing_apiread2 credits / call

    Returns courses from a category discovery feed with titles, ratings, and instructors.

    from
    integer · required
    page_size
    integer · required
    item_count
    integer · required
    category_id
    string · required

Write

Write actions change state on udemy.com and run as the account you connect.

  • Category Course Listing

    act_udemy_category_course_listingwrite2 credits / call

    Returns courses in a category with titles, ratings, instructors, and lecture counts.

    page
    integer · required
    page_size
    integer · required
    sort_order
    string · required
    page_id
    string · required
  • Course Details

    act_udemy_course_detail_by_urlwrite2 credits / call

    Returns pricing options and subscription plan details for a course landing URL.

    landing_url
    string · required
    marketing_url
    string · required

Udemy API questions

Is there an API for Udemy?
Udemy does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for udemy.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Udemy data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when udemy.com changes its markup, Anakin updates the action.
Do I need a Udemy account?
No. Every Udemy action listed here runs anonymously — no account and no credentials required.
What does the Udemy API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Education APIs

All Education sites