TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Find available domains related to your keyword

34 点作者 captaindoe将近 11 年前

9 条评论

matt1将近 11 年前
Hey David, I run a similar service called Lean Domain Search [1] and was excited to check out your service.<p>A few ideas:<p>- If you&#x27;re willing to consider limiting the TLDs to just .coms, you can then use the .com zone file to check the availability of domains much much faster than methods. Using this technique Lean Domain Search is able to check the availability of 5,000 domains in about a second. I wrote about how to get access to the VeriSign zone file here [2]. Parsing it so your app can access it in real time is tricky, but I can go into more detail over email if you want to explore that route.<p>- One thing to think about is whether figuring out the search volume is that important for your users. If it&#x27;s a challenge getting that data from SEMrush or if it&#x27;s slow or if it just clutters up the interface, consider dropping it and focusing on the quality of the suggestions. More information is not necessarily better for users (it depends what problem you are solving and for whom).<p>- If you want to a quick list of prefixes and suffixes to pair the user&#x27;s search term with, I previously analyzed all registered .com&#x27;s to figure out what the most common ones are. That list is available here if you&#x27;re interested [3].<p>- I wound recommend identifying a specific pain point that a specific group of users have that isn&#x27;t addressed well by existing tools and focus all of your efforts on solving that. The more focused you make your app, this better.<p>Props on getting users to tweet about the app to show more suggestions. I used to do that with Lean Domain Search and it works really, really well.<p>I&#x27;m happy to chat over email if you&#x27;d like. See my profile for contact details.<p>Best of luck with this -- congrats for launching!<p>[1] <a href="http://www.leandomainsearch.com" rel="nofollow">http:&#x2F;&#x2F;www.leandomainsearch.com</a><p>[2] <a href="http://www.leandomainsearch.com/blog/16-how-to-get-access-to-the-official-verisign--com-zone-file" rel="nofollow">http:&#x2F;&#x2F;www.leandomainsearch.com&#x2F;blog&#x2F;16-how-to-get-access-to...</a><p>[3] <a href="http://www.leandomainsearch.com/top-domain-name-prefixes-and-suffixes" rel="nofollow">http:&#x2F;&#x2F;www.leandomainsearch.com&#x2F;top-domain-name-prefixes-and...</a>
Isofarro将近 11 年前
Looks to be using Google&#x27;s Keyword tool to get related keywords (or possible latent semantic index scraping).<p>Two issues I&#x27;ve found after using it twice:<p>* It returns exact-match like domains, those got decimated in October 2012. (low quality content on exact match domains), and they are proving more difficult to rank related to &quot;keyword over-optimisation&quot; because the keyword already appears in the domain name. Creating content trying not not to overrepeat that keyword in the slug, or path, or content is awkward and unnatural. Better instead to go for a brandable domain rather than a colourless exact match domain<p>* The suggestions don&#x27;t take into account trademarks and existing company names. So making domain suggestions of WalmartStock.TLD and WalmartLocations.TLD, and even Walmart.bix is treading in murky territory.
评论 #8012302 未加载
redmaverick将近 11 年前
Great User Interface!<p>My feedback based on a bit of experience in this space [1]<p>1. Consider sticking to just .com and .net Most people don&#x27;t care about the remaining extensions.<p>2. Increase the list of results to greater than 100 so the end user has greater choice in selecting the right domain name.<p>3. Don&#x27;t show the list of domains that are not available. Only show unregistered domains.<p>4. Search volume keyword based domains are usually long. If you want only .com then it is harder still as most are taken.<p>[1] <i>I built a similar feature into DomainMongrel.com</i><p>[2] <i>It is similar to Lean Domain Search except that it uses a prediction algorithm to find related prefixes and suffixes.<p>I followed Matt1&#x27;s advice from his blog and used zone files to make sure that the domains are available.</i><p>[2] <a href="http://domainmongrel.com/generator" rel="nofollow">http:&#x2F;&#x2F;domainmongrel.com&#x2F;generator</a>
jffry将近 11 年前
<p><pre><code> $ host confirm.io confirm.io has address 46.246.95.37 </code></pre> Interestingly, <a href="http://blockchain.info/ip-address/46.246.95.37" rel="nofollow">http:&#x2F;&#x2F;blockchain.info&#x2F;ip-address&#x2F;46.246.95.37</a>
评论 #8012116 未加载
dperfect将近 11 年前
Not surprisingly, most of the results for common words&#x2F;phrases seem to be unavailable. For a simple domain search, that&#x27;s expected, but not so much for a suggestion tool.<p>If I&#x27;m going to wait for a small handful of domain suggestions, I&#x27;d prefer to only see what <i>is</i> available (which may require a lot more queries on the back end, but would improve the user experience in my opinion).<p>Also, I&#x27;ve gotta throw in a shameless plug for my own domain suggestion tool for new gTLDs:<p><a href="http://endless.domains" rel="nofollow">http:&#x2F;&#x2F;endless.domains</a>
jpetersonmn将近 11 年前
Page doesn&#x27;t load for me...
评论 #8012215 未加载
评论 #8011901 未加载
Mandatum将近 11 年前
Aaaand it&#x27;s dead.<p><a href="http://webcache.googleusercontent.com/search?q=cache:B24LOWHJBOkJ:https://confirm.io/+&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=au" rel="nofollow">http:&#x2F;&#x2F;webcache.googleusercontent.com&#x2F;search?q=cache:B24LOWH...</a>
kevinkimball将近 11 年前
this is cool. I just tweeted about this:<p><a href="https://twitter.com/kkmbl/status/486961565690646528" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;kkmbl&#x2F;status&#x2F;486961565690646528</a>
arasmussen将近 11 年前
When I type in a keyword and press enter, nothing happens. I have to use my mouse to click a button? Should probably fix that :)