Тёмный

Python Web Scraping Example: Selenium and Beautiful Soup 

Python ML Daily
Подписаться 3,1 тыс.
Просмотров 4,8 тыс.
50% 1

Real project from Upwork, scraping the data from Y Combinator.
Warning on legal/ethical concern of scraping: monashdataflue...
-----
Visit our website for more tutorials: pythonmldaily.com
Follow us on Twitter: / pythonmldaily

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@kaiparado
@kaiparado 2 месяца назад
Why did you keep primary sidebar visible ? just press ctrl + b and we could view the entire code
@ahassan7270
@ahassan7270 6 месяцев назад
Thank you so much for your wonderful explanation.It is really makes things easy to understand. The cool thing is that you present scraping into two methods.I liked your channel.Subscribed.👏👏
@PythonMLDaily
@PythonMLDaily 6 месяцев назад
Great to hear, welcome to the channel!
@sijiahan9876
@sijiahan9876 4 месяца назад
It's a great video. I have not tried the code, but I think there is one tiny error: if you use `find_all_next`, the tags will be a long list that includes every tag starting from the current element. For example, if the current element is company b, the tags will include tags of b, c,d,e,... It should be just `find_all` to get the tags for the current element only.
@axel_bol
@axel_bol 6 месяцев назад
Thanks Povilas!
@cbacca2999
@cbacca2999 3 месяца назад
I get an error in the FOR loop for element in box.find_elements(by.CSS_SELECTOR, 'a[class="_company_19sud_339"]'):. "List object has no attribute 'find_elements'". Any idea how to fix this? EDIT: Also the class names have all changed. But I'm new to selenium and cannot continue due to the above error.
@LeviElekes
@LeviElekes 5 месяцев назад
thanks
@anushkanarsima9048
@anushkanarsima9048 3 месяца назад
Thanks alot :)
@ConfusedHarpSeal-du7fc
@ConfusedHarpSeal-du7fc 3 месяца назад
hello sir how can i contect you???
Далее
The Biggest Mistake Beginners Make When Web Scraping
10:21
Как он понял?
00:13
Просмотров 108 тыс.
Web Scraping with Python - Beautiful Soup Crash Course
1:08:23
Web Scraping with Python Selenium & BeautifulSoup
28:45