# Coursera Certificate Market Research

**Use case:** 

Collect professional certificate course listings for market research, competitor tracking, and catalog analysis.

## Input

```json
{
  "searchMode": "keyword",
  "searchQuery": "project management",
  "maxResults": 100,
  "language": "en",
  "difficultyLevel": "INTERMEDIATE",
  "certificateType": "ProfessionalCertificate",
  "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.