# Stanford Online Courses - Continuing Education Data Export

**Use case:** 

Data Export of Stanford Online Courses - Continuing Education. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "machine learning",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "schools": {
    "label": "schools",
    "format": "text"
  },
  "format": {
    "label": "format",
    "format": "date"
  },
  "credits": {
    "label": "credits",
    "format": "text"
  },
  "tuition": {
    "label": "tuition",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Stanford Online Courses Scraper - Continuing Education](https://apify.com/parseforge/stanford-online-courses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/stanford-online-courses-scraper) to learn more, explore other use cases, and run it yourself.