Comidoc developer platform
Comidoc Developer API and MCP
Verified Udemy offers, redemption capacity, remaining uses, topic taxonomy and rolling trends—served through REST and MCP from one historical source.
- Free plan
- 250
- Free requests every month
- Pro plan
- 100,000
- Pro requests for $49/month
- Trend windows
- 24h · 7d · 30d
- Versioned trend horizons
REST API
Structured data, ready to use.
Every response carries the course, the offer state, observed redemption capacity, and verification timestamps.
Verified offer response
{
"data": [{
"course": {
"id": 3836244,
"title": "Python Automation"
},
"status": "active",
"redemptions": {
"total": 100,
"remaining": 80,
"redeemed": 20,
"state": "known",
"observed_at": "2026-07-19T10:42:00Z"
},
"expires_at": "2026-07-21T23:59:59Z",
"created_at": "2026-07-18T08:15:00Z",
"last_verified_at": "2026-07-19T10:42:00Z",
"last_confirmed_active_at": "2026-07-19T10:42:00Z"
}]
}Agent access
The same source, shaped for agents.
Anonymous tools return current availability and a short-lived Comidoc redemption link. Course and offer tools share the REST filter surface. Add a Pro bearer key when an integration needs the raw coupon code.
search_coursesStructured input and output schemas.
fetch_courseStructured input and output schemas.
find_offersStructured input and output schemas.
get_filter_optionsStructured input and output schemas.
list_topicsStructured input and output schemas.
fetch_topicStructured input and output schemas.
get_trending_coursesStructured input and output schemas.
get_trending_topicsStructured input and output schemas.