# edX | University Courses and Programs Data Export

**Use case:** 

Data Export of edX | University Courses and Programs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "python",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "partner": {
    "label": "Partner",
    "format": "text"
  },
  "subject": {
    "label": "Subject",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "enrollmentCount": {
    "label": "Enrollments",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [edX Scraper | University Courses and Programs](https://apify.com/parseforge/edx-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/edx-scraper) to learn more, explore other use cases, and run it yourself.