TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Enterprise company search engine for product outreach/sales

5 pointsby dinkmanover 10 years ago

3 comments

jcrover 10 years ago
I like the simple home page with just a search box, and the idea of a way to find similar companies seems really useful.<p>1.) The site does not function without javascript. In most cases, this won&#x27;t matter, but in some cases it will be a non-starter. This often causes significant accessibility problems for the blind.<p>1.1) I realize you&#x27;re doing just about everything in javascript, but this means there is no way to share a link to a particular search. Using url parameters like most other search engines solves this issue.<p>2.) The modal and forced email entry when trying to &quot;view more&quot; and &quot;view details&quot; is unexpected and unpleasant. Though you certainly want to get email addresses from users, you&#x27;re violating the principle of least surprise here, and many users will be uncomfortable with handing out their email address.<p>3.) The text&#x2F;copy shown when forcing email entry is coarse and uninformative:<p>&gt;<i>&quot;Great! We&#x27;re happy you&#x27;re enjoying our product. Please enter your email address to continue using Nova.&quot;</i><p>Is there a reason why a user would want to give you their email address? If you can communicate a reason, it&#x27;s a better approach.<p>BTW, you might want to remove the &quot;no@example.org&quot; address I entered for testing, and you might want to do some verification of entered addresses (not easy, but doable).<p>4.) After getting the &quot;Thanks!&quot; on email entry, the &quot;view more&quot; and &quot;view details&quot; links still don&#x27;t work.<p>5.) Your database of businesses is too incomplete, and your similarity algorithm needs improvement. (Note: a small number of database entries may be entirely forgivable if you&#x27;re just starting out and are looking at your lengthy todo list with lots of data you need to import ;-). I tried searching on two company names, [Rocket EMS] and [Information Handling Services] as well as the common abbreviation for the later [IHS]. The first (rocketems.com) is a newer and specialized local company, and the second (www.ihs.com) is very well known and has been in business for more than 50 years. You returned no results for the two company names, and mostly incorrect results for [IHS].<p>(sorry, reading Matt Cutts of Google and similar search related sites has me in the habit of using square brackets [] around queries)<p>You did locate one of the many subsidiary sites (brand names basically) of IHS, namely &quot;IHS Engineering360 Media Solutions&quot;, but not the parent company. Though the subsidiary site does earn some of its living through &quot;Marketing &amp; Advertising&quot; (this tag is most likely derived from SIC codes), it&#x27;s not exactly correct or complete. Since you seem to be basing your &quot;similarity&quot; measure on SIC codes, the &quot;similar&quot; companies listed are very dissimilar.<p>I&#x27;m not entirely certain what I should have expected from the phrase, &quot;find similar companies&quot; so maybe my expectations were too high?<p>Well, it may be a little rough in a few places at present, but a company similarity search engine seems really useful to me, and I wish you luck with it.
mblevinover 10 years ago
What data are you ingesting to build similarity and how are you creating your index? All the searches I did are way off.<p>For example, when I put in my company - Indicative - you identify us correctly, but I don&#x27;t see any other web&#x2F;mobile analytics companies, only a bunch of completely unrelated companies - everything from digital coupons to banner ad A&#x2F;B testing.
评论 #8644292 未加载
talonxover 10 years ago
View Details always pops-up the dialog asking for email even after it has been entered.