# Coursera Data Science Category Export

**Use case:** 

Browse Coursera's data science category and export course metadata, partners, certificates, and URLs.

## Input

```json
{
  "searchMode": "category",
  "searchQuery": "machine learning",
  "category": "data-science",
  "maxResults": 75,
  "language": "en",
  "difficultyLevel": "",
  "certificateType": "Specialization",
  "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.