No video

Python Web Scraping Example: Selenium and Beautiful Soup

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

Пікірлер: 9

  • @kaiparado
    @kaiparadoАй бұрын

    Why did you keep primary sidebar visible ? just press ctrl + b and we could view the entire code

  • @ahassan7270
    @ahassan72705 ай бұрын

    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

    5 ай бұрын

    Great to hear, welcome to the channel!

  • @sijiahan9876
    @sijiahan98762 ай бұрын

    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.

  • @cbacca2999
    @cbacca29992 ай бұрын

    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.

  • @axel_bol
    @axel_bol5 ай бұрын

    Thanks Povilas!

  • @LeviElekes
    @LeviElekes3 ай бұрын

    thanks

  • @anushkanarsima9048
    @anushkanarsima90482 ай бұрын

    Thanks alot :)

  • @ConfusedHarpSeal-du7fc
    @ConfusedHarpSeal-du7fc2 ай бұрын

    hello sir how can i contect you???