C# Web Scraper

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Let's create a web scraper in C#.
    In this video, we will create a C# web scraper. If you know C# and are curious about web scraping, this video is for you.
    For web scraping in Python, see • Scrapy for Beginners
    Source: github.com/cod...
    ~-~~-~~~-~~-~
    Please watch: "Making Scrapy Playwright fast and reliable"
    • How to make Scrapy Pla...
    ~-~~-~~~-~~-~

Komentáře • 11

  • @ibrahimsadoq7591
    @ibrahimsadoq7591 Před 11 měsíci

    Thank you I Understand A lot, May Allah opens new doors of knowledge for you :)

  • @simonvanrij6264
    @simonvanrij6264 Před 2 lety

    Im a first timer with C# but know UiPath and Python.. This error looks familiair but I cant seem to solve it: "An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module" when running the program. Besides that i get a warning: "'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable." Could you help me?
    Im using version 6.0 instead of 5.0

  • @mister_stadler
    @mister_stadler Před 2 lety

    awesome, thanks a lot!

  • @saurabhs3221
    @saurabhs3221 Před 2 lety

    Thanks Sir, but how to retrieve messages (particular word) from slack channel? I'm stuck..Please help

    • @codeRECODE
      @codeRECODE  Před 2 lety +1

      Never thought about Slack. Anyways, when you write a scraper, you will get all data. You will have to do the filtering after scraping the item.

  • @spazieren99
    @spazieren99 Před 2 lety

    Very nice Course, thank you!
    I have one Question, in my case the number of the price in the .csv file has not an dot in between. Do you have any idea how to fix it?
    my system runs in german...

  • @michaelday6987
    @michaelday6987 Před rokem

    As a C# developer, is it really worth it going down this path? Or am I better off going the JavaScript or Python path?

    • @codeRECODE
      @codeRECODE  Před rokem

      As a C# developer myself, I think Python and JS are better for web scraping, primarily because of excellent libraries. But then, web scraping is often part of a bigger project. If that project is in C# with web scraping being a small part, it would be perhaps easier to use C# for the entire project.

    • @michaelday6987
      @michaelday6987 Před rokem

      @@codeRECODE Thank you very much. That matches exactly what I was thinking. I have subscribed to your channel. :)