# MIT OpenCourseWare ML Course Scraper

**Use case:** 

Extract MIT OpenCourseWare machine learning courses with titles, links, and materials. Structured course data for learning and research.

## Input

```json
{
  "searchQuery": "machine learning",
  "maxItems": 3,
  "level": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "courseNumber": {
    "label": "Course Number",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "text"
  },
  "hasProblemSets": {
    "label": "Has Problem Sets",
    "format": "text"
  },
  "hasExams": {
    "label": "Has Exams",
    "format": "text"
  },
  "lastModified": {
    "label": "Last Modified",
    "format": "text"
  },
  "term": {
    "label": "Term",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MIT OpenCourseWare Scraper | Free MIT Course Data](https://apify.com/parseforge/mit-ocw-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mit-ocw-scraper) to learn more, explore other use cases, and run it yourself.