{
  "openapi": "3.0.1",
  "info": {
    "title": "Frontend Masters Course Scraper",
    "description": "Scrape Frontend Masters' full course catalog - web development, JavaScript, React, AI engineering, and more. Get titles, ratings, durations, teachers, and cover images. Enrich individual course URLs with full descriptions, instructor bios, and syllabus breakdowns.",
    "version": "1.0",
    "x-build-id": "upLO75KiFlbueDGov"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~frontendmasters-course-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-frontendmasters-course-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~frontendmasters-course-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-frontendmasters-course-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~frontendmasters-course-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-frontendmasters-course-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "list",
              "byTopic",
              "byLearningPath",
              "byTeacher",
              "byUrls"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "list"
          },
          "searchKeyword": {
            "title": "Keyword (mode=list, byTopic, byLearningPath, byTeacher)",
            "type": "string",
            "description": "Case-insensitive substring match against course title and description. Leave empty to list the entire catalog (or the entire topic, in mode=byTopic).",
            "default": ""
          },
          "topic": {
            "title": "Topic (mode=byTopic)",
            "enum": [
              "3d",
              "accessibility",
              "algorithms",
              "angular",
              "apis",
              "architecture",
              "artificial-intelligence",
              "asynchronous",
              "aws",
              "build-tools",
              "canvas",
              "claude",
              "code-editors",
              "computer-science",
              "creative-coding",
              "css",
              "data-visualization",
              "databases",
              "design",
              "design-tools",
              "dev-tools",
              "devops",
              "docker",
              "electron",
              "ember",
              "enterprise",
              "figma",
              "frameworks",
              "full-stack",
              "functional",
              "game-development",
              "git",
              "go",
              "graphql",
              "html",
              "interviewing",
              "iot",
              "java",
              "javascript",
              "javascript-fundamentals",
              "linux",
              "machine-learning",
              "management",
              "mobile",
              "mongodb",
              "next-js",
              "node-js",
              "object-oriented",
              "openai",
              "performance",
              "postgresql",
              "programming-language",
              "progressive-web-apps",
              "projects",
              "python",
              "quiz",
              "react",
              "react-native",
              "realtime",
              "responsive-design",
              "rust",
              "security",
              "seo",
              "server-javascript",
              "state-management",
              "svelte",
              "svg",
              "tailwind-css",
              "testing",
              "typescript",
              "typography",
              "ux",
              "vue",
              "website-generators"
            ],
            "type": "string",
            "description": "Frontend Masters topic/tag to browse, e.g. `javascript`, `react`, `artificial-intelligence`.",
            "default": "javascript"
          },
          "learningPath": {
            "title": "Learning path (mode=byLearningPath)",
            "enum": [
              "advanced",
              "ai",
              "angular",
              "architecture",
              "beginner",
              "browser-apis",
              "build-tools",
              "computer-science",
              "css",
              "d3-js",
              "designers-code",
              "devops",
              "enterprise",
              "fullstack",
              "functional-javascript",
              "javascript",
              "languages",
              "node-js",
              "performance",
              "professional",
              "python",
              "react",
              "typescript",
              "vue"
            ],
            "type": "string",
            "description": "Frontend Masters curated, ordered learning path to browse, e.g. `beginner`, `react`, `ai`.",
            "default": "beginner"
          },
          "teacherSlug": {
            "title": "Teacher (mode=byTeacher)",
            "enum": [
              "aaron-frost",
              "adam-rackis",
              "alex-okrushko",
              "angie-jones",
              "anjana-vakil",
              "aysegul-yonet",
              "ben-callahan",
              "ben-hong",
              "bianca-gandolfo",
              "bill-scott",
              "brandon-middleton",
              "brenna-martenson",
              "brian-holt",
              "brian-lonsdorf",
              "burke-holland",
              "charlie-gerard",
              "chris-coyier",
              "chris-mather",
              "chris-oliver",
              "christopher-schmitt",
              "dave-rupert",
              "david-east",
              "david-khourshid",
              "david-mosher",
              "douglas-crockford",
              "elie-schoppik",
              "emma-bostian",
              "erik-reinert",
              "estelle-weyl",
              "evan-you",
              "evgenii-ray",
              "firt",
              "francesca-sadikin",
              "garann-means",
              "henrik-joreteg",
              "ian-johnson",
              "jafar-husain",
              "james-halliday",
              "jason-lengstorf",
              "jason-pamental",
              "jay-stakelon",
              "jem-young",
              "jen-kramer",
              "jerome-hardaway",
              "jon-kuperman",
              "jonathan-snook",
              "josh-long",
              "justin-meyer",
              "justin-searls",
              "justine-jordan",
              "kadi-kraman",
              "karl-swedberg",
              "katia-gil-guzman",
              "kentcdodds",
              "kevin-powell",
              "kevin-whinnery",
              "kristina-halvorson",
              "kyle-simpson",
              "lea-verou",
              "leah-thompson",
              "lukas-ruebbelke",
              "lydia-hallie",
              "marc-grabanski",
              "marcy-sutton",
              "mark-boas",
              "mark-techson",
              "matias-gonzalez",
              "matt-deslauriers",
              "maxi-ferreira",
              "mike-north",
              "misko-hevery",
              "nick-pettit",
              "nina-zakharenko",
              "paul-boag",
              "rachel-nabors",
              "rich-harris",
              "richard-feldman",
              "rodriguezcommaj",
              "ryan-burgess",
              "ryan-carniato",
              "ryan-chenkie",
              "ryan-florence",
              "sabrina-goldfarb",
              "sam-breed",
              "sarah-drasner",
              "scott-gonzalez",
              "scott-moss",
              "sean-larkin",
              "shirley-wu",
              "shortdiv",
              "spencer-schneidenbach",
              "steve-kinney",
              "todd-gardner",
              "vadim-karpusenko",
              "webdevsimplified",
              "will-sentance",
              "zac-gordon"
            ],
            "type": "string",
            "description": "Frontend Masters instructor to browse all courses from.",
            "default": "kentcdodds"
          },
          "teacherName": {
            "title": "Teacher name contains (mode=list, byTopic, byLearningPath)",
            "type": "string",
            "description": "Case-insensitive substring match against the teacher's name."
          },
          "minRating": {
            "title": "Minimum rating (mode=list, byTopic, byLearningPath, byTeacher)",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Drop courses rated below this value (0-5)."
          },
          "excludeUnrated": {
            "title": "Exclude unrated courses (mode=list, byTopic, byLearningPath, byTeacher)",
            "type": "boolean",
            "description": "Skip newly-released courses that don't have a rating yet (rating = 0).",
            "default": false
          },
          "sortBy": {
            "title": "Sort by (mode=list, byTopic, byLearningPath, byTeacher)",
            "enum": [
              "relevance",
              "popularityDesc",
              "ratingDesc",
              "ratingAsc",
              "durationDesc",
              "durationAsc",
              "titleAsc"
            ],
            "type": "string",
            "description": "Result ordering.",
            "default": "relevance"
          },
          "courseUrls": {
            "title": "Course URLs (mode=byUrls)",
            "type": "array",
            "description": "Full Frontend Masters course URLs to fetch, e.g. `https://frontendmasters.com/courses/typescript-ai/`.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 50
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}