# Extract Course Details from Coursera

**Use case:** 

Retrieve comprehensive information about university courses on Coursera, including course name, instructor, duration, rating, and enrollments.

## Input

```json
{
  "urls": [
    "https://www.coursera.org/learn/machine-learning"
  ],
  "url": "https://en.wikipedia.org/wiki/Anthropic",
  "fields": [
    "courseName",
    "instructor",
    "duration",
    "rating",
    "enrollments"
  ],
  "extractJsonLd": true,
  "extractTables": true,
  "extractContacts": false,
  "extractImages": false,
  "extractLinks": false,
  "concurrency": 5,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "extracted": {
    "label": "Extracted (price / author / brand …)",
    "format": "object"
  },
  "statusCode": {
    "label": "HTTP",
    "format": "integer"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Extract — Structured Data from Any URL](https://apify.com/logiover/ai-web-extract) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ai-web-extract) to learn more, explore other use cases, and run it yourself.