BeautifulSoup + Requests | Web Scraping in Python

preview_player
Показать описание

In this Web Scraping tutorial we are going to be looking at BeautifulSoup and Requests!

____________________________________________

SUBSCRIBE!
Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content!
____________________________________________

RESOURCES:

Coursera Courses:

Udemy Courses:

*Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!*
____________________________________________

BECOME A MEMBER -

Want to support the channel? Consider becoming a member! I do Monthly Livestreams and you get some awesome Emoji's to use in chat and comments!

____________________________________________

Websites:
📱Instagram: @Alex_The_Analyst
____________________________________________

*All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for*
Рекомендации по теме
Комментарии
Автор

This is simply amazing! I have spent hours trying to figure out how to do a basic scrape and finally this video did it. I truly appreciate you sir!

codingcontraptions
Автор

Like I said in my last comment, I'm really enjoying this mini series on webscraping. You're a PHENOMENAL instructor. As always, THANK YOU ALEX!!

sj
Автор

I went over the documentation for BeautifulSoup but watching your video is reinforcing everything I read. I will be watching the rest of your videos on this, thanks!

Kicsa
Автор

Thanks Alex for this second video on the web scrapping series!

TheSystemsConsulting
Автор

I just remebered my first data scrapping project using BeautifulSoup looking at this video. Thank you very much Alex for sharing this video. It's a great start for anybody looking to scrape data from various sources and easy to grasp when compared to tools like Selenium.

devanshagarwal
Автор

Alex thanks for making beautifulsoup as simple as possible

da_ta
Автор

I have been waiting for the next video since you started the Web scraping series. Thank you Alex 😊

AwanievaStudios
Автор

Very important, DO NOT forget to use a timer otherwise you will find yourself causing DOS on the website you're scraping from or your IP being blocked by the site.

Load the page in a browser and copy the page source when building your scraper.

robbylebotha
Автор

Thank youu for your videoss, you're a life saver

cerulean
Автор

A caveat worth mentioning is to read the terms of use for any website or data source to ensure web scraping or other automated non-API retrieval method is allowed.

xA
Автор

So easy to understand. Thank you teacher

gloriabukachi
Автор

it should be "html.parser" not just "html".

kachekijaanlega
Автор

This should be the 2nd video of the playlist

jmc
Автор

Hello you mentioned in your video that beautiful soup is a "snapshot" of the web page. Can we use beautiful soup to automatically update the value of something in real time? For example stock prices or currency exchange rate or price of bitcoin...etc.

gokong-dcxi
Автор

Hello I am new here, I actually first found the last video in this list then I heard the word previously so I searched and found the list but also you are referring to previous videos so I now am following alright but I was wondering is this part of another bigger playlist ?

mohammadsoleman
Автор

Hello. I have installed requests module but then also error occurs as no module named requests.why this happens?

Unknown_mallu
Автор

Please Alex can you do a video on how to install beautifulsoup using Anaconda prompt

victorjonesofficial
Автор

When I use this method, it doesnt give me all the site data. I'm guessing its because its a subscriber only webpage. Is there a way to bypass this?

yosoydonger
Автор

can you interact using beautiful soup like clicking or entering data in an input tab

uplifthabesha
Автор

For some reason when I run requests.get(url) it doesnt give me any status code whatsoever, I have also tried using the .status_code and nothing gets returned to me. I also checked and both Beautifulsoup and requests are installed. Is there anything I can try to fix this?

ChrisTDBCODE