Scrapebox how to find more links from a list?!

meinewelt

Regular Member
Joined
Jan 11, 2012
Messages
225
Reaction score
90
Hi all,

I have a question thats bothering me since months but I just cannot figure out how to do this:

Lets say you have a list of 1000 auto approve blogs on unique domains.

These Blogs each have sometimes 5, sometimes 10, sometimes 50 posts or more.

How would you scrape other blog post URLs from this list of 1000 blogs?!

It would require 1000 queries to google, right?!

Thanks to anyone who is smarter than me..
 
Scrape the aa list with
site:domain1
site:domain2
site:domain3... and so on, remove duplicate urls and that should do it.
 
Thanks thats a nice idea cos you could also specifically search for certain keywords in those blogs.

but it would still require 1000 queries to google right? even with proxys thats probably a problem
 
Thanks thats a nice idea cos you could also specifically search for certain keywords in those blogs.

but it would still require 1000 queries to google right? even with proxys thats probably a problem


With proxies will not be a problem.
You can use public proxies for harvesting inner pages from 1000 sites with about 20-30 connections or even use private proxies with 2-3 connections.
 
Scrape the aa list with
site:domain1
site:domain2
site:domain3... and so on, remove duplicate urls and that should do it.

This is a good starting point. But to further refine your scraping you can also include more defined elements to the site: scrape...i.e.

site:spammedblog.com "leave a comment" "email (not required)" etc,etc

This will then cut down your scrapes to only the pages which are suitable for commenting :)
 
Back
Top