Live data from Hacker News

Show HN: A single, searchable API for all social networks, news, and blogs

streamified.me

11–20 of 46 posts

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#11

Sweet, looks like something I could really dig into for unscatter.com I'm curious, are you proxying apis or crawling and keeping the information local to serve?

Thanks! Be sure to drop us a line if you want to dig a bit deeper into integration.

For social networks, we're proxying the APIs (essentially). For articles and news, we both aggregate organically discovered articles from streams, as well as scrape 250k+ RSS feeds and other news sources. So, articles are stored local to the server (which is why we have such a large collection of them), but sensitive social information is a pass-thru to the social network.

However, in both cases, we're doing lots of analysis on top of the data per our "normalization" philosophy.

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#12

Sweet, looks like something I could really dig into for unscatter.com I'm curious, are you proxying apis or crawling and keeping the information local to serve?

Thanks! Be sure to drop us a line if you want to dig a bit deeper into integration. For social networks, we're proxying the APIs (essentially). For articles and news, we both aggregate organically discovered articles from streams, as well as scrape 250k+ RSS feeds and other news sources. So, articles are stored local to the server (which is why we have such a large collection of them), but sensitive social informatio…

sure I have a couple questions, I'll shoot you an email

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#14

Who's behind this? There's not a single name anywhere on the .me or .com sites. It's hard to trust a platform service without knowing who is building it.

Streamified, Inc.: Zane Claes and David Lee You're welcome to contact us directly @ zane@streamified.com and david@streamified.com

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#15
This is a nice announcement to see, especially your support of searchable article feeds. Quick question: I see in https://streamified.me/developer/#concepts that we can search news articles, is there a list of sites that you cover, or is it safe to assume that you crawl over all major news services (tech, politics, money, etc)?

Also like your support for ADN. I have an account there that is sitting empty, might build something up over the weekend.

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#16

This is a nice announcement to see, especially your support of searchable article feeds. Quick question: I see in https://streamified.me/developer/#concepts that we can search news articles, is there a list of sites that you cover, or is it safe to assume that you crawl over all major news services (tech, politics, money, etc)? Also like your support for ADN. I have an account there that is sitting empty, might build…

Thanks!

We should cover all major news sources. We have at least 250,000 different sources we're scraping, plus we also "crowdsource" news discovery. That is: organically (stream-discovered) content gets indexed as well.

Hope to hear from you! Zane@Streamified.com

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#18
post #17

I could have used this about two months ago. Instead I built a simple npm module – https://github.com/switz/melt This is far better, though.

Nice! That's where we started, then got carried away... very, very carried away ;) Hope you find it useful; we'd love to hear from you!

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#19
I try this with js sample app + twitter auth. I get Error: {"type":"Authentication","status":401,"details":{"message":"OAuth Authentication Failure: invalid oauth_token syntax"}}

In the other hand, this could be handy for my news reader app for ipad. This notify of new content? Is this suitable for manage several users, each one with their own rss subscriptions?

Re: Show HN: A single, searchable API for all social networks, news, and blogs

#20
post #19

I try this with js sample app + twitter auth. I get Error: {"type":"Authentication","status":401,"details":{"message":"OAuth Authentication Failure: invalid oauth_token syntax"}} In the other hand, this could be handy for my news reader app for ipad. This notify of new content? Is this suitable for manage several users, each one with their own rss subscriptions?

Hey mamcx,

Would you mind shooting me an email to Zane@Streamified.com so we can discuss?

And yes, you could easily manage many users' RSS feeds :)

Post reply on HN