Scraping Noob Question

rodol

Regular Member
Joined
Mar 10, 2010
Messages
434
Reaction score
91
If i scrap "powered by wordpress" in google, i will scrape 1,000 websites right?
but if i use (any keyword) "powered by wordpress" i will scrape 1,000 totally different websites?
 
typically you will start with a basic footprint like "powered by wordpress" and then add variations like:

Variations on the domain:
Code:
site:.edu "powered by wordpress"
site:.com "powered by wordpress"
site:.org "powered by wordpress"
site:.net "powered by wordpress"
site:.co.uk "powered by wordpress"
site:.info "powered by wordpress"

Variations by keyword, for example "cheese":
Code:
cheese "powered by wordpress"
brie "powered by wordpress"
cheddar "powered by wordpress"
stilton "powered by wordpress"
gouda "powered by wordpress"
ricotta "powered by wordpress"

Very quickly you could have hundreds of these variations to feed Scrapebox, once you've scraped all these links you'll need to do a little post-processing to pull out only the unique ones then you could end up with 100,000+ links.
 
thanks, so each keyword variation will bring different results right
 
thanks, so each keyword variation will bring different results right

If you search similar keywords like "dog training, dog training guide, how to train your dog" remember to delete duplicate URL's it will save a lot of time.
 
thanks, so each keyword variation will bring different results right

Yea. So more the keywords, more the results. Also there will be A LOT of duplicate URLs. Remember to delete them afterwards.
 
Back
Top