Udemy Course Review Spider avatar

Udemy Course Review Spider

Pricing

$10.00 / 1,000 results

Go to Apify Store
Udemy Course Review Spider

Udemy Course Review Spider

This Apify Actor automates extraction of Udemy course reviews, delivering ratings, comments, and timestamps for data-driven insights on quality and popularity. Features customizable limits, high reliability, fast scalability, and clean JSON output. Ideal for educators, marketers, and researchers.

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

14 days ago

Last modified

Share

Udemy Course Review Spider - Apify Actor

πŸ•·οΈ Automated web scraping actor for udemy

πŸ“‹ Overview

This Apify actor scrapes data from udemy using Standard Scrapy technology. It was automatically generated and synchronized from the central repository.

πŸ”— Repository Information

PropertyValue
Repository Nameudemy_course_review_spider_apify
Spider Nameudemy_course_review_spider
Target Domainudemy
Technology TypeStandard Scrapy
Template Usedapify_template
Source Pathcentral_repo/src/spiders/udemy
GitHub RepositoryView Repository

🏠 Parent Repository

This actor is automatically synchronized from the central repository:

  • Central Repository: getdataforme/central_repo
  • Source Spider File: central_repo/src/spiders/udemy/udemy_course_review_spider.py
  • Synchronization: Automatic via GitHub Actions
  • Last Sync: 2025-08-08 11:14:54 UTC

πŸ”„ Development Workflow

Making Changes

  1. DO NOT edit files directly in this repository
  2. Navigate to the central repository
  3. Edit the spider file at: central_repo/src/spiders/udemy/udemy_course_review_spider.py
  4. Commit and push changes to the central repository
  5. The GitHub Action will automatically sync changes to this repository

Sync Process

  • Changes to spider files trigger automatic synchronization
  • The actor configuration and input schema are regenerated
  • This README is updated with the latest information

πŸ“ Repository Structure

β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ main.py # Apify actor entry point
β”‚ └── spiders/
β”‚ └── udemy_course_review_spider.py # Spider implementation
β”œβ”€β”€ .actor/
β”‚ β”œβ”€β”€ actor.json # Actor configuration
β”‚ └── input_schema.json # Input parameters schema
β”œβ”€β”€ requirements.txt # Python dependencies
└── README.md # This file

πŸš€ Usage

Local Development

# Clone the repository
git clone https://github.com/getdataforme/udemy_course_review_spider_apify.git
cd udemy_course_review_spider_apify
# Install dependencies
pip install -r requirements.txt
# Run locally (if applicable)
python src/main.py

Input Configuration

The actor accepts input parameters as defined in .actor/input_schema.json. Common parameters may include:

  • URLs to scrape
  • Output format preferences
  • Rate limiting settings
  • Custom extraction parameters

⚠️ Important Notes

  • This repository is auto-generated - Direct changes will be overwritten
  • All modifications should be made in the central repository
  • Synchronization is automatic - No manual intervention required
  • Issues and PRs should be submitted to the central repository

This README was automatically generated on 2025-08-08 11:14:54 UTC by the central repository sync process.

Apify Actor

This actor is published on Apify.

Actor Details

Deployment

This actor is automatically deployed to Apify when changes are pushed to the main branch via GitHub Actions.

To run this actor:

  1. Visit the Apify Console link above
  2. Configure the input parameters
  3. Click "Start" to run the actor