Jump to content
UBot Underground

Scrape Site Help Needed


Recommended Posts

Hi we need a ubot experts help,

 

We would like to scrap the url's found within each company on this page. 

 

here is the site:

https://app.hubspot.com/partner-directory/?_ga=2.129564428.1819457393.1500308178-971029571.1497569578

 

See images below.

post-11525-0-58144200-1505777337_thumb.png

post-11525-0-96845000-1505777345_thumb.png

 

Any help will be greatly appreciated.

And if possible, if you could suggest a good site to get advance training for ubot we would be very grateful.

 

Thank you,

 

 

Link to post
Share on other sites

try

navigate("https://app.hubspot.com/partner-directory/?_ga=2.129564428.1819457393.1500308178-971029571.1497569578","Wait")
wait for browser event("Everything Loaded","")
wait(1)
click($element offset(<name="close">,1),"Left Click","No")
clear list(%Urls)
add list to list(%Urls,$scrape attribute(<class="directory-entry">,"fullhref"),"Delete","Global")
alert(%Urls)
in new browser {
    navigate($list item(%Urls,0),"Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    alert($scrape attribute($element offset(<outerhtml=w"<a href=\"*\" target=\"_blank\">http*</a>">,0),"innertext"))
}
  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...