Jump to content
UBot Underground

How To Scrape Address From Fakenamegenerator?


Recommended Posts

Hey guys, I noticed ubot doesnt have the option too give an address when creating accounts, so I looked too fakenamegenerator, but when Im scrapping the attribute

 

This is what I get

 

"<div class="adr">

                                        3966 Old House Drive<br>Richmondale, OH 45673                                        </div>"
 
I want too scrape everything before <br>
 
Is there any way? Sorry for the trouble, I also want to scrape Richmondale alone, and OH alone and also 45673 haha
 
Can anyone give me some advice?
Link to post
Share on other sites

there are more clever ways to do this, but since the placement of the data will never change this is quick and easy

---------------------------------------------------------------------------------------

clear all data
navigate("http://www.fakenamegenerator.com/","Wait")
set(#raw data,$scrape attribute(<class="content">,"innertext"),"Global")
add list to list(%break out data,$list from text(#raw data,$new line),"Delete","Global")
set(#raw data,"","Global")

  • 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...