Udemy Courses Scraper avatar
Udemy Courses Scraper

Pricing

$30.00/month + usage

Go to Store
Udemy Courses Scraper

Udemy Courses Scraper

Developed by

Nataniel Santos

Nataniel Santos

Maintained by Community

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.

5.0 (1)

Pricing

$30.00/month + usage

9

Total users

239

Monthly users

20

Runs succeeded

>99%

Last modified

7 months ago

You can access the Udemy Courses Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "course_urls": [
< {
< "url": "https://www.udemy.com/course/python-3-do-zero-ao-avancado/"
< }
< ],
< "start_urls": [
< {
< "url": "https://www.udemy.com/courses/development/"
< }
< ],
< "proxySettings": {
< "useApifyProxy": true
< }
<}' |
<apify call natanielsantos/udemy-courses-scraper --silent --output-dataset

Udemy Courses Scraper API through CLI

The Apify CLI is the official tool that allows you to use Udemy Courses Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: