Nodejs Puppeteer Tutorial #16 - Bypass Browser Fingerprint Detection w/ puppeteer-with-fingerprints

Sdílet
Vložit
  • čas přidán 13. 10. 2023
  • 🌐 NodeMaven Proxy Provider: go.nodemaven.com/scrape
    💥 Special Bonus: Use "Michael" at checkout for an extra +2GB of bandwidth.
    🤖 2captcha Captcha Solving Service: bit.ly/2captchapromo
    🎥 Video Description:
    In Episode 16 of the Node.js Puppeteer Tutorial Series, delve into bypassing browser fingerprint detection utilizing the puppeteer-with-fingerprints plugin.
    🔍 Why is This Important?
    Understand how browser fingerprinting impacts the use of automated browsing tools like Puppeteer or Selenium and discover solutions to overcome these challenges effectively.
    🧩 Learn About:
    - Introduction to browser fingerprinting
    - Real-world examples of browser fingerprinting
    - Utilizing puppeteer-with-fingerprints to bypass detection
    - Hands-on demo with clear code examples and explanations
    🔗 Useful Links:
    - Puppeteer-with-fingerprints GitHub: github.com/CheshireCaat/puppe...
    - More on Browser Fingerprinting: browserleaks.com/
    - Tutorial Playlist: • Nodejs Puppeteer Tutorial
    💬 Join our Community:
    Discord Link: / discord
    💖 Support:
    - FYPFans: fyp.fans/michaelkitas
    - Revolut: revolut.me/michaelkitas
    - Bitcoin Wallet: bc1qk39u8vtpnfw283ql567zrhsrvjj0a58mvv0rdm
    - Ethereum Wallet: 0x5e7BD4f473f153d400b39D593A55D68Ce80F8a2e
    - USD-T (TRC20) Wallet: TRPLBBri3Rc2YGJ2cyK75jLsrztCT4ZPe8
    🌐 Connect with Us:
    - Website: websidev.com
    - Linkedin: / michael-kitas-638aa4209
    - Instagram: / michael_kitas
    - Github: github.com/michaelkitas
    📧 Business Email:
    support@websidev.com
    🏷 Tags:
    #NodejsTutorial #PuppeteerNodejs #NodejsPuppeteerTutorial #PuppeteerTutorialforBeginners
    Celebrate learning and stay connected for more insightful tutorials on Node.js and Puppeteer! 🎉

Komentáře • 33

  • @alexandra-lu4fp
    @alexandra-lu4fp Před 9 měsíci +8

    🚀 Incredible tutorial! I've been exploring various methods to manage browser fingerprinting, and your explanation in this video is by far one of the most straightforward and effective ones I've come across. The step-by-step guidance is super clear, and the specific code examples are invaluable, especially for those of us who might be newer to using Puppeteer or handling fingerprint detection in general.

  • @hemanthchowdary7150
    @hemanthchowdary7150 Před 9 měsíci +3

    Awesome 😎
    Need more Puppeteer tutorials 😀

  • @riskaaulia7944
    @riskaaulia7944 Před 9 měsíci +3

    Wow u update thanks

  • @anonym1548
    @anonym1548 Před 8 měsíci +1

    Спасибо, бро.
    Полезное видео!

  • @teknoah
    @teknoah Před 13 dny

    This plugin looks to be for Windows only. Is there a Mac solution that allows for randomized fingerprinting generation?

  • @elmasx
    @elmasx Před 9 měsíci +2

    Thank you so much! How can I bypass cloudflare? Please add more puppeteer expert videos.

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci

      You got it, will do a video on that soon 👍

  • @seangarofal
    @seangarofal Před 9 měsíci +1

    Hi. Not a bot.
    You did a great job with the tutorial and I personally find this to be a good niche (within puppeteer) to grow your channel.
    Constructive Critism: However, me having adhd..... I had an aneurysm with how slow you talked and how boring it was. But you'll get the hang of it and you got my sub.
    Advice: Take a look at fireships videos with a grain of salt for engagement ideas and etc...

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci +1

      Thanks for subscribing! I intentionally slow my speech to assist non-native English speakers and others in keeping up with the coding process. Feedback from previous videos highlighted that my quick pace was challenging for viewers. I understand though your suggestion about boosting engagement in my videos. I appreciate your feedback a lot!

  • @Omarwaqar-pt7wf
    @Omarwaqar-pt7wf Před 9 měsíci +1

    Also how to implement all the features in one project meaning implementing solving recapchas, fingerprint, proxy etc

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci

      Good idea, might make a video on combining everything soon

  • @Omarwaqar-pt7wf
    @Omarwaqar-pt7wf Před 9 měsíci +1

    Can you please please make a video about how can we do IP rotation without using bright data in puppetier?

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci +1

      Yes, will create a proxy tutorial soon, and include proxy rotation on it

  • @Omarwaqar-pt7wf
    @Omarwaqar-pt7wf Před 9 měsíci +1

    Also is there a way to do IP rotation with puppetier without using bright data ?

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci

      Yes, will create a proxy tutorial soon, and include proxy rotation on it

  • @Omarwaqar-pt7wf
    @Omarwaqar-pt7wf Před 9 měsíci +1

    Can you make a video where you use next js , puppetier and bright data to scrape website

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci

      Great idea, will check it out and probably make a series 👍

  • @Simpletips55
    @Simpletips55 Před 5 měsíci +1

    Do you have any idea how to do that using selenium-fingerprint-defender ?

    • @MichaelKitas
      @MichaelKitas  Před 3 měsíci

      What is that, can't find that package? Can you share link?

  • @maxv8785
    @maxv8785 Před 6 měsíci +1

    Why not use setUserAgent? Is there a distinction between the user agent and fingerprinting?

    • @MichaelKitas
      @MichaelKitas  Před 6 měsíci

      User Agent is only one of the properties for a fingerprint, just changing won’t create a completely new fingerprint, you can still get recognized by your ip for example.

  • @asanwers
    @asanwers Před 9 měsíci +2

    Is it better to use puppeteer extra stealth plugin or this plugin or how do we combine it with extra stealth plugin or is it not necessary to use stealth plugin then?

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci +1

      This plugin offers advanced fingerprint altering for better anonymity, while 'puppeteer-extra-plugin-stealth' provides broader evasion techniques. They can be used separately or together for enhanced stealth, depending on the website's detection methods.

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci +1

      Forgot to mention:
      Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.

  • @SimonChikezie
    @SimonChikezie Před 4 měsíci +1

    Bro what’s the best free option to deploy online I tried render but it ran out of space in a matter of hours

  • @captainjackrana
    @captainjackrana Před 9 měsíci +1

    does this work with puppeteer extra stealth plugin?

    • @MichaelKitas
      @MichaelKitas  Před 9 měsíci

      Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.

  • @15enric15
    @15enric15 Před 8 měsíci +1

    Whats the difference in between this video and the other you did: Nodejs Puppeteer Tutorial #7 - Bypass Detection using plugins, settings & proxies ???

    • @MichaelKitas
      @MichaelKitas  Před 8 měsíci +1

      This is another way to bypass detection, that I didn't show in the other video