# Python Courses on Coursera

**Use case:** 

Find Python courses on Coursera with titles, partners, course types, difficulty, duration, ratings, reviews, images, and course URLs.

## Input

```json
{
  "queries": [
    "python"
  ],
  "maxResults": 10,
  "productTypes": [],
  "difficulties": [],
  "includeSkills": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "courseId": {
    "label": "Course ID",
    "format": "string"
  },
  "courseSlug": {
    "label": "Course Slug",
    "format": "string"
  },
  "courseUrl": {
    "label": "Course URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "partners": {
    "label": "Partners",
    "format": "array"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "productType": {
    "label": "Product Type",
    "format": "string"
  },
  "productTypeLabel": {
    "label": "Product Type Label",
    "format": "string"
  },
  "difficulty": {
    "label": "Difficulty",
    "format": "string"
  },
  "difficultyLabel": {
    "label": "Difficulty Label",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "durationLabel": {
    "label": "Duration Label",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingRounded": {
    "label": "Rating Rounded",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "isFree": {
    "label": "Is Free",
    "format": "boolean"
  },
  "isPartOfCourseraPlus": {
    "label": "Coursera Plus",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "resultPage": {
    "label": "Result Page",
    "format": "integer"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Coursera Courses Scraper - Course Catalog Data](https://apify.com/fascinating_lentil/coursera-courses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/coursera-courses-scraper) to learn more, explore other use cases, and run it yourself.