Jump to content
UBot Underground

Search the Community

Showing results for tags 'page scrape'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. Hello, I have a website that return a plain txt example: RESULT|03AJzQf7NGfeGGTfVYRW5FD I need the text after RESULT| to set as a variable 03AJzQf7NGfeGGTfVYRW5FD tried: set(#asd,$page scrape("RESULT|",""),"Global") set(#asd,$page scrape("RESULT|","*"),"Global") set(#asd,$page scrape("RESULT|","{*}"),"Global") nothing worked .. any idea ? Regards
  2. I have a bot that seems to work for hours but then will randomly fail on these type statements. navigate(#urlaz,"Wait")wait for browser event("DOM Ready",9999)wait for browser event("Everything Loaded",9999)wait for element(<class="navFooterLine navFooterLinkLine navFooterDescLine">,9999,"Appear")save to file("{$special folder("My Documents")}\\babrowseraz.html",$document text)set(#category,$page scrape("<span class=\"nav-search-label\" style=\"width: auto;\">","</span>"),"Global") the error seems to occur on the $page scrape command. The line before saves $document text to
  3. Hi, I want to know if selection of content is possible with ubot, for example let say I find a page of amazon products, But there are 100 items out which ,I want to scrape content from 20 items only. I mean some kind of check bot system we can implement if yes how..your help is appriciated.
  4. Hi Guys, How do I go about scraping just the values from the below div? So I want to end up with: peterjeffry86 jeffrypeter456 pjeffry27 Obviously suggestions are going to change so I think I need a regex? though i just cant figure out how to get going with regex in UBot. <div id="username-suggestions" class="username-suggestions" style="display: block;">Available: <a href="">peterjeffry86</a><a href="">jeffrypeter456</a><a href="">pjeffry27</a></div> Any help appreciated.
×
×
  • Create New...