Live data from Hacker News

Ask HN: As a Developer, what API would you like to use, but does not exist?

news.ycombinator.com

31–37 of 37 posts

Re: Ask HN: As a Developer, what API would you like to use, but does not exist?

#33
post #28

Re-encode my videos? Scrape web pages? I supply an url and get back plain text from the page.

> supply an url and get back plain text from the page

I would like to have someone (a Java or Kotlin developer) take over https://github.com/MachinePublishers/ScreenSlicer and rework it. It's a project that intends to do exactly this. You enter a url, it finds a search box, enters the user's search query, uses single-layer neural nets and text munging to extract the search results, and then separates each result into a few fields (url, date, title, summary).

But it was written as a complete app and so is of limited use to most people. If it were remade to be a library it would have much more utility.

Beware there are lots of ugly regexes and terrible hacks. This is html afterall, the Cthulhu way.

Recently re-licensed from AGPL to Apache 2.0.

Also my time is busy on other things. I would be able to answer some questions occasionally but largely I can't provide much help.

Re: Ask HN: As a Developer, what API would you like to use, but does not exist?

#35
post #34

A real time stock market API.

Bloomberg https://www.bloomberg.com/professional/product/market-data/

Or for those who don't have a ton of money to spend on it https://intrinio.com/data/realtime-stock-prices

Re: Ask HN: As a Developer, what API would you like to use, but does not exist?

#36

A real time stock market API.

This seems like a good choice, as it was mentioned by someone else, and I have consumed a few recently. I'll look for a source...

The Investor's Exchange (IEX) offers the ability to resell their data stream for free, so that would be a good place to start. Getting real time stock quotes from other exchanges is going to be expensive.
Post reply on HN