Building a B2B Lead Generation Bot | UiPath RPA & Google Maps

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • In this bot we use UiPath Robotic Process Automation to scrape the contact numbers (and names) of businesses from Google Maps and appends the output to an Excel Spreadsheet. The bot can be used for business-to-business lead generation for cold-calling sales or for any other purpose.
    Download the bot here (Free Robot Pack):
    www.completerpabootcamp.com/r...
    UiPath RPA Udemy Course:
    bit.ly/UiPathUdemyCourse
    Register for my live RPA Free Training / Webinar:
    www.completerpabootcamp.com/r...

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

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

    Love ur work! Dont stop! Ur on the right path!

  • @parul9934
    @parul9934 4 года назад

    Thanks Leon. Awesome video. Learned lot from your course. Thanks you so much for making great course

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

    Great video! I got stuck @ "no results found" as I don't get that screen the chevron is simply not highlighted anymore and it continues to re-loop through the last page. Is there another way to stop the loop when it gets to the last page?

  • @EricIrizarry
    @EricIrizarry 3 года назад +3

    Thanks for the video. I'm having problems at minute 9:27 of this video. When I go to select the title, it won't let me select just the title. It selects the whole little box for the company selected including phone number, rating, address, website link, and directions link. Any ideas on how to fix this?

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

      same problem

    • @djberniboyberni5588
      @djberniboyberni5588 3 года назад

      same here

    • @rakhijain9516
      @rakhijain9516 3 года назад

      Yes, Earlier It was picking up the specific text but seems like now It selects the entire box. However, you can open every item and then scrape the data (address etc), then again go back and do the same for rest of the items. you can watch this video for reference( ruclips.net/video/WN6DlLiCCKc/видео.html)

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

    u got one more subscriber ..loved ur work ..thank you ...

    • @LeonPetrou
      @LeonPetrou  3 года назад

      appreciate that! Thank you :)

  • @apichatmeesaeng5999
    @apichatmeesaeng5999 3 года назад

    Thank you Leon, I'm your student in Udemy Course and I try to create this assignment but I can't using GetText to get the company name and telephone no.

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

    THIS IS AWESOME great work, I just started out with UiPath and RPA in general I was wonderinghow you would comple this exact same task in the open source RPA python library or Automagica.
    I appreaciate your work.

    • @LeonPetrou
      @LeonPetrou  4 года назад

      Thank you! Glad you like it :) If you're just getting started out learning UiPath RPA, I recommend you check out my Udemy course. Here is a link:
      www.udemy.com/course/complete-uipath-rpa-developer-course/?couponCode=LOWESTPRICE

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

      @@LeonPetrou hahahah already started the course.

    • @LeonPetrou
      @LeonPetrou  4 года назад

      @@unathimatu Haha! Nice. Hope you enjoy it!

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

    Hi Leon, currently both Get Text & "No Results Found" option is not working for Google. I can't select company name & contact etc, entire element is getting selected, also at the last page next arrow is getting disabled but no results found is not coming. Is there any better option to do this based on current google search page?

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

    Amazing work but I have a problem selecting the name and number can you help me?

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

    I wanna scrape website links from google map, can you tell me how I do it?

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

    how can we also
    take website url?

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

    Hi Leon, I’m a student from the Udemy class. I’m unable to select the text using the get text activity

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

    That is Great Job.. Well Done! I could'nt see url in UI Explorer, there is a title instead of url.. So I coundt change the rest of url to * . Please Help me :D

    • @LeonPetrou
      @LeonPetrou  4 года назад

      It should still work with the title.

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

    Hi, I am actually doing a project like this but I want to get also the addresses. How can I send a click to the "companyname" ? A popup will appear beside it containing the relevant details and that's where I want to scrape the datas

    • @leonpetrou319
      @leonpetrou319 4 года назад

      Hello :) I have a video where we build a custom data extractor which clicks into each listing. Here is the video on that:
      ruclips.net/video/WN6DlLiCCKc/видео.html
      You can apply the same logic to Google Maps and then use a Get Text to scrape the address.

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

      @@leonpetrou319 thanks ;)

    • @heathengaming8461
      @heathengaming8461 4 года назад

      Hi. Its me again. When i reached the last page, it doesnt show the "no results found" so i cant use the element exist activity. What happens when i reach the last page, the next chevron is already unclickable/disable. Do you have suggestion on what activity i should use to detect if the next button is disable?

    • @LeonPetrou
      @LeonPetrou  4 года назад

      @@heathengaming8461 Let the bot run with Simulate Type set to true, then it will click the next button in the background and the "No results found" message will show.