Udemy Courses Scraper avatar
Udemy Courses Scraper
Try for free

2 days trial then $30.00/month - No credit card required now

View all Actors
Udemy Courses Scraper

Udemy Courses Scraper

natanielsantos/udemy-courses-scraper
Try for free

2 days trial then $30.00/month - No credit card required now

Scrape data from thousands of courses available on udemy.com. Extract description, price, rating, created date, image and more. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "course_urls": [
8    {
9      "url": "https://www.udemy.com/course/python-3-do-zero-ao-avancado/"
10    }
11  ],
12  "start_urls": [
13    {
14      "url": "https://www.udemy.com/courses/development/"
15    }
16  ],
17  "proxySettings": {
18    "useApifyProxy": true
19  }
20}
21EOF
22
23# Run the Actor using an HTTP API
24# See the full API reference at https://docs.apify.com/api/v2
25curl "https://api.apify.com/v2/acts/natanielsantos~udemy-courses-scraper/runs?token=$API_TOKEN" \
26  -X POST \
27  -d @input.json \
28  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 16 monthly users
  • 1 star
  • 90.3% runs succeeded
  • 6.2 hours response time
  • Created in May 2023
  • Modified 17 days ago
Categories