# MIT OpenCourseWare Quantum Scraper

**Use case:** 

Extract MIT OpenCourseWare graduate quantum physics courses as structured data. Course titles, links, and lecture materials in one place.

## Input

```json
{
  "searchQuery": "quantum physics",
  "maxItems": 5,
  "level": "graduate"
}
```

## 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.