Discudemy Free Course Coupons avatar

Discudemy Free Course Coupons

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Discudemy Free Course Coupons

Discudemy Free Course Coupons

Scrape Discudemy for free Udemy course coupons by language. Collect course titles and Discudemy links, with an option to resolve the final Udemy coupon URL. Supports multiple pages, configurable delays, and Apify Residential Proxy.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

Share

An Apify actor that scrapes Discudemy for free Udemy course coupons in a given language.

Input

FieldTypeDefaultNotes
languagestringEnglishLanguage as used in the Discudemy URL (e.g. Spanish, Portuguese).
maxPagesinteger2Listing pages to crawl.
withCouponsbooleanfalseResolve the final Udemy coupon URL (slower).
requestDelaySecsinteger1Delay between requests.
proxyConfigurationproxyResidentialRecommended.

Example input

{
"language": "English",
"maxPages": 3,
"withCoupons": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Without coupon resolution:

{
"title": "Emotional Intelligence in Customer Service",
"detail_url": "https://www.discudemy.com/English/emotional-intelligence-in-customer-service-e"
}

With withCoupons: true, each item also includes:

{ "udemy_coupon_url": "https://www.udemy.com/course/.../?couponCode=..." }

udemy_coupon_url may be null if the coupon expired or the link couldn't be resolved.

About withCoupons

Resolving the Udemy link requires two extra page loads per course (the Discudemy detail page → an intermediate /go/ redirect → the Udemy URL). For a full page of ~30 courses that's ~60 extra requests, so expect runs to take noticeably longer. Leave it off if you only need titles and Discudemy links.