Masterclass Courseinfo Spider avatar

Masterclass Courseinfo Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Masterclass Courseinfo Spider

Masterclass Courseinfo Spider

The Masterclass Courseinfo Spider efficiently extracts detailed course data from Masterclass pages, including titles, descriptions, chapters, and instructor details....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share


Masterclass Courseinfo Spider

Introduction

The Masterclass Courseinfo Spider is a powerful web scraping tool designed to extract detailed information from Masterclass course pages. It provides comprehensive data on courses, including titles, descriptions, chapters, and instructor details, enabling users to gather valuable insights efficiently.

Features

  • Comprehensive Data Extraction: Captures all relevant course information, including chapters, durations, and abstracts.
  • High-Quality Output: Ensures reliable and accurate data for analysis.
  • Flexible Configuration: Allows customization of URLs and item limits.
  • Efficient Performance: Optimized to handle multiple pages with ease.
  • User-Friendly Setup: Simple configuration process on the Apify platform.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayYesThe URLs for the spider to scrape.["https://www.masterclass.com/classes/bill-nye-the-science-guy"]
itemLimitintegerNoMaximum number of items to extract.10

Example Usage

Input JSON

{
"Urls": [
"https://www.masterclass.com/classes/bill-nye-the-science-guy"
],
"itemLimit": 5
}

Output JSON

[
{
"actor_id": "XqbSadHcmWk8gDtdt",
"run_id": "ld9cVes9APrydQdVs",
"instructor_name": "Bill Nye",
"price": "$120",
"chapters": [
{
"number": 1,
"title": "Introduction to Science",
"duration": "10:00"
}
]
}
]

Use Cases

  • Market Research and Analysis: Gather data on course offerings for competitive analysis.
  • Competitive Intelligence: Monitor competitor courses and pricing strategies.
  • Price Monitoring: Track changes in course prices over time.
  • Content Aggregation: Compile course information for content platforms.
  • Academic Research: Analyze educational trends and offerings.
  • Business Automation: Automate data collection for business intelligence.

Installation and Usage

  1. Search for "Masterclass Courseinfo Spider" in the Apify Store.
  2. Click "Try for free" or "Run".
  3. Configure input parameters (e.g., URLs, item limit).
  4. Click "Start" to begin extraction.
  5. Monitor progress in the log.
  6. Export results in your preferred format (JSON, CSV, Excel).

Output Format

The output data is structured as an array of course objects, each containing:

  • actor_id: Unique identifier for the actor run.
  • run_id: Unique identifier for the run.
  • instructor_name: Name of the course instructor.
  • price: Price of the course.
  • chapters: Array of chapter details, including number, title, and duration.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!