Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Web Scraping 101 with Python3 using REQUESTS, LXML & SPLASH

Web Scraping for absolute beginners with Python using Requests, the powerful LXML and Splash for JavaScript websites
4.3
4.3/5
(358 reviews)
2,946 students
Created by

8.6

Classbaze Grade®

7.4

Freshness

8.3

Popularity

9.4

Material

Web Scraping for absolute beginners with Python using Requests
Platform: Udemy
Video: 4h 29m
Language: English
Next start: On Demand

Best Web Scraping classes:

Classbaze Rating

Classbaze Grade®

8.6 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

7.4 / 10
This course was last updated on 3/2020.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

8.3 / 10
We analyzed factors such as the rating (4.3/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.4 / 10
Video Score: 8.2 / 10
The course includes 4h 29m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 3 hours 56 minutes of 59 Web Scraping courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

18 articles.
6 resources.
0 exercise.
0 test.

In this page

About the course

What is web scraping ?
Let’s say your boss at work gave you a task where he wants you to extract about 1000 product from a website, structure the data and save it to a database, would you copy paste manually all the product details from the product name, url and price ? I can imagine you would work days and nights and you wont finish the task, so this is where web scraping shines. So web scraping, or web harvesting or web data extraction is like writing a script that will automate data extraction from websites in a matter of minutes !.
Why learn Web Scraping ?
Whether you’re a data analyst, a web developer or even someone who wants to work as a freelancer you should learn web scraping. 
For a data analyst building a dataset is extremely important, so without web scraping you simply can’t generate it in addition to that adding web scraping in your resume is a plus for you.
Web scraping can be used in a variety of fields, so let me give you some examples on what you can do with it:
•Generate leads,
•Drop shipping where basically you gonna constantly scrape products from different online stores and show case them on your website to make money,
•Monitor products prices to get the best deals,
•automation,
•Machine learning,
•Web scraping freelancer
Of course there are tons and tons and variety of fields where web scraping can be extremely beneficial.
Is this course the right one for you ?
I’ve carefully planned and designed this course to be beginner friendly, from my experience I know those who do web scraping are mostly data analyst with no background knowledge on how the web works, how requests are made, how to locate and parse the data from the web and much much more, in addition to that this the most updated course regarding the material included and the tools used, so in this course
•I’ll introduce to you the most used web scraping tools/frameworks
•We will setup the development environment from scratch
•You will learn and understand LXML core fundamentals
•How to use XPath & CSS selectors to select the data from a web page
•How the web works (Request/Response)
•How to scrape simple HTML web pages
•How to scrape multiple web pages
•Extract data from APIs
•You will learn Splash(crash course) so you can use it to scrape JavaScript websites
•Authentication/Login
•Store the extracted data whether to JSON/CSV files or MongoDb/SQLite3
•Exclusive tips and tricks regarding web scraping
Finally this course is project based, each section starting from the 2nd one we will experiment with a different website, each project has a certain degree of difficulty  and each one is completely independent from other projects. 
Is there is any assignments/exercises included in this course ? 
Yes, each section has an assignment included to it, this will help to get your hands dirty and by the end of each section after doing the assignment included you will feel more confident and comfortable with web scraping.
Why LXML and not BeautifulSoup ?
LXML is a lightweight HTML parser even the most popular web scraping framework (Scrapy) is built on the top of LXML, BeautifulSoup is a little bit overloaded with the number of functions exposed to us, it has more functions to use, yes that’s right ! however in Web Scraping most of the time we use XPath and CSS Selectors to navigate and select what to scrape from the HTML web page (tree) so there is no need to learn about new functions and wasting all that time to familiarize yourself with the BeautifulSoup API and the internal architecture, in addition to all of that LXML in terms of performance is way better than BeautifulSoup.
Who is your instructor ? 
Hi! I’m Ahmed nice to meet you, my students prefer to call me web scraping Ninja and currently I have taught more than 2000 students around the world how to do web scraping. I personally do web scraping on daily basis whether for fun, for personal projects or as a freelancer and guess what ? I even have a master degree in computer science.
Should I enroll to this course ?
Honestly, by enrolling to this course you have nothing to lose, because if this course didn’t meet your requirements, you can always ask for a refund in less than 30 days from the day you enrolled to the course guaranteed by Udemy with NO QUESTION TO ASK !
SO IF YOU DON’T KNOW ANYTHING ABOUT WEB SCRAPING & YOU DON’T KNOW WHERE TO START  ENROLL NOW ! 🙂

What can you learn from this course?

✓ LXML core fundamentals
✓ XPath & CSS selectors
✓ How send HTTP requests with Python
✓ Scraping HTML web pages
✓ Scraping multiple pages using recursion
✓ Scraping APIs
✓ Splash HTTP API
✓ Scraping JavaScript websites using Splash
✓ Authentication and Login to websites using Requests
✓ Web scraping best practices
✓ Building datasets

What you need to start the course?

• Basic level of Python
• PC with Internet connection

Who is this course is made for?

• Anyone wants to learn Web scraping using Python, Requests and LXML
• Anyone wants to learn how to use Splash to scrape JavaScript websites
• Complete beginners with no background on web scraping
• Those who already have basic familiarity with web scraping and want to fill the gaps

Are there coupons or discounts for Web Scraping 101 with Python3 using REQUESTS, LXML & SPLASH ? What is the current price?

The course costs $15.99. And currently there is a 20% discount on the original price of the course, which was $19.99. So you save $4 if you enroll the course now.
The average price is $15.1 of 59 Web Scraping courses. So this course is 6% more expensive than the average Web Scraping course on Udemy.

Will I be refunded if I'm not satisfied with the Web Scraping 101 with Python3 using REQUESTS, LXML & SPLASH course?

YES, Web Scraping 101 with Python3 using REQUESTS, LXML & SPLASH has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Web Scraping 101 with Python3 using REQUESTS, LXML & SPLASH course, but there is a $4 discount from the original price ($19.99). So the current price is just $15.99.

Who will teach this course? Can I trust Ahmed Rafik?

Ahmed Rafik has created 3 courses that got 3,983 reviews which are generally positive. Ahmed Rafik has taught 28,534 students and received a 4.4 average review out of 3,983 reviews. Depending on the information available, we think that Ahmed Rafik is an instructor that you can trust.
Developer and Online Instructor
Who I am?
I’m Ahmed Rafik, I’m a self-taught developer & an online teacher on Udemy. I’ve helped thousands of people learning web scraping with Python using different tools such as Scrapy, Splash & Selenium.
As a self-taught developer, I found myself jumping between different tutorials and (e-)books trying to understand how things can work out together, I was literally wasting so much time trying to connect the dots rather than learning how to code and over time this has become so overwhelming with lots of things to learn and to connect.
I believe coding should be easy for everyone but this also requires you to choose the right instructor with the right knowledge.
In my courses, I’m gonna teach you the skills you need to start your web scraping career from the get-go with no fluff. I try as much as possible to avoid the boring theoretical explanations unless it’s necessary, I always keep my courses up to date and that’s what helped me to have the highest-rated and the best selling web scraping courses on Udemy.
I can’t wait to see you enrolled in one of my courses, I’ll make sure to be there for you on every step you make and answer any questions you have.
Browse all courses by on Classbaze.

8.6

Classbaze Grade®

7.4

Freshness

8.3

Popularity

9.4

Material

Platform: Udemy
Video: 4h 29m
Language: English
Next start: On Demand

Classbaze recommendations for you