# English Udemy | Courses Instructors and Reviews

**Use case:** 

Extract Udemy | Courses Instructors and Reviews data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "python",
  "maxItems": 10,
  "language": "en",
  "level": "",
  "freeOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "Id"
  },
  "instructor": {
    "label": "👤 Instructor",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "lectureCount": {
    "label": "📚 Lectures",
    "format": "text"
  },
  "level": {
    "label": "📊 Level",
    "format": "text"
  },
  "language": {
    "label": "🌍 Language",
    "format": "text"
  },
  "isBestseller": {
    "label": "🏆 Bestseller",
    "format": "text"
  },
  "category": {
    "label": "📁 Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory"
  },
  "shortDescription": {
    "label": "Short description"
  },
  "learningOutcomes": {
    "label": "Learning outcomes"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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