# Adobe Course Data Extractor for Skillshare

**Use case:** 

Extract detailed course data for Adobe topics from Skillshare. Get comprehensive insights including titles, instructors, student counts, and reviews.

## Input

```json
{
  "keyword": "adobe",
  "results_wanted": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Course Title",
    "format": "text"
  },
  "classId": {
    "label": "Class ID",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "instructor": {
    "label": "Instructor",
    "format": "text"
  },
  "teacherId": {
    "label": "Teacher ID",
    "format": "text"
  },
  "teacherUsername": {
    "label": "Teacher Username",
    "format": "text"
  },
  "teacherVanityUsername": {
    "label": "Teacher Vanity",
    "format": "text"
  },
  "teacherHeadline": {
    "label": "Teacher Headline",
    "format": "text"
  },
  "teacherAvatarUrl": {
    "label": "Teacher Avatar",
    "format": "link"
  },
  "teacherIsTopTeacher": {
    "label": "Top Teacher",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "studentCount": {
    "label": "Students",
    "format": "number"
  },
  "durationInSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "sourceLanguage": {
    "label": "Source Language",
    "format": "text"
  },
  "publishTime": {
    "label": "Published At",
    "format": "date"
  },
  "lastUpdatedTime": {
    "label": "Updated At",
    "format": "date"
  },
  "introLessonId": {
    "label": "Intro Lesson ID",
    "format": "text"
  },
  "hasSavedClass": {
    "label": "Saved By Viewer",
    "format": "boolean"
  },
  "badgeTypes": {
    "label": "Badge Types",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "aspectDetails": {
    "label": "Aspect Details",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchId": {
    "label": "Search ID",
    "format": "text"
  },
  "algorithmId": {
    "label": "Algorithm ID",
    "format": "text"
  },
  "searchCursor": {
    "label": "Search Cursor",
    "format": "text"
  },
  "searchAfterCursor": {
    "label": "Search After",
    "format": "text"
  },
  "_source": {
    "label": "Source",
    "format": "text"
  },
  "_extractionMethod": {
    "label": "Extraction Method",
    "format": "text"
  },
  "_apiOperation": {
    "label": "API Operation",
    "format": "text"
  }
}
```

## About this Actor

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