How to scrape google search results with apps script

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

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

  • @Amarindaz
    @Amarindaz  4 года назад +1

    *Update* : It stops working now Please use the this website to do get the Google search results 👉 www.myfreshtools.com/google/search-results-export

  • @Елена_Позднякова
    @Елена_Позднякова 4 года назад +2

    Thank you!

  • @profocelsomarin4123
    @profocelsomarin4123 Год назад

    Vídeo incrível!
    Sou professor no Brasil e me preocupo com o plágio (chamamos de "cola") dos alunos. Eu uso Google forms e consigo verificar o plágio, mas manualmente. Acredito que vou voltar neste vídeo muitas vezes

  • @vismayshah3205
    @vismayshah3205 3 года назад +1

    is there any other way in which we extract element by class name or id in apps scripts, as we do in python by xpath method,
    would be grt if you can help.

  • @pandurizal5857
    @pandurizal5857 3 года назад +2

    not working ?

    • @Amarindaz
      @Amarindaz  2 года назад +1

      Here's the alternative I built 👉 www.myfreshtools.com/google/search-results-export

  • @creacionesdigitales1817
    @creacionesdigitales1817 5 лет назад

    can you explain how to extract some google images URL based on a keyword? I have a spreadsheet with some product titles and want to put 1 o 2 images URL for each product in the cells beside the title cells. Am i making myself clear?

  • @AndersonSilvaMMA
    @AndersonSilvaMMA 6 лет назад +2

    Thanks man for this! Really appreciate it!

  • @razorintube
    @razorintube 6 лет назад +2

    thanks and thumbs up for sharing code on github

  • @samioweb2442
    @samioweb2442 6 лет назад +2

    What about Truncated Server Error 503?

    • @Amarindaz
      @Amarindaz  2 года назад +1

      Google blocked it. Please use 👉 www.myfreshtools.com/google/search-results-export

  • @midlabgames4342
    @midlabgames4342 5 лет назад +1

    Hello, how could I order the results obtained in the same order in which they are displayed on google?
    I am doing the same with the Play Store apps but the results I get are not ordered in the same way they are displayed in the url to be analyzed.
    I need help please.
    Thank you :)

    • @Amarindaz
      @Amarindaz  2 года назад

      Give it a shot on 👉 www.myfreshtools.com/google/search-results-export

  • @7513Ike
    @7513Ike 5 лет назад

    Is it much more difficult if you want to do the same but with the addition of Google's advanced search filters?

    • @7513Ike
      @7513Ike 5 лет назад

      Also, is there a way to shift the results to maybe a News search or video search before scraping the URL's and Titles?

  • @bhogalio
    @bhogalio 6 лет назад

    Hi Amarindaz, How can this script be updated to pull in Google Shopping Titles, Pricing & Seller? Also, I am using Googlr.co.uk but the log looks like it is displaying google.com results... :-(

  • @fnzip
    @fnzip 5 лет назад +1

    Thanks for sharing 😸

  • @jobsmarketupdate1066
    @jobsmarketupdate1066 2 года назад +1

    Is it working now?

    • @Amarindaz
      @Amarindaz  2 года назад +1

      No more. Please use 👉 www.myfreshtools.com/google/search-results-export

  • @lloydcooke5612
    @lloydcooke5612 6 лет назад +1

    What would be the code to use if you only wanted to extract the URL?

    • @Amarindaz
      @Amarindaz  6 лет назад

      You need to change the regular expression accordingly

    • @Amarindaz
      @Amarindaz  5 лет назад

      Checkout this video ruclips.net/video/Avp2Od6GcVI/видео.html

  • @RenewedRS
    @RenewedRS 6 лет назад +1

    How can I get URLs instead? I'm trying to turn my list of movie titles into IMDB urls and this doesn't get me the urls :(

    • @Amarindaz
      @Amarindaz  6 лет назад

      I'll create a video on this soon

    • @LukaszKawalec
      @LukaszKawalec 6 лет назад

      +Amarindaz, Thanks for the tutorial. Would you mind to make some video on how to get X results (URLs) from a list of queries? So, for example, I have a list of 10 queries in Shee1 Col A. And the script takes the first one and scrape the first results and paste it in a new sheet. So there will be Col A = Query, Col B = URL. It takes me hours to go through a long list of queries and it would be useful.

    • @Amarindaz
      @Amarindaz  5 лет назад

      Sure. This is doable. I'll take a custom request and do this. Please contact me www.amarindaz.com/contact/

    • @Amarindaz
      @Amarindaz  5 лет назад

      Please checkout this video ruclips.net/video/Avp2Od6GcVI/видео.html

  • @programmerindonesia44
    @programmerindonesia44 4 года назад +1

    thanks

  • @TanvirRahman
    @TanvirRahman 6 лет назад

    Can you please provide the regular expression for the extract the URL only

    • @Amarindaz
      @Amarindaz  5 лет назад

      Please check out this video description for source code ruclips.net/video/Avp2Od6GcVI/видео.html

  • @thummardenish2356
    @thummardenish2356 6 лет назад

    Thank you!!! How can we go to next result page?

    • @Amarindaz
      @Amarindaz  5 лет назад

      Just need to add the tag "&num=20" to scrape up to 2 pages. For more info please check out this video ruclips.net/video/Avp2Od6GcVI/видео.html