Live data from Hacker News

Ask HN: What API's do people wanna buy/pay for?

news.ycombinator.com

21–30 of 65 posts

Re: Ask HN: What API's do people wanna buy/pay for?

#21
I pay for the Seeking Alpha API (as hosted by Rapid API) for finclout.io. The problem that I am solving for the app is that if I only get a stub then I can augmnent this stub with additional information including earnings call recordings.

This is a huge value add for my customers.

Re: Ask HN: What API's do people wanna buy/pay for?

#23

So here is an API we would have paid for, and I assume many still will: A product catalog. They do exist, but they are expensive and aren't not that great. What we where after and gave up on was an API that would accept an EAN-13 barcode and return product details, images, good descriptions, in multiple language (specifically NOT machine translated) and possible alternative EAN-13 barcodes for the same product. As a…

If you want to tackle this, make a Product Information manager or Product Experience manager(PIM/PXM) that is easy to use, very API friendly and sanely priced.

A lot of products in this space are priced crazy for small to medium manufacturers.

Re: Ask HN: What API's do people wanna buy/pay for?

#24
I want you to provide me an API with sane limits so that a) I don't need to spend time scraping your site b) you don't need to serve me superfluous HTML just because I want a bit of data from your site.

In general I might pay for APIs that correlate data from multiple sources into one endpoint.

As an European, with the current energy situation, I might pay for an API that combines weather data, electricity market prices and other factors into a single API that estimates electricity costs.

Or maybe an API that combines ratings from IMDB, Rotten Tomatoes, Metacritic, Letterboxd etc into one call.

Re: Ask HN: What API's do people wanna buy/pay for?

#25

I would gladly pay for all my appliances to have a local API rather than phoning home and requiring some proprietary blob of smartphone app.

Some already do, depends on what you have bought. I would start by reading Home Assistant documentation, that tends to help figure out if it has local API. And you can almost never go wrong with devices that use Zigbee.

Re: Ask HN: What API's do people wanna buy/pay for?

#26
I would like an API which provides consumer electricity cost data globally. There is a huge amount of potential for internet connected energy consumers to optimise their usage against carbon emissions and energy costs. Carbon emissions are available for a lot of countries through APIs like https://app.electricitymaps.com/map and https://www.watttime.org/, but consumer energy costs is much harder to find. There are some APIs that give some pricing data for the purposes of comparing suppliers in competitive markets, but few of these give accurate time-of-use costs for energy. https://www.genability.com/signal/ covers the US and a few other markets quite well, but doesn't have complete and global coverage.

Re: Ask HN: What API's do people wanna buy/pay for?

#27
post #9

Earlier quoted context omitted.

> There are people making 6 figures selling CS:GO skin price feeds. Really? I was working on a project a few years ago that needed this data so I setup a scraper to get all price data from Steam and Bitskins. It was running 24/7 and putting everything into a database that was very clean and neat. Maybe I should boot that back up and just sell access to the API...

Yes. The gambling sites that accept skin deposits invest a lot of effort into guaranteeing that someone can't fleece them by manipulating the price of an obscure item. On a similar note, there are also folk making 6 figs selling access to steam game hour idlers.

I figured they have their own scrapers and algorithms to determine what the prices are for an item. Because a third-party could subtely scam them by altering the prices

Re: Ask HN: What API's do people wanna buy/pay for?

#28
More importantly than "finding an API I am willing to pay for" is the reliability behind that API. Building on top of a third-party API requires trust, and once you've done it a couple of times, being able to trust the interface is maybe 90% of the decision-making on which API provider to pick, where the functionality itself is maybe 10% (unless I can self-host the API, of course).

Third-party risk is the biggest problem with APIs. The amount of calls I've been in where a third-party provider tried to sell their API and told me they don't need versioning right now, they will "try to" pre-announce breaking changes, they don't have an SLA or uptime commitment, etc. etc. is way too many. It's so hard to find an API provider that seems to be trustworthy enough to build a product on top of it.

I feel like there's a magic number of salaried positions that need to be tied to an API provider, to ensure it's both dynamic enough to react to generational changes in networking/security/etc. but also slow enough to not keep throwing everything overboard whenever a new framework or middle-manager comes along.

Re: Ask HN: What API's do people wanna buy/pay for?

#29

So here is an API we would have paid for, and I assume many still will: A product catalog. They do exist, but they are expensive and aren't not that great. What we where after and gave up on was an API that would accept an EAN-13 barcode and return product details, images, good descriptions, in multiple language (specifically NOT machine translated) and possible alternative EAN-13 barcodes for the same product. As a…

Not exactly what you need but I think it may be close.

I’m running a SaaS turning affiliate platform content into an API which can be looked up by EAN13 : https://datafeedapi.com

Current users are publishers wanting to display affiliate links on their website but I could probably repurpose it for a more generic product search API without the affiliate links and different pricing. If anyone is interested, you can reach me at patrick_[at]_datafeedapi.com

Doc is here : https://datafeedapi.com/api/v1/redoc/

Re: Ask HN: What API's do people wanna buy/pay for?

#30

So here is an API we would have paid for, and I assume many still will: A product catalog. They do exist, but they are expensive and aren't not that great. What we where after and gave up on was an API that would accept an EAN-13 barcode and return product details, images, good descriptions, in multiple language (specifically NOT machine translated) and possible alternative EAN-13 barcodes for the same product. As a…

> I think that issue here is, and it's almost bound be the same for most other APIs, it's the data that's interesting.

I love building APIs. The biggest hurdle I see is that you need two active parties on both ends of the API to convince: There is a user, which needs to be convinced to use the API, and a supplier, which also needs to use the API. And there is no incentive to use the API for one or another.

Post reply on HN