# Scrape courses in Sweden on Utbildning.se

**Use case:** 

Extract course listings from Utbildning.se across Sweden. Structured Swedish course data with providers. Pay per result.

## Input

```json
{
  "keywords": "ledarskap",
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "courseType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "delivery": {
    "label": "Delivery",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Utbildning.se Sweden Course Scraper](https://apify.com/unfenced-group/utbildning-se-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/utbildning-se-scraper) to learn more, explore other use cases, and run it yourself.