How To Generate Google Maps Leads with Puppeteer Nodejs

Поделиться
HTML-код
  • Опубликовано: 22 дек 2024

Комментарии • 19

  • @ZainZain-zb7hw
    @ZainZain-zb7hw 10 месяцев назад +1

    Please make more tools of web scraping ❤

  • @ZainGot
    @ZainGot Месяц назад

    how we can scrap all data without scrolling down?

  • @brunoborges7586
    @brunoborges7586 5 месяцев назад

    There are some categories that only show the phone number when opening the company's URL, how should it be done in this case?

  • @kaiser94exodus89
    @kaiser94exodus89 10 месяцев назад +1

    Thank you for the course, I am advising you to take voice over courses or try to spell your words more often. There are free udemy courses for it but you don't need them

  • @t14armataa
    @t14armataa 8 месяцев назад +1

    Very informative video.How do you scrape text from a modal popup

    • @MichaelKitas
      @MichaelKitas  8 месяцев назад

      Hello, if you mean like a child window that opens on a website, here is an example on how you would interact with it:
      Handle the New Popup Window: Once the popup opens, you need to catch this new window object.
      const newPagePromise = new Promise(x => browser.once('targetcreated', target => x(target.page())));
      const popup = await newPagePromise;
      await popup.waitForSelector('#popupContent'); // Replace '#popupContent' with the selector inside the popup

    • @t14armataa
      @t14armataa 8 месяцев назад

      @@MichaelKitas Thanks man that pop-up window was giving me a headache

  • @lionwild1952
    @lionwild1952 10 месяцев назад +1

    can you explain how to use xpath on latest version in puppeteer ? pls

    • @MichaelKitas
      @MichaelKitas  7 месяцев назад +1

      Here is an example:
      await page.click('xpath=//input[@id="search-input"]');

  • @elinardosilva3812
    @elinardosilva3812 10 месяцев назад +1

    google maps updated and not show phone. have to click in the box. i will try fix your script to do this. thanks

    • @MichaelKitas
      @MichaelKitas  10 месяцев назад

      Are you sure? I still see the phone number without extra steps. Are you visiting the same url format?

    • @brunoborges7586
      @brunoborges7586 5 месяцев назад

      Did you find a solution?

  • @wandersonbaldacine
    @wandersonbaldacine 7 месяцев назад +1

    Have you succeeded in creating a solution that extracts both the images and all the reviews?

    • @MichaelKitas
      @MichaelKitas  7 месяцев назад

      Haven’t tried doing that yet, but it seems very feasible

  • @riskaaulia7944
    @riskaaulia7944 10 месяцев назад

    Hai why i still cant bypass cloudfire using puppeter stalht :(

    • @MichaelKitas
      @MichaelKitas  10 месяцев назад

      Going to make a video on that soon 👍

  • @arupde6320
    @arupde6320 10 месяцев назад +1

    github ??

    • @MichaelKitas
      @MichaelKitas  10 месяцев назад

      github.com/michaelkitas/Google-Maps-Leads-Scraper-Puppeteer

  • @VarunKumar-n1d
    @VarunKumar-n1d 8 месяцев назад +1