Scrpaebox question!

Br4mz

Junior Member
Joined
Jan 19, 2016
Messages
177
Reaction score
46
I have just executed a scrape and come out with far more URLs than I bargained for after filtering... 75,000 in total!

All I want from this list are blogs I can outreach too... so is there any way to filter by blogs/news sites only?

I'm pretty sure the answer to this question is "NO", but I thought I would ask.

Any other filtering tips would be appreciated... or advice on what to do with this enormous list.
 
If you can think of footprints that would identify a page as a blog/news site then you can run your list of urls through Scrapebox's Page Scanner addon. Eg some general footprints for a Wordpress-powered site would be:
Code:
generator" content="WordPress
dashicons.min.css?ver=
wp-content/themes/
 
Back
Top