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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why surveys are so expensive?

3 点作者 michaeloblak大约 2 年前
All SaaS survey products are insanely expensive. It’s always $0.04-$0.15 per response.<p>SurveyMonkey - $0.035, TypeForm - $0.045, HotJar - $0.08, Survicate - $0.179<p>It’s saving *a single record in the database* after a request to the API. Plus wizard for creating the form. Then download the CSV with the results. Also, all companies are charging on a monthly basis. Most surveys goes from time to time. I’m talking from my experience, but there are months where I need to survey 100 users and months where I need to survey 30k users. Why it’s not billed on a ‘per response’ basis?<p>Do most companies write their own survey software, is there anything cheaper or are you using some open source?

5 条评论

LinuxBender大约 2 年前
<i>Why surveys are so expensive?</i><p>Not sure. Maybe they have a monopoly on the hosted aspect of it and feel their fancy graphs and analytics make it worth more. The more challenging aspect of surveys is handling email and not being blocked. I would just dole that out to an email marketing company assuming the email addresses are not tied up in a contract that forbids sharing them with a 3rd party and assuming that 3rd party is trustworthy. Many are not.<p><i>Do most companies write their own survey software</i><p>I&#x27;ve seen it done. Less bells and whistles but it gets the job done. Some employees don&#x27;t like answering internally hosted surveys for the risk of not really being anonymous, if that was the goal. I suppose it depends on who your target audience is.<p><i>is there anything cheaper or are you using some open source?</i><p>There are some old perl CGI survey scripts out there but I do not have a link handy. If you don&#x27;t need all the bells and whistles <i>fancy graphs, analytics</i> then those old scripts may work just fine if you just want structured feedback on something. I&#x27;m sure some of the developers here could write a survey form in {favorite language of choice} in their sleep.<p>Honestly I think just sending a well formed email to everyone and get free-form answers may work for some use cases. Even a dedicated chat channel can work if people do not need to be anonymous. If the survey is for customers I think email or web forms could work but probably takes more time to consume but then you may get more honest answers and more details that the survey may have missed. Customers appreciate human interaction especially if someone responds to them and lets them know if&#x2F;when their feedback resulted in changes.
neximo64大约 2 年前
Because they are valuable.<p>The prices aren&#x27;t typically what it costs to make the survey, its what people are willing to pay for them.<p>Another example might be document signing.
herci84大约 2 年前
Hi, my name is Kamil and I run Survicate. It&#x27;s not as simple as you say and pricing for a survey software might be actually one of the most challenging ones. First of all there is always a minimal cost to serve a customer. In our case we offer 24&#x2F;5 livechat support for all, and even customers who collect 50 responses might use our support extensively in some cases. Then a response (submission) in one survey doesn&#x27;t cost the same as in others. To really flatten the cost you&#x27;d need to create a pricing based on &#x27;an answer to a question&#x27;, as a response is a row and an answer is a cell. So a survey with 50 responses and 50 question cost more to store and process than a 3 question survey with 500 answers. But it&#x27;s not about the number of questions only. Most of customers identify their respondents with merge tags or pass additional user attributes via js they can use to filter results - every single attribute counts as you&#x27;d count questions, that&#x27;s yet additional cell. But that&#x27;s not all - in case of Survicate we offer targeted in-app (saas, mobile) and website feedback surveys that require a tracking code to run. That generates cost (CDN) even if you don&#x27;t collect any responses, and if you put it on a high traffic website to run short surveys, the cost of a response must take into account the traffic cost as well. But we&#x27;re not even half-way through yet :) In case of one-time off surveys the number of responses you collect in a month really doesn&#x27;t influence the cost that much. But you analyze the survey - the more responses, the more questions, the more to compute. So an NPS survey collecting 1k responses a month is a 12k responses survey after a year - so everytime you click &#x27;Analyze&#x27; the cost is 12x+ higher than in the first month. The more often you analyze, the higher the cost. We offer unlimited users - curiosity multipled ;) You want to be up-to-dated with results, so you enable reports to get emails with new replies - that&#x27;s again grinding through all the responses daily. You want to act on feedback, so you connect Slack, Hubspot, Google Sheets - not only that generates additional cost. Having said that - we&#x27;re cooking a pricing change that will address the issue of the irregularities in responses volume you mentioned.<p>And yeah, surveys are super valuable, and if you weight the value of feedback you get against the cost, it&#x27;s peanuts. Stay curious and dare to ask ;)<p>Kamil
PaulHoule大约 2 年前
I am LMFAO as the &quot;probability based&quot; surveys like the Gallup Poll that you will find archived at<p><a href="https:&#x2F;&#x2F;ropercenter.cornell.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ropercenter.cornell.edu&#x2F;</a><p>are truly stupendous in cost.
michaeloblak大约 2 年前
I haven&#x27;t clarified the root post - I&#x27;m talking about the small pop-up on a website or inside an application.