Live data from Hacker News

Show HN: TidalWaves API – live, tokenized news metadata from around the world

tidalwaves.io

41–47 of 47 posts

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#41
post #35
post #30

Hey there, first off cool stuff I can see this being plenty useful for various projects. We're exploring GDELT data for our own needs and I was wondering if you wouldn't mind sharing what were some rough spots or gotchas using the project?

Thanks! There are a lot of issues with GDELT data, but the things that come to mind recently are: - Missing keywords. Huge topics like "brexit" won't be found, so you need to extract those yourself. - Dirty titles. You need to extract the article titles from the website metadata, and more often than not they'll pre/append their site name like "[title] - DailyStormer" and links like "[title]: Business, Stocks, News" e…

Ugh, "DailyStormer" is your example of a "news" site?

https://www.splcenter.org/fighting-hate/extremist-files/indi...

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#42
post #41
post #35

Earlier quoted context omitted.

Thanks! There are a lot of issues with GDELT data, but the things that come to mind recently are: - Missing keywords. Huge topics like "brexit" won't be found, so you need to extract those yourself. - Dirty titles. You need to extract the article titles from the website metadata, and more often than not they'll pre/append their site name like "[title] - DailyStormer" and links like "[title]: Business, Stocks, News" e…

Ugh, "DailyStormer" is your example of a "news" site? https://www.splcenter.org/fighting-hate/extremist-files/indi...

I was just being cheeky. Their articles don't get pulled into the data, but I'm sure there are plenty of other bad sources if you look around.

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#43
post #33
post #32

I've never heard of RapidAPI before, but it seems kind of scammy. As in, nice idea, bit just filled with low-quality spam APIs wrapping presumably free or cheaper services, not that RapidAPI itself is a scam. But then, Amazon's awash with tat too these days, and I wouldn't be surprised at anyone selling their product there.

Yeah, Rapid API is quite good in itself, but there are a lot of trash APIs on there. I see it as a good way to test the waters. If people are interested in it, I'll eventually move it off of Rapid API for direct access and use Stripe for subscriptions.

Hey prohobo, you should consider experimenting with connector APIs on Autocode to deliver something like;

https://autocode.com/lib/url/temporary/

We're ostensibly an automation platform but our core technology around Connector APIs automatically generates docs for you and a whole ton of other neat things - like your API can show up in autocompletion dropdowns for Autocode users. We're a Stripe-backed company, if you haven't heard of us it's because we rebranded / relaunched on July of this year. Disclaimer; am founder. :)

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#44
post #17

Have you considered using JSON-LD/RDF for this? It would make it easier to integrate with WikiData and data from other sources.

No, but that actually sounds like a good idea. If there are a lot of people using this data along with WikiData, or if there's a kind of standard for "big" encyclopedic data, then I'd definitely like to support it.

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#45
Can journos be ranked by topic frequency?

Not too interested in the most popular topics, but the obscure stuff like why some dept in govt has changed something related to topic and there are a couple journos who have been monitoring/reporting on that dept and so over time have a high count related to that topic.

Re: Show HN: TidalWaves API – live, tokenized news metadata from around the world

#47
post #44
post #17

Have you considered using JSON-LD/RDF for this? It would make it easier to integrate with WikiData and data from other sources.

No, but that actually sounds like a good idea. If there are a lot of people using this data along with WikiData, or if there's a kind of standard for "big" encyclopedic data, then I'd definitely like to support it.

Semantic Web Technology (RDF/OWL/SPARQL) is kind of that, used by WikiData and search engines (schema.org) among others (e.g. https://api.parliament.uk/sparql, https://data.gov.uk/dataset/6efafa3b-ec10-4e11-82a2-b4724dd5...).

If you make data available as RDF (which for JSON only involves creating a JSON-LD context mostly) then it makes it very easy for others to integrate with data from other sources as that is one of the key challenges that Semantic Web technology is designed to solve.

Post reply on HN