Ask HN: How much to charge for an API call?
31–40 of 63 posts
Re: Ask HN: How much to charge for an API call?
#32Your cost plus 20%
You are worth more than that!
Your market worth is your labor and skill, almost totally separate for how much you pay your robots. Low margin x high scale is as good as high margin x low scale. High margin at high scale doesn't exist outside a monopoly.
Re: Ask HN: How much to charge for an API call?
#33[flagged]
I like the analogy of a restaurant. API is sort of like takeout order, here is your food packed in a bag now do whatever with it. Not having a takeout option means customers are stuck with whatever service you provide in the restaurant.
Re: Ask HN: How much to charge for an API call?
#34You should not charge people just to access their own data. That's abusive. Charge only for extreme usage, like poorly written sync programs, maybe, maybe for realtime synchronization. Let them access their data so they are comfortable using your product more, and charge them for the value your product gives them.
You absolutely should charge people for access to their data. What do you think paying for s3 retrievals or db queries are?
Re: Ask HN: How much to charge for an API call?
#35[flagged]
It's not a sickness to put a value on a product or service. A public API is going to incur additional testing, documentation, and support. Charge accordingly.
Re: Ask HN: How much to charge for an API call?
#36Please don’t charge per call. It’s irritating. Charge for a block of calls or better still a block of calls in a moving time window. This way prospective clients don’t have to go ahead and estimate their entire design before using your product. A block (eg 100k calls every 24 hrs) gives them an easy way of balloarking their costs as well.
Re: Ask HN: How much to charge for an API call?
#37You should not charge people just to access their own data. That's abusive. Charge only for extreme usage, like poorly written sync programs, maybe, maybe for realtime synchronization. Let them access their data so they are comfortable using your product more, and charge them for the value your product gives them.
Re: Ask HN: How much to charge for an API call?
#38[flagged]
Re: Ask HN: How much to charge for an API call?
#39You should not charge people just to access their own data. That's abusive. Charge only for extreme usage, like poorly written sync programs, maybe, maybe for realtime synchronization. Let them access their data so they are comfortable using your product more, and charge them for the value your product gives them.
You absolutely should charge people for access to their data. What do you think paying for s3 retrievals or db queries are?
Charging users to use an API when you don't charge them to use the website is _pretty bad_. If it's B2B, they might just suck it up and pay. But if it's B2C, don't be surprised if someone makes an "unofficial API" that's free.