Jump to content
UBot Underground

Scrape Names From Url


Recommended Posts

need some idea how to scrape Names from random site list

 

currently i use 

add list to list(%names found,$scrape attribute(<class="name">,"innertext"),"Delete","Global")

but with this one get names only from some site,

also, ive tried to use regex to scrape between character > < and works only for some site

 

 

*NOTE: i need to scrape not from a directory but from a random site list

 

 

Link to post
Share on other sites

That is not going to be easy or possible because each site have different class or id's.

im agree it will not be easy

i need this script to work at least for 70% of urls

 

To make a script that will work for all site it is imposible

Link to post
Share on other sites

im agree it will not be easy

i need this script to work at least for 70% of urls

 

To make a script that will work for all site it is imposible

 

 

70 percent!!

 

absolutely impossible,best you can do is scrape a gigantic list of first names and surnames from a database and check every word on that URL for a match,if match is found add the following word aswell (surname),vice versa for a surname match,a lot of surnames are common words that are used in a variety of ways

 

but it would certainly be really just a waste of electricity to run it

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