Web Scraping Library
Project description
Title
udemy Scraper
Descrption
- With udemy Scraper you can scrape search results and extract the contents produced by the search result.
- In udemy scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
JSON sample data
{
"Scraper_lecture_min": [
{
"column_0": [
{
"text": "Course Learning Contest00:16"
},
{
"text": "Course IntroductionPreview01:39"
},
{
"text": "Introduction to AWS NetworkingPreview19:11"
},
{
"text": "AWS Networking fundamentals7 questions"
}
],
"section_title": "Introduction",
"text_section_hidden_on_mobile_content": "3 lectures \u2022 21min"
}
Run Scraper
from udemy_scraper import *
link="https://www.udemy.com/course/aws-certified-advanced-networking-specialty-ans/"
data=run_udemy_scraper(link)
How it works?
- It takes URL of udemy page with a search keyword to scrape the data.
- It generates the json data which contains the information of the udemy search result.
- It gives the every detail present inside website in the form of json data.
Examples
Below are some of the examples of URLs using which you can scrape:
Queries/ Feedback
If you have some queries or feedback please contact us at following
Telegram
Email
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
udemy_scraper-1.0.0.tar.gz
(2.8 kB
view details)
File details
Details for the file udemy_scraper-1.0.0.tar.gz
.
File metadata
- Download URL: udemy_scraper-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94d3ee2f7f619c98e8f28f44de34e1b6755bf005dc36f8067d518eb96fffccd0 |
|
MD5 | f5f137615f311102b5dd43b385b0f84e |
|
BLAKE2b-256 | 903cb49d52912e619d89f4dca84268f9d65cc6ec5bdfa3b64b7c00b671b18817 |