# Microsoft certification and exam extractor

**Use case:** 

Extract Microsoft certifications and exams from Microsoft Learn with UIDs, titles, roles, levels, URLs, and last modified dates.

## Input

```json
{
  "catalogTypes": [
    "certifications",
    "exams"
  ],
  "locale": "en-us",
  "maxItems": 150,
  "includeRaw": false
}
```

## Output

```json
{
  "catalogType": {
    "label": "Catalog type"
  },
  "itemType": {
    "label": "Item type"
  },
  "uid": {
    "label": "UID"
  },
  "title": {
    "label": "Title"
  },
  "summary": {
    "label": "Summary"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "locale": {
    "label": "Locale"
  },
  "durationMinutes": {
    "label": "Duration minutes"
  },
  "durationHours": {
    "label": "Duration hours"
  },
  "products": {
    "label": "Products"
  },
  "roles": {
    "label": "Roles"
  },
  "levels": {
    "label": "Levels"
  },
  "subjects": {
    "label": "Subjects"
  },
  "popularity": {
    "label": "Popularity"
  },
  "ratingAverage": {
    "label": "Rating average"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "lastModified": {
    "label": "Last modified"
  },
  "iconUrl": {
    "label": "Icon URL",
    "format": "link"
  },
  "childCount": {
    "label": "Child count"
  },
  "relatedUids": {
    "label": "Related UIDs"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "raw": {
    "label": "Raw source object"
  }
}
```

## About this Actor

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