Such a tool exist?

TheTRUTH

Regular Member
Joined
Oct 1, 2008
Messages
344
Reaction score
40
I am looking for a tool that functions as the follow:

Scans a list of urls for a specified "keyword" in the html surce
remove the urls that DO NOT contain my "keyword" in their html source
 
If you mean the keyword in the url then scrapebox does this.
 
use this footprint with scrapebox or any other scraping soft:

inurl:"your kw"

It will give you all the URL having your KW.
 
I guess scrapebox can't do this as SB can't scrape from source code.

Don't know actually whether it exists. Googled by didn't find anything that can help you :(
 
Theres probably something out there, kind of like the intitle: command, will take a look


Here you go:

intext: The query intext:term restricts results to documents containing term in the text. For instance, [ Hamish Reid intext:pandemonia ] will return documents that mention the word "pandemonia" in the text, and mention the names "Hamish" and "Reid" anywhere in the document (text or not).
Note: There must be no space between the intext: and the following word.
Putting intext: in front of every word in your query is equivalent to putting allintext: at the front of your query, e.g., [ intext:handsome intext:poets ] is the same as [ allintext: handsome poets ].



____________-


Throw that as a custom footprint in SB and i'm guessing it will work! Not at home so can't try!
 
Last edited:
Back
Top