Archive for August, 2007

TDNAM for Cheap Domains with PageRank

I’ve mentioned this on several forums, but I’ll recap here because someone recently left me a comment about it.

Tens of thousands of domains expire everyday. But, for some unknown reason, a small percentage retain their PR and backlinks, and TDNAM is an ideal place to find and buy them cheaply. However, because of the sheer quantity that expire, trying to find the quality domains manually is exceptionally difficult. 

So, a while back I built a TDNAM URL scraper and PR checker tool, and have since bought many, many PR 3, 4 and some PR 5 domains for less than $15 each!

I won’t provide the tool I wrote, but it’s easy enough to build your own with VB/C#.

Download the DLL component and add a project reference to it (project->add reference). And, here’s some simple VB code that get Google’s PR and backlink count.

Imports PRChecker

Dim informer As GInformer = New PrInformer()
Dim backlink As GInformer = New BackLinksInformer()
Dim pagerank, backlinks As Integer

pagerank = informer.GetInfo(“http://google.com”)
backlinks = backlink.GetInfo(“http://google.com”)

13 comments - What do you think?  Posted by Brad - August 15, 2007 at 10:00 pm

Categories: Uncategorized   Tags:

« Previous PageNext Page »