Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

keyword tool to find domains registered

Discussion in 'Domain Traffic / Keyword Research' started by bensd, Sep 28, 2008.

Thread Status:
Not open for further replies.
  1. bensd United Kingdom

    bensd Well-Known Member

    Joined:
    Jan 2007
    Posts:
    5,103
    Likes Received:
    79
    I think this is the right forum to post in - admin/mod feel free to move.

    Does anyone know of a tool to find how many domains are registered with a certain keyword?

    ie. keyword - "game"

    .co.uk - 75,000 domains registered
    .com - 100,000 domains registered
    .net - 85,000 domains registered
    org. - 50,000 domains registered

    etc etc

    Thanks in advance

    -Ben
     
  2. Domain Forum

    Acorn Domains Elite Member

    Joined:
    1999
    Messages:
    Many
    Likes Received:
    Lots
    IWA Meetup
     
  3. accelerator United Kingdom

    accelerator Well-Known Member

    Joined:
    Apr 2005
    Posts:
    7,435
    Likes Received:
    115
  4. bensd United Kingdom

    bensd Well-Known Member

    Joined:
    Jan 2007
    Posts:
    5,103
    Likes Received:
    79
    Thanks for the reply but i am looking for tool to tell me how many domains are reg'd not free domains to reg.
     
  5. Skinner

    Skinner Well-Known Member

    Joined:
    Jul 2008
    Posts:
    4,616
    Likes Received:
    140
    You'd have to talk to someone like Dale at drop system or maybe stender and see if they will knock a tool to do that on .co.uk and download the zones for the others.

    If you had a list of all the domains then it would be a simple sql search to return the results.

    I don't think anyone would do this tho as the query would be immense on the servers resources.
     
  6. aZooZa

    aZooZa Well-Known Member

    Joined:
    Nov 2005
    Posts:
    4,875
    Likes Received:
    253
    Thanks Skinner; been on this general case for a while now. Results expected in about 60 days.
     
  7. Skinner

    Skinner Well-Known Member

    Joined:
    Jul 2008
    Posts:
    4,616
    Likes Received:
    140
    It will be a cool system to have in place, I'm surprised domain tools havent done this already.

    Its really just a full text search, but a full text search on MILLIONS AND MILLIONS of records will be intense for 1 or 2 people but for dozens its doing to be crushing.

    If your coding it yourself, look into caching via search term :)

    p.s. Welcome :)
     
  8. jmcc Ireland

    jmcc Active Member

    Joined:
    Jul 2006
    Posts:
    185
    Likes Received:
    22
    The main problem is getting a list of keywords. Otherwise, doing the queries and building a chart for com/net/org/biz/info/etc would be easy enough. The hard part would be .co.uk as Nominet does not provide access to the .uk zones from what I remember.

    Regards...jmcc
     
  9. Darren

    Darren Well-Known Member

    Joined:
    Feb 2008
    Posts:
    2,248
    Likes Received:
    31
  10. jmcc Ireland

    jmcc Active Member

    Joined:
    Jul 2006
    Posts:
    185
    Likes Received:
    22
    I think that's the last 2003 zone for .co.uk. The main problem for doing a keyword search is the other four million or so .co.uk domains that have been registered. The com/net/org/biz/info/mobi/asia stuff is easy as I have zonefile access on those TLDs and produce stats on those TLDs every month. It is just a case of running a set of keyword queries against the domain databases to provide the stats for the keywords.

    Regards...jmcc
     
  11. jmcc Ireland

    jmcc Active Member

    Joined:
    Jul 2006
    Posts:
    185
    Likes Received:
    22
    select count(domainname) from BigComListTable where domainname like '%game%';

    Not that difficult and certainly not a full text search. ;)

    Regards...jmcc
     
  12. etro United Kingdom

    etro Member

    Joined:
    Apr 2007
    Posts:
    44
    Likes Received:
    3
    I've quickly fired together a little search that does this for the UK zone file Gold Frog posted (thanks!).

    Domains Registered with Keyword | dmnr.co.uk

    Theres only a couple of million domains but I guess it's a start :)
     
  13. Takwa United Kingdom

    Takwa Well-Known Member

    Joined:
    Jul 2007
    Posts:
    1,109
    Likes Received:
    7
    did a search got a number for the keyword, is that all it shows?

    got stuck as your google ad won't load btw
     
  14. etro United Kingdom

    etro Member

    Joined:
    Apr 2007
    Posts:
    44
    Likes Received:
    3
    Yea it was a just quick job so it only shows the number of domains with that keyword. Essentially a sql query like the one jmcc mentioned. Could probably make it a bit more detailed if it needed to be?

    Strange about the google ad, never had that problem before myself, will have to investigate.
     
Thread Status:
Not open for further replies.