NestJS Web Scraping With Puppeteer

Sdílet
Vložit
  • čas přidán 26. 07. 2024
  • In this video, we learn how to scrape any data we want from any public website with Puppeteer and Bright Data.
    GitHub Repo: github.com/mguay22/nestjs-scr...
    Sign up for Bright Data with a free credit: brdta.com/mguay
    Timestamps:
    00:00:00 Setup
    00:06:43 Puppeteer + Bright Data
    00:11:52 Scraping
    00:24:10 Testing
    Get my highly-rated Udemy courses at a discount here: michaelguay.dev/udemy/
  • Věda a technologie

Komentáře • 17

  • @mguay
    @mguay  Před 5 měsíci

    Get my highly-rated Udemy courses at a discount here: michaelguay.dev/udemy/

  • @gamingwolf3385
    @gamingwolf3385 Před 11 měsíci +11

    Thanks Michael . Can you make a video about Domain Driven Design and Hexagonal Architecture with nestjs ??

  • @samuelvalentine7846
    @samuelvalentine7846 Před 11 měsíci +2

    Thanks Michael. Please don't forget about multiple SQL db configuration for microservices video that you said you were going to drop in the udemy course..It is a scenario where each service connects to their own database so that they can store onl the information that they need. Thanks for the videos

  • @user-cf4dd6vu6x
    @user-cf4dd6vu6x Před měsícem

    Huge thanks Michael, can you make a tutorial that shows how to create uptime monitoring or price tracker that is scalable with queues and microservices? With NestJS and Angular if possible 🙌🏻🔥

  • @usericvusrqluu
    @usericvusrqluu Před 11 měsíci +3

    I'd love to see you creating a small app, like todo list or whatever, using nx workspace with NestJS and Angular, dockerized, CI/CD and deployment. That would be a contentful combo.

  • @nolw.7805
    @nolw.7805 Před 10 měsíci

    Thank you so much for your incredible videos! ❤

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

    Thanks Michael as always perfect

  • @bedruomer8777
    @bedruomer8777 Před 10 měsíci

    You are awesome!

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

    Thanks Michael

  • @user-wf4mo3mx2k
    @user-wf4mo3mx2k Před 11 měsíci

    hey guay nice videos , i hope you make some for deploying nest js monorepo projects in real world scenarios

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

    Hey Michael, I got an error as,
    No element found for selector: #twotabsearchtextbox
    I have checked any changes in the name but everything is fine

  • @beloaded3736
    @beloaded3736 Před 11 měsíci +1

    I needed this for and was consider as solution for my ml project, you are such a help. Thanks sir

  • @user-sj6tr9bf1y
    @user-sj6tr9bf1y Před 11 měsíci

    Hey, great video! . Can you also make a video for "Saga orchestration pattern" for distributed transaction using nestjs and kafka. Maybe also use generic/abstract class for Saga would make it a great video.

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

    Thanks Guay, can we use other like playwright, i see, playwright is more small and eficient memory consumtion.

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

    Nice one, I did similar things with Cypress.. in a lot easier way, this one is also cool.❤

  • @thequang9234
    @thequang9234 Před 10 měsíci

    I kept getting a 500 internal error although i've followed every step