# Intermediate Coursera | Courses Specializations and Reviews

**Use case:** 

Extract Coursera | Courses Specializations and Reviews data filtered by Intermediate. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "python",
  "maxItems": 10,
  "difficulty": "intermediate"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Course Name"
  },
  "partnerName": {
    "label": "Partner"
  },
  "difficulty": {
    "label": "Difficulty"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "duration": {
    "label": "Duration"
  },
  "skills": {
    "label": "Skills"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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