Where can I get a list of blogger blogs?

LikeThisForam

Registered Member
Joined
Jun 27, 2010
Messages
57
Reaction score
16
I know where to find the recently updated blogs, but I'd like to get more than that at once, rather than keep scraping that page. If anyone could tell me a way to find a huge list or whole list that would be awesome.
 
Google this
Code:
inurl:"http:// * .blogspot.com" -site:www.blogspot.com
Or this to find blogs by keyword:
Code:
inurl:"http:// * .blogspot.com" -site:www.blogspot.com intitle:"my keyword phrase"
inurl:"http:// * .blogspot.com" -site:www.blogspot.com "my keyword phrase"

Or, if you want a lot of them, build a list of lots of keywords and do a search for each of them following the patterns above. This is so you can get more than 1000 which is the limit in Google results. So, you search for
Code:
inurl:"http:// * .blogspot.com" -site:www.blogspot.com intitle:iphone
and find 1000 blogs. Then you search for:
Code:
inurl:"http:// * .blogspot.com" -site:www.blogspot.com intitle:design
and you find 1000 more (some obviously might repeat themselves).

You can also use names for keywords. Find a list of many many first and last names and use them as the keyword. Your imagination is the limit.
 
Big thanks, I hit the button and bookmarked this post!
 
Back
Top