Comidoc developer platform

Our verified coupon database. One API call away

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"
  }]
}
Loading developer workspace…

Agent access

MCP 2026-07-28

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_courses

Structured input and output schemas.

fetch_course

Structured input and output schemas.

find_offers

Structured input and output schemas.

get_filter_options

Structured input and output schemas.

list_topics

Structured input and output schemas.

fetch_topic

Structured input and output schemas.

get_trending_courses

Structured input and output schemas.

get_trending_topics

Structured input and output schemas.