# Coursera Machine Learning Courses Scraper

**Use case:** 

Scrape Coursera machine learning course listings with level, workload, partner, certificate, and URL fields.

## Input

```json
{
  "searchMode": "keyword",
  "searchQuery": "machine learning",
  "maxResults": 50,
  "language": "en",
  "difficultyLevel": "BEGINNER",
  "certificateType": "",
  "includePartnerDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Course Name",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "workload": {
    "label": "Workload",
    "format": "text"
  },
  "domainId": {
    "label": "Domain",
    "format": "text"
  },
  "partnerName": {
    "label": "Partner",
    "format": "text"
  },
  "certificates": {
    "label": "Certificates",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Coursera Course Scraper](https://apify.com/automation-lab/coursera-course-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/coursera-course-scraper) to learn more, explore other use cases, and run it yourself.